[xsl] New to XSL - invalid token error

Subject: [xsl] New to XSL - invalid token error
From: Anode <anode@xxxxxxxxxxxx>
Date: Tue, 28 Jan 2003 22:53:57 -0500
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[@newwin]">
        <a href = {@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


Current Thread