I have previously done some work with Xerces, and just recently added Xalan to fulfill some additional requirements. I am having difficulty transforming a Xerces DOMDocument. I have experimented with a variety of things and could use a nudge if someone has one to offer.
What I have: Xerces DOMDocument. Stylesheet filename Output filename I need to write the transformed DOMDocument to [Output filename] (without writing it to disk and reading it back in). The trick seems to lie in converting the DOMDocument to a Xalan type. The published patterns seem to leave a question or two unanswered for me. Thanks in advance, Don