Commit Graph

93 Commits

Author SHA1 Message Date
James Clark
87d01c84d2 Set up positionPtr in XML_Parse when len is 0. 1999-03-25 04:58:25 +00:00
James Clark
bfcc4836d0 Avoid C++ style comment 1999-03-20 02:35:09 +00:00
James Clark
9aad851790 Add namespace decl handler. Allow -m and -n together. 1999-03-07 03:33:24 +00:00
James Clark
04cd15b799 Expand element type names in end-tags correctly. 1999-03-07 01:11:14 +00:00
James Clark
e1f854bf51 Use 0xA instead of \n and so on. 1999-03-06 05:34:25 +00:00
James Clark
02b12ad251 Fix bug with resizing tag buffer 1999-03-06 05:23:00 +00:00
James Clark
547d3c98b4 Fix comment for XML_SetEncoding.
/
1999-01-04 01:22:16 +00:00
James Clark
cc0924046a Add a function for debugging with Visual C++ 1998-12-27 02:59:59 +00:00
James Clark
ffcfea14b7 Pass externalEntityRefHandlerArg appropriately 1998-11-27 04:40:07 +00:00
James Clark
2aad4e436b Add XML_SetExternalEntityRefHandlerArg 1998-11-27 04:32:09 +00:00
James Clark
7023da1906 Fix bug in XML_SetEncoding 1998-11-27 02:56:32 +00:00
James Clark
845dd4dd8b Add XML_SetEncoding 1998-11-27 02:24:11 +00:00
James Clark
3ada492532 Remove xmldef.h 1998-11-24 09:33:16 +00:00
James Clark
0a2a79e3fc Add MinSize config 1998-11-24 09:20:13 +00:00
James Clark
f603b68156 Include <stdlib.h> and <string.h> via xmldef.h 1998-11-24 07:39:10 +00:00
James Clark
b2eb817999 Fix bug in previous change 1998-11-24 07:36:01 +00:00
James Clark
1e657b6c6d XML_UNICODE_WCHAR_T implies XML_UNICODE
Define keyeq
1998-11-24 07:33:01 +00:00
James Clark
2967177479 Include xmlparse.h after xmldef.h 1998-11-24 07:16:37 +00:00
James Clark
ee62d4d2b1 Rename XMLNS to XML_NS 1998-11-24 07:12:19 +00:00
James Clark
c7bfa55f73 Include xmlparse.h first 1998-11-24 07:07:37 +00:00
James Clark
7b4a0046ea Add CDATA section handlers 1998-11-24 05:42:17 +00:00
James Clark
95bcf45ce3 Define XMLNS 1998-11-20 04:06:40 +00:00
James Clark
e5deda3f60 Expand xml: prefix per PR 1998-11-18 13:46:30 +00:00
James Clark
ca00d00f4d Fix bug with standalone 1998-11-17 13:05:37 +00:00
James Clark
950a6547e4 Initial revision 1998-10-22 05:41:14 +00:00
James Clark
237bbb9584 Fix bug with tempPool after calling externalEntityRefHandler 1998-10-22 02:53:12 +00:00
James Clark
58f34c124c Fix bug with position of end element event for empty tags. 1998-09-29 08:08:24 +00:00
James Clark
19fa93c230 Copy defaultExpandInternalEntities when creating external entity parser 1998-09-24 04:37:23 +00:00
James Clark
c332060f43 Add comment support 1998-09-24 04:12:12 +00:00
James Clark
fe3c72da7a Add XML_SetDefaultHandlerExpand 1998-09-24 03:40:44 +00:00
James Clark
2b1702456d Namespace support 1998-08-26 09:10:50 +00:00
James Clark
9f52171901 Lexical support for namespaces 1998-08-22 22:40:45 +00:00
James Clark
6f563b2256 Avoid realloc(NULL, n) in defineAttribute 1998-06-27 02:18:17 +00:00
James Clark
34b47abda7 Avoid realloc(NULL, n) 1998-06-27 02:12:47 +00:00
James Clark
bb130e9e28 Fix GetErrorByteIndex macro. 1998-06-23 02:38:35 +00:00
James Clark
5700ecb60f Add XML_DefaultCurrent 1998-06-21 06:53:13 +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
0ee12e8045 Avoid setting eventPtr on error while parsing internal entities. 1998-06-03 13:10:13 +00:00
James Clark
5c3919e6bf Fix some bugs in location handling 1998-06-03 10:48:23 +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
0e864d50fb Use ints rather than unsigned shorts in unknown encoding support 1998-06-03 07:52:49 +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
84835ac373 Generalize unknown encoding support 1998-06-02 08:57:14 +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