by kBob <KRDean@[EMAIL PROTECTED]
>
May 1, 2008 at 06:31 AM
On Apr 30, 5:08=A0pm, greyham...@[EMAIL PROTECTED]
wrote:
> Hello everyone,
>
> I would like to simply take an XML file and store the tags and values
> in a structure or array. I'm getting lost in the do***entation with
> all the references to objects etc. The XML file might look something
> like this...
>
> <header>
> =A0<time>
> =A0 <hour>12</hour>
> =A0 <minute>3</minute>
> =A0</time>
> =A0<status>1</status>
> =A0<complete>0</complete>
> </header>
>
> At this point, it seems easier to write my own parser! Thanks for the
> help in advance.
ITTIVS provides a nice IDL example to send the XML into a structure
using their IDLffXMLSAX object parser.
.edit xml_to_struct__define.pro
Kelly Dean
Fort Collins, CO