[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] attribute value replacement and good book recommendation.
Subject: Re: [xsl] attribute value replacement and good book recommendation.
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Sat, 08 Sep 2007 11:13:36 +0200
|
Abel Braaksma wrote:
<xsl:template match="node() | @*">
<xsl:copy>
<xsl:apply-templates select="node() | @*" />
</xsl:copy>
</xsl:template>
what happened to thunderbird?? or is it the mailing list program?? I had
these samples nicely indented (i usually do) and now it gone... New try:
<xsl:template match="node() | @*">
<xsl:copy>
<xsl:apply-templates select="node() | @*" />
</xsl:copy>
</xsl:template>
(will it look the same as above....? or will it have indentation as it
should??? )
|