]> granicus.if.org Git - libexpat/commitdiff
Update comment.
authorJames Clark <jjc@jclark.com>
Tue, 11 Nov 1997 06:41:38 +0000 (06:41 +0000)
committerJames Clark <jjc@jclark.com>
Tue, 11 Nov 1997 06:41:38 +0000 (06:41 +0000)
expat/xmltok/xmltok.c

index b0693c85853cb4846be8e04be25e4f663d466cbe..d7dfeb19b2c358e397baf9c9e74962e4f19ed148 100755 (executable)
@@ -1,23 +1,18 @@
 /* TODO
 
-method to get name length
-method to extract attribute names (returns number of atts)
-size_t getAttributes(const char *ptr, const char *end, const char **atts, size_t maxAtts)
-
+Provide method to get name length.
 
 Provide method to count lines/columns.
 
 Provide methods to convert to any of UTF-8, UTF-18, UCS-4.
 
-Better prolog tokenization
+Tokenize prologs in a way useful for well-formedness checking
 
 <!NAME
 NMTOKEN
 NAME
 PEREF
 
-MatchEndTag(endTagStart, endTagEnd, startTagPtr, startTagEnd)
-
 */
 
 #ifdef _MSC_VER