RE: [xsl] Saxon setParameter() of node-set problems

Subject: RE: [xsl] Saxon setParameter() of node-set problems
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sat, 24 Mar 2001 03:30:45 +0100
> 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


Current Thread