|
Re: XML Parsing [message #60104 is a reply to message #31157] |
Thu, 01 May 2008 06:31  |
KRDean
Messages: 69 Registered: July 2006
|
Member |
|
|
On Apr 30, 5:08 pm, greyham...@hotmail.com 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 documentation with
> all the references to objects etc. The XML file might look something
> like this...
>
> <header>
> <time>
> <hour>12</hour>
> <minute>3</minute>
> </time>
> <status>1</status>
> <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
|
|
|
|
|