[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] How to remove (in addition) empty attributes?


Subject: Re: [xsl] How to remove (in addition) empty attributes?
From: Syd Bauman <Syd_Bauman@xxxxxxxxx>
Date: Wed, 2 Dec 2009 20:58:11 -0500

How about matching the empty attributes and not generating any
output?

  <xsl:template match="@*[normalize-space(.)='']"/>


> How can I delete empty attributes as well?


Current Thread