Commit Graph

173 Commits

Author SHA1 Message Date
James Clark
22795a8755 Give message about how to run it. 1998-06-21 08:44:14 +00:00
James Clark
7f3efb4802 Fix names of sample files 1998-06-21 08:23:52 +00:00
James Clark
9e81312f63 Initial revision 1998-06-21 08:22:49 +00:00
James Clark
fecf35cf44 Add sample files 1998-06-21 08:22:39 +00:00
James Clark
89687a2bfd *** empty log message *** 1998-06-21 08:22:20 +00:00
James Clark
80b4895ce5 *** empty log message *** 1998-06-21 08:10:47 +00:00
James Clark
5700ecb60f Add XML_DefaultCurrent 1998-06-21 06:53:13 +00:00
James Clark
78d38a3fd0 Fix non-Win32 stubs 1998-06-17 11:32:18 +00:00
James Clark
2c080dd19f Avoid dependence on Unicode wchar_t in xmlparse 1998-06-17 11:19:44 +00:00
James Clark
d78e5baa21 Improve comment 1998-06-17 10:45:12 +00:00
James Clark
38dc320552 Make locations right for default handler and for character data spread over multiple calls. 1998-06-17 10:18:28 +00:00
James Clark
508f4e99ee Add default handler 1998-06-17 10:04:31 +00:00
James Clark
99eba7a16d Add base address for xmlparse.dll 1998-06-03 13:23:35 +00:00
James Clark
0ee12e8045 Avoid setting eventPtr on error while parsing internal entities. 1998-06-03 13:10:13 +00:00
James Clark
9e2bdba5fb Set the base even if not processing external entities 1998-06-03 11:29:18 +00:00
James Clark
42bd1cb01c Fix typo with -m option 1998-06-03 10:55:52 +00:00
James Clark
5c3919e6bf Fix some bugs in location handling 1998-06-03 10:48:23 +00:00
James Clark
1f49d0a366 Enhance -m option 1998-06-03 10:16:20 +00:00
James Clark
e2ae0f492d More comments added. 1998-06-03 09:33:36 +00:00
James Clark
b720028b85 Tweak to locations in prolog 1998-06-03 09:28:55 +00:00
James Clark
03f202d614 Change GetErrorCode return type to enum XML_ErrorCode. 1998-06-03 09:24:43 +00:00
James Clark
650ce08322 Add more comments. 1998-06-03 09:23:16 +00:00
James Clark
939ec46566 -1 in unknown encoding lead byte table should use BT_MALFORM 1998-06-03 08:25:08 +00:00
James Clark
0e864d50fb Use ints rather than unsigned shorts in unknown encoding support 1998-06-03 07:52:49 +00:00
James Clark
d38e459410 Provide -m option
Set base for external entities
1998-06-03 07:04:44 +00:00
James Clark
069c00e820 Make location information available for all events
Support XML_UseParserAsHandlerArg
1998-06-03 06:35:00 +00:00
James Clark
6b733b9b87 Delete stscanf definition 1998-06-02 09:06:22 +00:00
James Clark
84835ac373 Generalize unknown encoding support 1998-06-02 08:57:14 +00:00
James Clark
e8ac3d8f5f Fix typos in CHECK_*_CASES args 1998-06-02 04:20:08 +00:00
James Clark
7ce4d1b852 Mention BYTE_ORDER.
Add codepage.c
1998-06-01 13:02:06 +00:00
James Clark
3e3f6bb7f2 Initial revision 1998-06-01 12:56:04 +00:00
James Clark
f310fb4ab9 Ignore encoding decl with protocol specified encoding. Factor out common handling of XML/Text declaration. 1998-06-01 12:54:02 +00:00
James Clark
0fe1372234 Add codepage.c 1998-06-01 12:15:13 +00:00
James Clark
10c3740f1e Initial Revision 1998-06-01 12:12:51 +00:00
James Clark
9efc5049a8 Support for arbitrary single byte encodings 1998-06-01 12:12:35 +00:00
James Clark
3a10246912 New approach for handling predefined entities 1998-06-01 07:28:31 +00:00
James Clark
496af54711 Avoid converting data unnecessarily 1998-06-01 05:55:23 +00:00
James Clark
698686457e Add debugging support for unparsed entities 1998-06-01 04:33:10 +00:00
James Clark
c83cd08a8e Report notation and unparsed entity declarations. 1998-06-01 04:30:05 +00:00
James Clark
6ff56dc9dc Add XML_ROLE_NOTATION_NO_SYSTEM_ID 1998-06-01 03:59:07 +00:00
James Clark
28bbc4f64f Ifdef for XML_UNICODE 1998-05-31 11:53:28 +00:00
James Clark
0f3e24272f Fix bug with CDATA sections in internal entity where internal encoding is different from external entity encoding. 1998-05-31 10:18:06 +00:00
James Clark
3bddd238db Fix bug with XML_UNICODE support and duplicate attributes. 1998-05-31 10:14:02 +00:00
James Clark
7eadec98df Make encoding name use XML_Char 1998-05-31 09:38:17 +00:00
James Clark
40962ad8af Make XML_ErrorString return XML_Char * 1998-05-31 08:39:35 +00:00
James Clark
a2625a0572 Finish UTF16 conversion support 1998-05-31 08:06:01 +00:00
James Clark
5b77f426ee Ifdef for XML_UNICODE 1998-05-31 05:32:43 +00:00
James Clark
c230dddef9 Represent UTF16 as char not UTF16_CHAR 1998-05-30 12:47:06 +00:00
James Clark
583f937102 Change handling of internal encodings in xmltok interface. 1998-05-30 10:13:07 +00:00
James Clark
05fd715a12 Require whitespace between attribute name and following attribute value 1998-05-23 07:27:59 +00:00