RE: [xsl] xml as parameter from servlet

Subject: RE: [xsl] xml as parameter from servlet
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 9 Apr 2002 10:23:52 +0100
> I have been trying to get a Saxon(6.5.1) transformation to
> accept xml as
> a parameter. I am sending it to this list because I don't know if my
> problem is Saxon specific. I get an error when I access the parameter
> with XSLT saying 'The value is not a nodeset.'

You have to parse the XML yourself, and pass the resulting parsed document
as the parameter value. You can't simply pass a string containing unparsed
XML.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread