|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: <% ... %> and html output method
>
> If the desired output document should contain:
>
> <h1> <%= request.getParameter("title") %> </h1>
>
> 1- In the stylesheet I can use <xsl:text> with
> disable-output-escaping as
> shown below. Obviously, this is very verbose and I'd like to
> avoid it.
>
You could try generating it in the stylesheet as a processing instrucion
<processing-instruction name="jsp">=
request.getParameter("title")</processing-instruction>
And then put in an output handler to produce the <% %> syntax on output: the
exact details will be product dependent but most XSL processors allow you to
pass the output to a SAX DocumentHandler.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








