- From: Zarella Rendon <zarella@attglobal.net>
- Date: Thu, 18 Apr 2002 07:30:25 -0500
- To: "Oleg Tkachenko" <olegt@multiconn.com>
- Cc: <www-xpath-comments@w3.org>
Thanks, Oleg, we'll take care of these. Zarella Rendon for the W3C XSL WG > -----Original Message----- > From: www-xpath-comments-request@w3.org > [mailto:www-xpath-comments-request@w3.org]On Behalf Of Oleg Tkachenko > Sent: Thursday, April 18, 2002 7:20 AM > To: www-xpath-comments@w3.org > Subject: 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 08:35:24 UTC