|
Subject: Re: [xsl] Ignoring default attributes during XSL transform From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Wed, 17 Apr 2002 22:02:44 +0200 |
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.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Ignoring default attributes d, Manny Parasirakis | Thread | Re: [xsl] Ignoring default attribut, Manny Parasirakis |
| RE: [xsl] <MsSinceMidnight1Jan1970>, Dan Diebolt | Date | RE: [xsl] <MsSinceMidnight1Jan1970>, Chris Bayes |
| Month |