GNOME Bugzilla – Bug 537638
An attribute and its value are not copied to the result tree
Last modified: 2009-01-19 08:22:16 UTC
My xml file is very simple: <?xml version='1.0'?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" /> <xsl:template match="*[@filter='filter1']"> </xsl:template> <xsl:template match="*|@*|text()"> <xsl:copy><xsl:apply-templates select="*|@*|text()"/> </xsl:copy> </xsl:template> </xsl:stylesheet> The file is very long, about 32Mb. It finds and deletes attributes having filter1 for their filter value. That works. The problem is that in other elements, it seems to be not copying over an Orientation=Standard attribute and value. Is this now fixed, or is there something i'm missing? thanks! Russ
Please provide a small xml file which fails in the manner you describe.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!