5.4.3 correction: misdeclarations of start-point and end-point

Another minor correction for the XPointer CR:

I'm not 100% sure of this, but I think that in section 5.4.3 Additional
Range-Related Functions the declarations of start-point and end-point
are incorrect. You have:

point start-point(point)
point end-point(point)

I suspect these should be 

point start-point(location-set)
point end-point(location-set)

That is, change the point argument to a location-set. 


-- 
+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo@metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+ 
|               Java I/O (O'Reilly & Associates, 1999)               |
|            http://metalab.unc.edu/javafaq/books/javaio/            |
|   http://www.amazon.com/exec/obidos/ISBN=1565924851/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://metalab.unc.edu/javafaq/ | 
|  Read Cafe con Leche for XML News: http://metalab.unc.edu/xml/     |
+----------------------------------+---------------------------------+

Received on Sunday, 16 July 2000 14:20:00 UTC