I'm not sure I understand your question. Do you mean you want to compile a
stylesheet from a memory buffer, or do you want to transform to a memory
buffer?
To compile a stylesheet from a memory buffer, you can use the Xerces-C
class MemBufInputSource. See the Xerces-C sample and documentation for
more information. You can also use an XSLTInputSource instance using a
derivative of std::istream. See the StreamTransform sample for more
information.
If you want to transform to a memory buffer, take a look at the
StreamTransform sample.
Dave
"Robin Hewitt
Business" To:
<[email protected]>
<[EMAIL PROTECTED] cc: (bcc: David N
Bertoni/Cambridge/IBM)
gsol.com> Subject: Compiled Style Sheets
and Memory Buffers
12/24/2003 12:39
PM
Please respond
to xalan-c-users
There does not appear to be an easy way to pass a memory buffer to a =
compiled style sheet in the C++ version as there is in the java version =
does any body have sample code that accomplishes this.
Thanks
Robin
Emerging Solutions, LLC
500 Fifth Avenue, Suite 1420
New York, NY 10110
212 391 4191 (Ph)
212 391 8756 (Fax)
http://www.emergingsol.com
"Connecting People with Technology
- Compiled Style Sheets and Memory Buffers Robin Hewitt Business
- Re: Compiled Style Sheets and Memory Buffers david_n_bertoni
- Re: Compiled Style Sheets and Memory Buffer... Robin Hewitt Business
