Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML

Status
Not open for further replies.

njcaruso

Programmer
May 29, 2002
1
US
Does anyone now how to read and parse an XML string. All the example I find are for documents. I have an xml- string that I'm receiving from a socket. I want to now parse that string.

Thanks
 
You can write your own parser, but I won't go that way. You should use one of the free available parsers (eXpat, Xerces) which all have public routines for parsing strings, regardless of their provenience.

HTH. [red]Nosferatu[/red]
We are what we eat...
There's no such thing as free meal...
once stated: methane@personal.ro
 
You can write your own parser, but I won't go that way. You should use one of the free available parsers (eXpat, Xerces) which all have public routines for parsing strings, regardless of their provenience.

HTH. [red]Nosferatu[/red]
We are what we eat...
There's no such thing as free meal...
once stated: methane@personal.ro
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top