> 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
|