[Expat-checkins] expat/lib expat.h,1.52,1.53

Fred L. Drake fdrake at users.sourceforge.net
Wed Mar 12 18:17:50 EST 2003


Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv8909

Modified Files:
	expat.h 
Log Message:
- better explain the XML_GetCurrent*() functions (SF bug #683681)


Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- expat.h	7 Mar 2003 15:54:06 -0000	1.52
+++ expat.h	13 Mar 2003 02:17:48 -0000	1.53
@@ -814,8 +814,13 @@
 
 /* These functions return information about the current parse
    location.  They may be called from any callback called to report
-   some parse event; in this case the location is the location of
-   the first of the sequence of characters that generated the event. 
+   some parse event; in this case the location is the location of the
+   first of the sequence of characters that generated the event.  When
+   called from callbacks generated by declarations in the document
+   prologue, the location identified isn't as neatly defined, but will
+   be within the relevant markup.  When called outside of the callback
+   functions, the position indicated will be just past the last parse
+   event (regardless of whether there was an associated callback).
    
    They may also be called after returning from a call to XML_Parse
    or XML_ParseBuffer.  If the return value is XML_STATUS_ERROR then





More information about the Expat-checkins mailing list