XML-support needed

Frank

Member
Licensed User
Longtime User
Hi there,
is there any library or code fragment available that is suitable for parsing an XML-file?
I query a webservice for information and retrieve an XML-file which I need to split and extract some information from.
I'd rather do that with some nice routines instead of using string substitution...

Thanks,
Frank
 

skipper

Member
Licensed User
Have you already tried with the Table component and the Table.LoadXML("xmlFilename")?

Mimmo
 

DieterR

Member
Licensed User
Longtime User
XML Parser

Hi there,
is there any library or code fragment available that is suitable for parsing an XML-file?

Hi Frank,

did you lock to my GPX Reader sample ? It is based on agrahams XML-Library. My sample may help you to use the library.

Dieter
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…