|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] <a href...> and output-escaping (was RE: Urgent please
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
|
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








