What you could do is use Xerces as the XML DOM - i.e. for loading/saving XML or
building an XML
tree.
You could then use Xalan when you need to do XPath (or XSL).
You could use Xalan with Xerces, on the Xerces document object, or else use
Xalan seperately on
the XML saved as a file. The second
Hi,
I am a new user to Xalan-C++. I want to apply xsl transformation to xml
stored in a buffer and get the output into a buffer. The
StreamTransform.cpp example reads from a buffer and writes output to a
stream. I want to make this write to a buffer. I saw some discussion about
this in this group
Nithya Nirmal Vijayakumar wrote:
Hi,
I am a new user to Xalan-C++. I want to apply xsl transformation to xml
stored in a buffer and get the output into a buffer. The
StreamTransform.cpp example reads from a buffer and writes output to a
stream. I want to make this write to a buffer. I saw some
Dear all, Need help on Xalanc and Xerecs work for VC++8. Thank Dmitry for leading me to the link of source code: http://svn.apache.org/repos/asf/xalan/c/trunk/ However, even Xerces cannot be build in VC8 now (I successfully built Xerces 2.7 in VC8, however, Xalanc is looking for a lib
Haiying Tu wrote:
Dear all,
Need help on Xalanc and Xerecs work for VC++8.
Thank Dmitry for leading me to the link of source code:
http://svn.apache.org/repos/asf/xalan/c/trunk/
However, even Xerces cannot be build in VC8 now (I successfully built
Xerces 2.7 in VC8, however, Xalanc is look