Re: XSL Programming
"G" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
> or if you want to use the verbose way > <xsl:attribute name="href"> > <xsl:text>http://www.example.com/tracking.asp?Link=</xsl:text> > <xsl:value-of select="SiteURL" /> > </xsl:attribute> Thank you, I tried this method but got the following error: msxml3.dll error '80004005' Keyword xsl:text may not be used in namespace http://www.w3.org/TR/WD-xsl. /test.asp, line 178 I will do some more reading :) Regards, Gary.