xsl-list
[Top] [All Lists]

RE: [xsl] Matching elements with specific multiple parents

2011-04-01 19:10:23
Ah !!!!!
Can this stack ? Can I do :
        parent::parent::foo ?


----------------------------------------
David A. Lee
dlee(_at_)calldei(_dot_)com
http://www.xmlsh.org


-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk] 
Sent: Friday, April 01, 2011 4:58 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Cc: David Lee
Subject: Re: [xsl] Matching elements with specific multiple parents


On 02/04/2011 00:53, David Lee wrote:
child[parent::foo or parent::bar]
is the same as
child[../foo or ../bar]


No, it's not.  ../foo is parent::node()/child::foo which means sibling foo,
but parent::foo means what it says, parent with name foo.


David


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



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