[Home] [By Thread] [By Date] [Recent Entries]
> I want to send a NodeSet to a Saxon transformer via the setParameter()
> function.
You should be able to simply supply the org.w3c.dom.Document object as the
value of the parameter:
transformer.setParameter("referenceXml", dom);
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



