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: Returning value from xsl file.


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]