Update of /cvsroot/perl-xml/sax-perl-org
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15457
Modified Files:
changes-2.1.html changes-2.1.xml
Log Message:
Index: changes-2.1.html
===================================================================
RCS file: /cvsroot/perl-xml/sax-perl-org/changes-2.1.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- changes-2.1.html 25 Oct 2004 09:22:38 -0000 1.2
+++ changes-2.1.html 10 Nov 2004 08:26:59 -0000 1.3
@@ -190,5 +190,18 @@
To support all of the above mentioned types.
<br />
</p>
+ <p class="open">
+ <b>Issue <a name="I12">I12</a>
+ </b>
+ <i> status: open, resolution: none</i>
+ <br />
+ The spec should be more explicit about what a document locator is
+ supposed to return. It could for example read:
+ <br />
+ If possible, a Perl SAX driver should provide the line and column position
+ of the first character after the text associated with the document event.
+ The first line is line 1; the first column in each line is column 1.
+ <br />
+ </p>
</body>
</html>
Index: changes-2.1.xml
===================================================================
RCS file: /cvsroot/perl-xml/sax-perl-org/changes-2.1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- changes-2.1.xml 25 Oct 2004 09:22:38 -0000 1.2
+++ changes-2.1.xml 10 Nov 2004 08:26:59 -0000 1.3
@@ -165,6 +165,18 @@
</para>
</issue>
+ <issue id="I12" status="open" resolution="none" change-ref="">
+ <para>
+ The spec should be more explicit about what a document locator is
+ supposed to return. It could for example read:
+ </para>
+ <para>
+ If possible, a Perl SAX driver should provide the line and column position
+ of the first character after the text associated with the document event.
+ The first line is line 1; the first column in each line is column 1.
+ </para>
+ </issue>
+
</issue-list>
</change-log>
|