Hi, my XSL transform outputs a XML file. I suppose Xerces writes that particular XML file during xalanTransformer.transform(...) method call. The outputted file contains a sequence of '0x0D 0x0D 0x0A' after each XML element. I would need to have a sequence of '0x0D 0x0A' instead. How can I do this? Does the Xalan API provide a method to manipulate the Xerces behavior?
I use Xalan C++ 1.10. Thanks in advance, Harry