[Home] [By Thread] [By Date] [Recent Entries]
Michael Daniloff wrote:
As you can see, I have to eliminate moveFrom and moveFromRangeStart nodes and if there are no any other siblings then remove the parent <p> node.
<xsl:template match="moveFromRangeStart | moveFrom"/> <xsl:template match="p[not(*[not(self::moveFromRangeStart or self::moveFrom)])]"/> </xsl:stylesheet> -- Martin Honnen http://JavaScript.FAQTs.com/
|

Cart



