RE: [xml] Need help extracting parts of XML doc while parsing
- From: "Jones, Mark A (Mark)" <jones lucent com>
- To: "'Bjorn Reese'" <breese mail1 stofanet dk>, xml gnome org
- Cc: "Jones, Mark A (Mark)" <jones lucent com>
- Subject: RE: [xml] Need help extracting parts of XML doc while parsing
- Date: Wed, 7 Apr 2004 12:57:16 -0400
Bjorn,
Thanx for your speedy response. I do have an unpleasant (but workable) alternative by extracting it out
right off the socket when I receive SOAP messages. I was hoping for a more elegant solution.
Anyway, I would to like see someone write the two APIs you noted below. I would attempt it, but time is not
on my side - main reason for my inquiry. I do applaud all those on this list who have contributed. You are
helping to make my life easier.
Again,
Thanx,
M. Jones
-----Original Message-----
From: Bjorn Reese [mailto:breese mail1 stofanet dk]
Sent: Wednesday, April 07, 2004 11:55 AM
To: xml gnome org
Subject: Re: [xml] Need help extracting parts of XML doc while parsing
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.
_______________________________________________
xml mailing list, project page http://xmlsoft.org/
xml gnome org
http://mail.gnome.org/mailman/listinfo/xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]