Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] Empty nodes AND attributes stripping - I'm so lost >Thread Next - RE: [xsl] Empty nodes AND attributes stripping - I'm so lost Re: [xsl] Empty nodes AND attributes stripping - I'm so lostTo: Date: 9/2/2004 3:53:00 PM just copy the identity transform from the xslt spec: <xsl:template match="@*|node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template> then add a template to zap empty attributes: <xsl:template match="@*[.='']"/> and a template to zap empty elements <xsl:template match="*[not(node())]"/> David ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
