Subject: Re: [xsl] Problems with &/& in style sheet From: George Cristian Bina <george@xxxxxxx> Date: Wed, 15 Jun 2005 11:05:26 +0300 |
Hope that helps, George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
Hi all,
I'm struggleing with the following code section:
<xsl:template match="myTemplate"> <script language="JavaScript" type="text/JavaScript"> if ("" != document.forms[1].file.value) { document.forms[1].action = "./ServletUpload?fc=<xsl:value-of select="@fc"/>&fn=<xsl:value-of select="@fn"/>"; [...]
The '&' in the last line should actually be a '&' in the transformed HTML code. However, obviously I can't replace '&' with '&', since the stylesheet would then be syntactically incorrect. But if I leave the '&' where it is, I'll have '&' in the HTML code instead of '&'.
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] Problems with &/& in , Michael Kay | Thread | Re: [xsl] Problems with &/& in , David Carlisle |
RE: [xsl] Copy all nodes, Ranjan K. Baisak | Date | Re: [xsl] Problems with &/& in , Marcel Stör |
Month |