|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Can I Detect whether a node is *immediately* befor
Yes. Given your XML snippet, if you want to test if the element node named "context" is immediately preceded by an element node named "foo", this will do it. <xsl:if test="context/preceding-sibling::node()[1][name()='foo']">Yes</xsl:if> -- Charles Knell cknell@xxxxxxxxxx - email -----Original Message----- From: Jamie McLaughlin <j.mclaughlin@xxxxxxxxxxxxxxx> Sent: Thu, 4 Mar 2004 12:39:48 -0000 To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Subject: Can I Detect whether a node is *immediately* before the context node? Hello, I am new :) I have an XSLT query I could not find any solution to elsewhere. I need to know if my context node is *immediately* proceeded by another node of a certain type, in document order. So, ideally the test would return true for: <foo></foo><context>I am here</context> but not for: <foo></foo>some character data<context>I am here</context> Is this possible in XSLT or using a Saxon extension? Have I missed a very simple solution? I would be extremely grateful for any advice! Thanks, Jamie McLaughlin XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list 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
|

Cart








