From 84be77b536589cb4de709281600f3d4743b45def Mon Sep 17 00:00:00 2001 From: James Clark Date: Tue, 11 Nov 1997 06:41:38 +0000 Subject: [PATCH] Update comment. --- expat/xmltok/xmltok.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/expat/xmltok/xmltok.c b/expat/xmltok/xmltok.c index b0693c85..d7dfeb19 100755 --- a/expat/xmltok/xmltok.c +++ b/expat/xmltok/xmltok.c @@ -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