xsl-list
[Top] [All Lists]

New to XSL - invalid token error

2003-01-28 20:53:57
Hello everybody, 

I'm rather new to XSL and was plugging along famously until I hit  a brick
wall with the following template.

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

    </xsl:template>

I am receiving "XML parse error 4: invalid token" on the <a href ..>
line(using Sablotron).  I went through all the resources I could find on
attributes and everything seems peachy keen.  If someone could point out my
error, I'd be very grateful.

Sorry if this is something that has been hashed over.

Thanks in advance, 
Anode


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