Commit Graph

150 Commits

Author SHA1 Message Date
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
James Clark
9ca490b20e +C:/home/work/expat/expat.pj 1998.05.02 13:29:28 revision 1.5 by jjc
checkpointed, new revision 1.5
+C:/home/work/expat/expat.pj 1998.05.04 08:38:33  revision 1.5 by jjc
C:/home/work/expat/xmlparse/xmlparse.c new-revision 1.25 was 1.24
1998-05-04 09:36:11 +00:00
James Clark
fc76800928 Fix bug with > INIT_ATTS_SIZE attributes 1998-05-04 01:38:32 +00:00
James Clark
4ab64ee501 +C:/home/work/expat/expat.pj 1998.03.28 10:53:06 revision 1.4 by jjc
checkpointed, new revision 1.4
+C:/home/work/expat/expat.pj 1998.03.28 10:58:38  revision 1.4 by jjc
C:/home/work/expat/Makefile new-revision 1.4 was 1.3
+C:/home/work/expat/expat.pj 1998.04.05 16:09:41 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/asciitab.h new-revision 1.4 was 1.3
+C:/home/work/expat/expat.pj 1998.04.05 16:10:09 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/dllmain.c new-revision 1.2 was 1.1
+C:/home/work/expat/expat.pj 1998.04.05 16:10:14 BST revision 1.4 by jjc
C:/home/work/expat/gennmtab/gennmtab.c new-revision 1.2 was 1.1
+C:/home/work/expat/expat.pj 1998.04.05 16:10:17 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/iasciitab.h new-revision 1.2 was 1.1
+C:/home/work/expat/expat.pj 1998.04.05 16:10:20 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/latin1tab.h new-revision 1.2 was 1.1
+C:/home/work/expat/expat.pj 1998.04.05 16:10:24 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/utf8tab.h new-revision 1.4 was 1.3
+C:/home/work/expat/expat.pj 1998.04.05 16:10:27 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/xmldef.h new-revision 1.3 was 1.2
+C:/home/work/expat/expat.pj 1998.04.05 16:10:31 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/xmlrole.c new-revision 1.8 was 1.7
+C:/home/work/expat/expat.pj 1998.04.05 16:10:36 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/xmlrole.h new-revision 1.4 was 1.3
+C:/home/work/expat/expat.pj 1998.04.05 16:10:41 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/xmltok.c new-revision 1.22 was 1.21
+C:/home/work/expat/expat.pj 1998.04.05 16:10:45 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/xmltok.h new-revision 1.14 was 1.13
+C:/home/work/expat/expat.pj 1998.04.05 16:10:50 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/xmltok_impl.c new-revision 1.19 was 1.18
+C:/home/work/expat/expat.pj 1998.04.05 16:10:54 BST revision 1.4 by jjc
C:/home/work/expat/xmltok/xmltok_impl.h new-revision 1.5 was 1.4
1998-05-02 06:29:28 +00:00
James Clark
bfd4528e04 Change version date 1998-05-02 06:22:50 +00:00
James Clark
44681484a8 Deal with XML_TOK_PARTIAL_CHAR from XmlCdataSectionTok 1998-05-02 06:15:55 +00:00
James Clark
d40b82ff26 Fix bug with end of buffer after ) in prolog 1998-05-02 06:03:28 +00:00
James Clark
fa8b616b9c Don't handle CDATA sections as a single token 1998-05-02 05:31:15 +00:00
James Clark
7e71c8f5d5 Fix bug with entity containing ] or ]] 1998-05-02 03:14:22 +00:00
James Clark
a9a9179d63 Fix bug with reallocing tag->buf. 1998-05-01 09:48:33 +00:00
James Clark
8190301827 Change parameter entity reference message so that it's not misleading in weird cases. 1998-04-26 07:10:00 +00:00
James Clark
586519240e Conditionally include unistd.h 1998-04-10 06:30:05 +00:00