xsl-list
[Top] [All Lists]

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

2008-04-10 01:43:58


<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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--