[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: excluding nodes from an xsl template
PS I said <xsl:template match="*[not(self::xsp)]">... <xsl:template match="xsp">... which is the answer to your question, but why can't you do <xsl:template match="*">... <xsl:template match="xsp">... the xsp template will have higher priority than the * one so xsp elements will use that. David XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|