xsl-list
[Top] [All Lists]

RE: [xsl] node()[not(processing-instruction()] not working

2006-07-21 14:50:43

<xsl:apply-templates 
select="page[(_at_)name='register']/node()[not(processing-instructi
on('php-predoctype'))]"/>

Unfotunately it doesn't work. The not() clause doesn't appear 
to have any effect as php-predoctype nodes are selected 
regardless. Can someone point out what I'm doing wrong?

You're forgetting that processing-instruction(), like other node tests, is
preceded by an implicit "child::". Instead you want "self::".

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>