|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Embedding HTML in JSP
Hi ,
This my first mail.
I was trying to embed html into my JSP pages through XSL.Trying to output : <input type="hidden" name="ProductID" value="<%=request.getParameter(\"productid\")%>"> the \ act as the escape characters. I wrote the following : <xsl:element name="input"> <xsl:attribute name="type">hidden</xsl:attribute> <xsl:attribute name="name">ProductID</xsl:attribute> <xsl:attribute name="value"><%=request.getParameter(\"productid\")%></xsl:attribute> </xsl:element> I got the output <input type="hidden" name="ProductID" value="<%=request.getParameter(\"productid\")%>"> Somehow the processor (Xalan and MSXML) is not processing the " entity. It will be great if somebody could help me out. Thanks in advance guys, Amit 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








