Hi all! Is there some way to use a DOMDocument as an XMLInputSource? The situation is like this. I have a transform that transforms an XML document into a new transform. I would then like to use the resulting transform to transform an additional XML document. I have made it work with a temporary storage inside a std::strstream but that solution makes it necessary to parse the document again to compile the transform. I was wondering if there is a better way of doing the DOMDocument -> compiledStylesheet conversion.
Best regards Erik Rydgren
