Hello,
This is strange. I have not used Xerces-C, but in Java, I am able to call Xalan functions on Xerces-J DOMs without serializing the data first.
Toby
Hi, Tobias.
What we did (to finally get the solution) was this:
- Parse with Xerces - Modify the DOM as needed - Serialize to XML (inside memory) - Parse and do XSLT with Xalan
I know it is a pain, but nothing else worked for us.
Hiran
-- Tobias McNulty Data Description, Inc. 840 Hanshaw Road, Suite 9 Ithaca, NY 14850 Phone: (607) 257-1000 E-mail: [EMAIL PROTECTED] Web: www.datadesk.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
