[Home] [By Thread] [By Date] [Recent Entries]
> -----Original Message----- > From: Bruce D'Arcus > > What am I doing wrong, and how do I fix it? > Hi, Try replacing this: > <xsl:copy> > <xsl:apply-templates select="@* | node()"/> > </xsl:copy> with : <xsl:copy-of select="." /> Greetz, Andreas XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



