I have an in-memory Xerces DOMDocument, and I'd like to supply it as the
source document for an XSLT transformation, but I'm having trouble figuring
out how to do that. There's an example on the web site, but I can't seem
to figure out how to get a DOM_Document to pass to
XercesDOMWrapperParsedSource from my DOMDocument. It appears that only the
DOMParser provided the necessary functionality to do that, and my document
isn't parsed, but rather built from scratch, and it appears that DOMParser
has been replaced by XercesDOMParser, and it doesn't return DOM_Document
from any of its' methods anymore anyhow.
Any ideas?
--
Nick