Hello, I am using a Xalan to transform XML and afterwards would like to retrieve infromation from the transformed document using the XPathEvaluator. I have an instance of XalanDocument and do not use ParserLiasons (I know that Xalan uses them internally) etc. How can I retrieve/create the DOMSupport. I would like to use Xalan interface only, without additionally introducing Xerces classes and interfaces.
Many Thanks, Ovanes.