xsl-list
[Top] [All Lists]

Re: New to XSL - invalid token error

2003-01-28 23:02:22
Try this:

<a>
  <xsl:attribute name="href" select="@href"/>
  <xsl:value-of select="link"/>
</a>

You're using syntactic sugar there, if you hit a problem with that kind of code-optimization it is often helpful to fall back on the fully expanded form.

simon

On Tuesday, January 28, 2003, at 10:53  PM, Anode wrote:

    <xsl:template match = "link[(_at_)newwin]">
        <a href = {(_at_)href}>
            <xsl:value-of select="link"/>
        </a>
        <xsl:apply-templates/>

    </xsl:template>

---
www.simonwoodside.com


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



<Prev in Thread] Current Thread [Next in Thread>