[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Problem with Output special char in HTML attribute

Subject: Problem with Output special char in HTML attribute
From: Fabio Cuomo <fabio.cuomo@xxxxxxxxx>
Date: Tue, 7 Dec 2004 18:01:34 +0100
html special char
Hi at all,
i've a problem with outputting special chars with xsl, particularly
given the following :

<a href="#" tabindex="<?=$tabindex++?>">

rather i want to generate all my link tags with dynamic tabindex
attribute. In xsl i have

<xsl:stylesheet ........
<xsl:output method="html"/>
......
......
<a href=#" tabindex="&#60;?$tabindex++?&#62;">......</a>
.....
.....
</xsl:stylesheet>

but the output produced is :

<a href=#" tabindex="&lt;?$tabindex++?&gt;">....</a>

that is not good because HTML page produced can't be execute
served-side while all php-let are printed in HTML page.
I tried in this way too:

<a href=#">
<xsl:attribute name="tabindex">
    <xsl:text disable-output-escaping="yes">&lt;?$tabindex++?&gt;</xsl:text>
</xsl:attribute>
</a>

but i obtain same result. Note that if i put 
    <xsl:text disable-output-escaping="yes">&lt;?$tabindex++?&gt;</xsl:text>
on xsl not inside attribute, i get correct result. I think problem
concerne special chars inside attribute, problably there must be a
method that i dont'know to put correctly special chars in attribute
value.

Please help me, i'm in trouble.
ANy kind of help is granted.
regards,
Mulp.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.