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

Re: [xsl] Transform all tags into attributes with some tags omitted


Subject: Re: [xsl] Transform all tags into attributes with some tags omitted
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 16 May 2008 13:10:06 +0100

     <xsl:template match="*[ . = '' ]" mode="attr"/><!-- empty -->


or perhaps better

 <xsl:template match="*[not(node())]"

also a note to the original poster

> How can I ommit empty tags? T

and empty tag would be <> or </>, constructs not allowed in XML (but
allowed in some cases in SGML). It's best not to use "tag" to mean
element, especially in XSLT which has no access to the tags in a
document at all.

David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________


Current Thread
Keywords