xsl-list
[Top] [All Lists]

Re: [xsl] attribute value replacement and good book recommendation.

2007-09-08 02:14:55
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??? )


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>