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 |
|
James Clark
|
06fb5cebe8
|
Split externalEntityInitProcessor into 2.
|
1998-05-16 09:18:16 +00:00 |
|
James Clark
|
11067a403b
|
+C:/home/work/expat/expat.pj 1998.05.11 16:35:12 revision 1.8 by jjc
checkpointed, new revision 1.8
+C:/home/work/expat/expat.pj 1998.05.11 17:16:37 revision 1.8 by jjc
C:/home/work/expat/xmltok/xmltok.c new-revision 1.24 was 1.23
+C:/home/work/expat/expat.pj 1998.05.14 11:41:52 revision 1.8 by jjc
C:/home/work/expat/expat.html new-revision 1.6 was 1.5
|
1998-05-14 04:42:18 +00:00 |
|
James Clark
|
0505f1cd36
|
Update date.
|
1998-05-14 04:41:52 +00:00 |
|
James Clark
|
d504c1c894
|
Add support for US-ASCII encoding
|
1998-05-11 10:16:36 +00:00 |
|
James Clark
|
59023a9533
|
+C:/home/work/expat/expat.pj 1998.05.04 16:40:35 revision 1.7 by jjc
checkpointed, new revision 1.7
+C:/home/work/expat/expat.pj 1998.05.10 17:18:14 revision 1.7 by jjc
C:/home/work/expat/xmlparse/xmlparse.c new-revision 1.26 was 1.25
+C:/home/work/expat/expat.pj 1998.05.10 17:18:14 revision 1.7 by jjc
C:/home/work/expat/xmlparse/xmlparse.h new-revision 1.5 was 1.4
+C:/home/work/expat/expat.pj 1998.05.10 17:18:16 revision 1.7 by jjc
C:/home/work/expat/xmlwf/xmlwf.c new-revision 1.18 was 1.17
+C:/home/work/expat/expat.pj 1998.05.10 17:46:35 revision 1.7 by jjc
C:/home/work/expat/xmlparse/xmlparse.c new-revision 1.27 was 1.26
+C:/home/work/expat/expat.pj 1998.05.10 18:26:58 revision 1.7 by jjc
C:/home/work/expat/xmlparse/xmlparse.h new-revision 1.6 was 1.5
+C:/home/work/expat/expat.pj 1998.05.11 07:59:54 revision 1.7 by jjc
C:/home/work/expat/xmlparse/xmlparse.c new-revision 1.28 was 1.27
+C:/home/work/expat/expat.pj 1998.05.11 16:34:27 revision 1.7 by jjc
C:/home/work/expat/expat.html new-revision 1.5 was 1.4
|
1998-05-11 09:35:11 +00:00 |
|
James Clark
|
d54b83991c
|
Mention -x. Update version.
|
1998-05-11 09:34:26 +00:00 |
|
James Clark
|
0317338f10
|
When creating an external entity parser, don't set the processor if the encoding was unknown.
|
1998-05-11 00:59:52 +00:00 |
|
James Clark
|
5d0c27b76c
|
Add some more comments on new interfaces
|
1998-05-10 11:26:58 +00:00 |
|
James Clark
|
1250e1d136
|
Fix dtdCopy bug
|
1998-05-10 10:46:34 +00:00 |
|
James Clark
|
4b8e8545c5
|
Support for parsing external entities
|
1998-05-10 10:18:15 +00:00 |
|
James Clark
|
9900422429
|
+C:/home/work/expat/expat.pj 1998.05.04 16:36:11 revision 1.6 by jjc
checkpointed, new revision 1.6
+C:/home/work/expat/expat.pj 1998.05.04 16:40:13 revision 1.6 by jjc
C:/home/work/expat/expat.html new-revision 1.4 was 1.3
|
1998-05-04 09:40:34 +00:00 |
|
James Clark
|
816d517598
|
Change date.
|
1998-05-04 09:40:13 +00:00 |
|