Re: [xsl] Moving an element along with data manipulation

Subject: Re: [xsl] Moving an element along with data manipulation
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 10 Apr 2008 09:42:50 +0100
> <xsl:apply-templates select="*[not(self::author)]"/>
> </meta>
> </xsl:template>
> 
> 
> But this one leading to "meta" to become empty element.

in that case the templates matching the other children of meta are not
producing output, but I can't say why without seeing them.

David

Current Thread