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.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.