[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Answers to review questions in "Beginning XSLT": Chapter 6


Subject: Re: [xsl] Answers to review questions in "Beginning XSLT": Chapter 6
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 13 Mar 2003 09:51:51 -0700 (MST)

> > The string-value of a node-set is the string-value of only 
> > the first node in the set.

Oops, sets are unordered. Relative order in the document is a
property of each node. I should have said:

  The string-value of a node-set is the string-value of the
  node-set's node that comes first, in document order.

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread