Subject: Output a link in a transformation to html
From: "Luare" <luare@xxxxxxxxxx>
Date: Wed, 31 May 2000 21:37:07 +0200
|
Hi,
I am doing a transformation from xml to html.
This example is not well-formed, why?
<H3>Web: <A HREF= <xsl:value-of select="."/>> <xsl:value-of select="."/>
</A></H3>
The expresion <xsl:value-of select="."/> return a string, doesn't it?
If I put "<xsl:value-of select="."/>"
or string(<xsl:value-of select="."/>)
the error is the same.
It seem a tipical error, but I am a beginner.
Thanks
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|