<a href...> and output-escaping (was RE:[xsl] Urgent please (forgot something...))

Subject: <a href...> and output-escaping (was RE:[xsl] Urgent please (forgot something...))
From: "Geert Vanden Broeck" <geert.vanden.broeck@xxxxxxxxxxxxxx>
Date: Wed, 10 Jan 2001 10:24:14 +0100
It does work on our platform (WIN). Maybe the problem is with your xml/xml
processor. We use an ASP to stitch the two together. In the xml-file I have:

<METADATA title="Related links">
 <![CDATA[
	Bestel dit boek via <a href =
"http://owas.proxis.be/gate/jabba.coreii.g_p?bi=4&sp=DETAILS&mi=2779794&si=8
314555" target=_blank>Proxis</a>
 ]]>
</METADATA>

and my xsl-file says:

<?xml version="1.0" encoding="UTF-8"?>
<xsl:transform version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
...
<xsl:value-of select="." disable-output-escaping="yes"/>
...

Anyone else???

Geert

-----Original Message-----

I have already included it in my style sheet. Still it is simply printing
as "<a href=\"/products/intermedia/\">Oracle interMedia Java classes for
Servlets and JSPs</a>"(No link is displayed).

My xsl is like

  <xsl:template match="ROW[position()=1]">
    <FONT size="2">
     <xsl:value-of disable-output-escaping="yes" select="DESCRIPTION"/>
    </FONT>
  </xsl:template>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread