xsl-list
[Top] [All Lists]

Re: [xsl] Using attributes with XPath

2006-08-24 00:10:39
On 8/24/06, Mike Ferrando <mikeferrando(_at_)yahoo(_dot_)com> wrote:
Attributes do not have parents. Elements can have parents, but
attributes never have parents, children, etc.

There is a subtle point. In XPath data model, attribute nodes have
parent (the element to which they are attached). While, attributes of
an element node are not child of the element.

--
Regards,
Mukul Gandhi

http://gandhimukul.tripod.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>
--~--