Re: Document from a string

2007-07-06 Thread David Bertoni
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

RE: Document from a string

2007-07-05 Thread Coker, Jonathan M
/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

Re: Document from a string

2007-06-29 Thread David Bertoni
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.

Document from a string

2007-06-29 Thread Coker, Jonathan M
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