RE: xslt question

Subject: RE: xslt question
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 2 Aug 2000 09:10:48 +0100
> It appears that the XSLT processor I 
> am using does different things for
> <xsl:copy-of select="node()" />
> and <xsl:copy-of select="." />
> 
So it should. The first should copy the children of the current node, the
second should copy the current node.

Mike Kay


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


Current Thread