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

RE: Test processing instruction as first preceding si

Subject: RE: Test processing instruction as first preceding sibling
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 9 Dec 2008 16:09:27 -0000
RE:  Test processing instruction as first preceding  si
>         I have a doubt about testing preceding-sibling 
> processing-instruction.
>         I have this xml:
> 
>        <root>
>            <child1>
>                    child 1
>            </child1>
>            <?proc?>
>            <child2>
>                   child 2
>           </child2>
>      </root>
> 
>            And I need to know if child2 has the first 
> preceding-sibling as a processing-instruction. 

This needs care because the immediately preceding sibling is actually a
whitespace text node. If you've used xsl:strip-space to remove such text
nodes, it's

test="preceding-sibling::node()[1][self::processing-instruction()]"

but if you need to ignore such text nodes then it's

test="preceding-sibling::node()[not(self::text()[normalize-space()=''])][1][
self::processing-instruction()]"

Michael Kay
http://www.saxonica.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.