Marius, See [1] for more details. Only values of type java.lang.String are supported at the moment. This will be fixed in the next release.
-- Santiago [1] http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20503 On Thu, 2003-10-16 at 03:14, Marius Gleeson wrote: > 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.