This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Saxon setParameter() of node-set problems


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]