a couple of typos in WD-xpath20-20011220

Hello there!

Just a couple of typos in WD-xpath20-20011220:

2.3.5 Abbreviated Syntax, item3:
"div1//para is short for div1/descendant-or-self::node()/child::para and 
so will select all para descendants of div1 children."
Probably should be
"div1//para is short for 
child::div1/descendant-or-self::node()/child::para and so will select 
all para descendants of div1 children."

2.3.5 Abbreviated Syntax, second list, last but one bullet:
"book/(chapter|appendix)/section selects every section element that has 
a parent that is either a chapter or an appendix element, that in turn 
is a child of a section element that is a child of the context node."
Probably should be:
"book/(chapter|appendix)/section selects every section element that has 
a parent that is either a chapter or an appendix element, that in turn 
is a child of a book element that is a child of the context node."

-- 
Oleg Tkachenko
Multiconn International, Israel

Received on Thursday, 18 April 2002 07:28:13 UTC