[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

node()[not(processing-instruction()] not working

Subject: node()[not(processing-instruction()] not working
From: Michael B Allen <mba2000@xxxxxxxxxx>
Date: Fri, 21 Jul 2006 16:57:57 -0400
mike allen instruction
The below XPath expression is supposed to select all children of the
named 'page' element except processing instructions with the name
'php-predoctype'.

<xsl:apply-templates select="page[@name='register']/node()[not(processing-instruction('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?

The following XPath expression does come very close to producing the
expected results but of course it is logically inferior.

<xsl:apply-templates select="page[@name='register']/*|page[@name='register']/processing-instruction('php')"/>

Could this be a bug in the processor (xsltproc form libxslt-1.1.15)?

Mike

-- 
Michael B Allen
PHP Extension for SSO w/ Windows Group Authorization
http://www.ioplex.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.