[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] Need help extracting parts of XML doc while parsing
- From: Bjorn Reese <breese mail1 stofanet dk>
- To: xml gnome org
- Subject: Re: [xml] Need help extracting parts of XML doc while parsing
- Date: 07 Apr 2004 17:54:59 +0200
On Wed, 2004-04-07 at 16:14, Jones, Mark A (Mark) wrote:
> Below is a snippet of some of code I am writing to parse a SOAP/XML
> document. I currently ignore unknown elements (those I don't care about)
> and their respective XML subtrees. Instead of ignoring these unknown
> elements' subtrees, I would like to store each one in a C++ string or C
> character array. Is there a way to do this? I'm envisioning an API like:
You are looking for xmlReaderReadInnerXml() or xmlReaderReadOuterXml().
These two functions were not implemented last time I looked. They are,
however, a good exercise for a volunteer.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]