Re: [xsl] multiple XML tags -> single output

Subject: Re: [xsl] multiple XML tags -> single output
From: "Kevin McCarthy" <Kevin@xxxxxxxxxxxx>
Date: Thu, 28 Dec 2000 00:11:47 -0800
C'mon, Dimitre, it's not a problem with the quotes :-)
Isn't what  Zack needs to do is us an xsl:attribute statement like this?

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

----- Original Message -----
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
> >     <xsl:template match="a">
> >         <a href="<xsl:value-of select="@href"/>"><xsl:value-of
> select="."/></a>
> >     </xsl:template>
> >
> > The above looks OK to me, but ...
>
> Unbalanced quotes...



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


Current Thread