This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]