Hi there, I wanted to convert application from using the standard Xalan transformer to XSLTC. However I'm having problems with sending parameters to XSLTC.
My application, which has been working under xalan, adds parameters using the setParameter. These parameters are often of the type org.w3c.dom.NODE . They have either been generated on the fly, or are coming from different sources than the source being used in the transform. The XSLTC transformer however is insisting on having DTMAxisIterators. Are there any other types that I can convert my Nodes to, without having to reparse them, to allow XSLTC to work with them in the same way as xalan? Thanks. -- Marius Gleeson [EMAIL PROTECTED]