xsl-list
[Top] [All Lists]

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

2003-03-13 09:51:51
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



<Prev in Thread] Current Thread [Next in Thread>