Coker, Jonathan M wrote:
Thank you for the suggestion. The StreamTransform seemed to very close
to what I was trying to do. However, since I just wanted to get a
XalanDocument*, I tried using XalanTransformer::parseSource. This is
what I ended up with:
///
Xal
/XPath to get data out of files before, but parsing a
string/stream is giving me problems. Any advice or corrections would be
appreciated.
-Original Message-
From: David Bertoni [mailto:[EMAIL PROTECTED]
Sent: Friday, June 29, 2007 7:34 PM
To: [email protected]
Subject: Re
Coker, Jonathan M wrote:
Another document creation question: Is there a way to create a parsable
document from a standard c++ string (or char*)? I have a string, not in
a file, not broken into a char array. It is well formed XML and I would
lke to be able to use XPath to acces the information.
Another document creation question: Is there a way to create a parsable
document from a standard c++ string (or char*)? I have a string, not in
a file, not broken into a char array. It is well formed XML and I would
lke to be able to use XPath to acces the information. I have looked
through the