|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] HTML output method: output a & character?
I would like to convert XML of the following form:
<search>foo</search>
into HTML output of the following form:
<a href="/script.cgi?action=search&term=foo">...</a>
I've got a problem with the "&" character. The best I was able to do
is to produce "&", via the following XSL:
<a>
<xsl:attribute name="href">
/script.cgi?action=search&term=<xsl:value-of select="search"/>
</xsl:attribute>
...
</a>
Is there a way to get the "&" character into that URL?
I'm using James Clark's XT distribution as of 1999-10-08.
tia,
kai
--
Life is hard and then you die.
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








