Altova Mailing List Archives
>xsl-list Archive Home
>Recent entries
>Thread Prev - [xsl] Ignoring default attributes during XSL transform
>Thread Next - Re: [xsl] Ignoring default attributes during XSL transform
Re: [xsl] Ignoring default attributes during XSL transform
To:
Date: 4/18/2002 2:19:00 AM
As far as I know, the default value (from DTD) of attributes are added by the parser (please correct me if I'm wrong). So when the stylesheet gets the document, every attribute is in the XML tree. But the stylesheet knows nothing about whether it's a default value - the attribute is in the tree, not more, not less. Regards, Joerg Manny Parasirakis wrote: My follow on question is whether or not there is a way to compare an attribute value to its default value defined in the DTD? At 10:02 PM 4/17/2002 +0200, Joerg Heinicke wrote: <xsl:apply-templates select="* | @*[. != '']"> Regards, Joerg Manny Parasirakis wrote: I am trying to figure out how I can ignore outputting attributes whose values are not set (=""). I am fairly new at this but cannot figure it out. I need to do this for all XML tags. Here is my XSL: <xsl:template match="*|@*"> <xsl:copy> <xsl:apply-templates select="*|@*"/> </xsl:copy> </xsl:template> I've tried a bunch of things but cannot figure this out. -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

