Re: setting attribute in Xalan C++

2006-03-29 Thread Sean
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

Write transform output to a buffer

2006-03-29 Thread Nithya Nirmal Vijayakumar
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

Re: Write transform output to a buffer

2006-03-29 Thread David Bertoni
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

build in Visual Studio 2005 (VC++8)

2006-03-29 Thread Haiying Tu
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

Re: build in Visual Studio 2005 (VC++8)

2006-03-29 Thread David Bertoni
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