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]
Other format: [Raw text]

RE: xml as parameter from servlet


> 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@ntlworld.com
work: Michael.Kay@softwareag.com
>


 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]