Chris -- Can you supply some sample XML and a work XSLT stylesheet so that we can try to reproduce the problem? It's very difficult to look at this without specifics. You can send them to me privately if you'd like.
Gary > -----Original Message----- > From: Raber Chris [mailto:[EMAIL PROTECTED] > Sent: Monday, February 11, 2002 5:22 AM > To: [EMAIL PROTECTED] > Subject: Copy elements and attributes question > > > I am trying to write a block of XSL to copy elements > and their attributes. The code is: > > <xsl:template match="*"> > <xsl:copy> > <xsl:copy-of select="@*"/> > <xsl:apply-templates/> > </xsl:copy> > </xsl:template> > > It kind of works but not all attributes are > consistently copied. Is this a Xalan bug or is there > something wrong with this XSL code? > > TIA, > > -Chris. > > __________________________________________________ > Do You Yahoo!? > Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com
