This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: multiple XML tags -> single output


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@yahoo.com>
> >     <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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]