You need to write a XMLParserLiaison for it. A XMLParserLiaison is a bit of glue between the parser and the processor. If you specify XMLParserLiaisonDefault, it may work well enough for your purposes.
Someone may already have a liaison for ProjectX? -scott Pradeep Achan <[EMAIL PROTECTED] To: xalan-dev@xml.apache.org, [EMAIL PROTECTED] y.Sun.COM> cc: [EMAIL PROTECTED], (bcc: Scott Boag/CAM/Lotus) Subject: using xalan with ProjectX 01/06/00 08:01 PM Please respond to xalan-dev Hi: I have an application using ProjectX and XSLP. I want to use Xalan instead of XSLP. While I am able to use Xalan to process XSLTInputSource ("somefile.xml") But Xalan is unable to process a Node created using ProjectX - XSLTInputSource(node) Does Xalan require that I should create nodes using Xerces? Any pointers in this direction?? Thanks, Pradeep