|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Problems with &/& in style sheet
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 '&'.
--
Marcel Stvr
http://www.frightanic.com
|
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








