xsl-list
[Top] [All Lists]

Re: characters in xsl

2004-11-11 09:10:42
"Osman" == Osman Çinar Eren 
<Cinar(_dot_)Eren(_at_)isbank(_dot_)com(_dot_)tr> writes:

    Osman> it is : all the elements with that name in that xml file.

    Osman> //value[..]...

    Osman> all value elements in the XML.

No. That's only at the beginning of an expression.

It is short for desecndant-or-self::

So //value means

the context item, if it is an element named value,
and any descendant elements of the context item named value. 
-- 
Colin Paul Adams
Preston Lancashire

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