Re: [xsl] Value-of, copy-of

Subject: Re: [xsl] Value-of, copy-of
From: Mike Ferrando <mikeferrando@xxxxxxxxx>
Date: Thu, 28 Feb 2002 06:46:35 -0800 (PST)
Joerg,
Thanks. I found something very close to what you have suggested in
Michael Kay's book under xsl:copy-of, except he has:

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

Is there some reason why the mode is used even though xsl:copy is
part of the template? Like your post, very interesting and though
provoking but over my head at the moment.

Mike F.

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread