Subject: Re: 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 |
Dimitre Novatchev - Wed, 27 Dec 2000 23:17:21 -0800 (PST)
Dimitre Novatchev - Wed, 27 Dec 2000 23:22:11 -0800 (PST)
- Kevin McCarthy - Thu, 28 Dec 2000 00:11:47 -0800 <=
|
|