xsl-list
[Top] [All Lists]

Re: Conflicting templates?

2004-12-17 06:42:21
I realise I am actually offending the XSL standard nearly dayly.

Oh well, not _that_ often actually, but I kind of developed the habit to add things like the following to my stylesheets:

<xsl:template match="@*|node()">
  <xsl:copy-of select="." />
</xsl:template>

<xsl:template match="*">
  <xsl:copy>
    <xsl:apply-templates select="@*|node()" />
  </xsl:copy>
</xsl:template>

(sorry to bother)

--~------------------------------------------------------------------
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>