> Hi all,
> How to return a value from xsl file?
The return value from an XSLT transformation is called a "result tree".
You return it by constructing the result tree: that's what
transformations do.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
>
> I have an xml file and an xsl file.
> I pass a parameter from the servlet to xsl file.
> I do some processing in the xsl file and I want return a
> value from xsl to servlet.
> How to do this?
>
>
> Raju.
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|