Thanks, I would like to see some examples, even it might be too late to
implement this time



- *Subject*: Re: XML-INTO %HANDLER PATH
- *From*: Alan Campin <alan0307d@xxxxxxxxx>
- *Date*: Fri, 17 Jan 2025 11:40:31 -0700

------------------------------
My opinion. Quit messing with Dom handler and use the %sax handler. Easy. I
can provide examples.

On Fri, Jan 17, 2025, 9:53 AM Dave <dfx1@xxxxxxxxxxxxxx> wrote:

Hi,

The simple example given by IBM to demonstrate the use of the %handler
function of XML-INTO uses an xml structure similar to this :

options = 'doc=file path= parts/part';

<parts>

<part><qty>100</qty><id>A1</id><cost>12.03</cost></part>

<part><qty>2</qty><id>A4</id><cost>1.98</cost></part>

</parts>



How would I indicate the path if parts is nested in another array like
this ? :



<object><id>O1</>

<parts>

<part><qty>100</qty><id>A1</id><cost>12.03</cost></part>

<part><qty>2</qty><id>A4</id><cost>1.98</cost></part>

</parts>

</object>

<object><id>O2</>

<parts>

<part><qty>100</qty><id>B1</id><cost>12.03</cost></part>

<part><qty>2</qty><id>B4</id><cost>1.98</cost></part>

</parts>

</object>





Thanks





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.