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
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
James Clark
323478ff2a
Fix includes
1998-04-05 19:26:55 +00:00
James Clark
e479418fc6
Minor tweaks
1998-04-05 19:25:10 +00:00
James Clark
856e13baf4
1998-04-05 19:22:31 +00:00
James Clark
63416bb518
*** empty log message ***
1998-04-05 15:51:24 +00:00
James Clark
c446eb4dfc
Initial revision
1998-04-05 15:50:55 +00:00
James Clark
d4ee1a1ee1
Add copyright notice.
1998-04-05 15:11:29 +00:00
James Clark
3795b9486f
Fix for xmltok in subdir
1998-03-28 18:58:38 +00:00
James Clark
9a238f3471
Update for expat rename and xmltok subdir
1998-03-28 18:53:06 +00:00
James Clark
74a9c33687
Update for rename to expat
1998-03-28 18:52:40 +00:00
James Clark
45114e05e0
+C:/home/work/XmlTok/xmltok.pj 1998.02.10 09:07:59 revision 1.2 by jjc
...
checkpointed, new revision 1.2
+C:/home/work/xmltok/xmltok.pj 1998.03.08 10:39:28 revision 1.2 by jjc
C:/home/work/xmltok/xmlparse/hashtable.c new-revision 1.3 was 1.2
+C:/home/work/xmltok/xmltok.pj 1998.03.08 10:39:30 revision 1.2 by jjc
C:/home/work/xmltok/xmlparse/xmlparse.c new-revision 1.18 was 1.17
+C:/home/work/xmltok/xmltok.pj 1998.03.08 10:39:31 revision 1.2 by jjc
C:/home/work/xmltok/xmlrole.c new-revision 1.7 was 1.6
+C:/home/work/xmltok/xmltok.pj 1998.03.08 10:39:33 revision 1.2 by jjc
C:/home/work/xmltok/xmltok.c new-revision 1.19 was 1.18
+C:/home/work/xmltok/xmltok.pj 1998.03.08 10:39:56 revision 1.2 by jjc
C:/home/work/xmltok/xmldef.h add
+C:/home/work/xmltok/xmltok.pj 1998.03.08 10:39:56 revision 1.2 by jjc
C:/home/work/xmltok/xmldef.h new-type a was f
+C:/home/work/xmltok/xmltok.pj 1998.03.08 10:39:57 revision 1.2 by jjc
C:/home/work/xmltok/xmldef.h new-revision 1.1 was none
+C:/home/work/XmlTok/xmltok.pj 1998.03.09 08:26:13 BST revision 1.2 by jjc
C:/home/work/XmlTok/xmldef.h new-revision 1.2 was 1.1
+C:/home/work/xmltok/xmltok.pj 1998.03.15 19:36:15 revision 1.2 by jjc
C:/home/work/xmltok/xmltok.c new-revision 1.20 was 1.19
+C:/home/work/xmltok/xmltok.pj 1998.03.23 15:42:31 revision 1.2 by jjc
C:/home/work/xmltok/xmltok.c new-revision 1.21 was 1.20
+C:/home/work/expat/expat.pj 1998.03.28 09:57:29 revision 1.2 by jjc
C:/home/work/expat/asciitab.h drop
C:/home/work/expat/dllmain.c drop
C:/home/work/expat/iasciitab.h drop
C:/home/work/expat/latin1tab.h drop
C:/home/work/expat/utf8tab.h drop
C:/home/work/expat/xmldef.h drop
C:/home/work/expat/xmlrole.c drop
C:/home/work/expat/xmlrole.h drop
C:/home/work/expat/xmltok.c drop
C:/home/work/expat/xmltok.h drop
C:/home/work/expat/xmltok.mak drop
C:/home/work/expat/xmltok_impl.c drop
C:/home/work/expat/xmltok_impl.h drop
+C:/home/work/expat/expat.pj 1998.03.28 09:58:22 revision 1.2 by jjc
C:/home/work/expat/xmltok/asciitab.h add
1998-03-28 18:10:28 +00:00
James Clark
17ff609e03
Initial Revision
1998-03-28 18:04:56 +00:00
James Clark
f9ba46fd43
Bug in Latin 1 support
1998-03-23 23:42:30 +00:00
James Clark
6509a36b3f
Get rid of // comments
1998-03-15 12:36:14 +00:00
James Clark
fce5a0395f
Define calloc as well.
1998-03-09 01:26:05 +00:00
James Clark
a7e34c37ab
Initial Revision
1998-03-08 03:39:56 +00:00
James Clark
34e680d0b7
Include xmldef.h
1998-03-08 03:39:32 +00:00
James Clark
83a54957bf
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:52 revision 1.1 by jjc
...
C:/home/work/xmltok/wxmltok.c add
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:52 revision 1.1 by jjc
C:/home/work/xmltok/wxmltok.c new-type a was f
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:53 revision 1.1 by jjc
C:/home/work/xmltok/wxmltok.c new-revision 1.1 was none
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:53 revision 1.1 by jjc
C:/home/work/xmltok/xmlec/xmlec.c add
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:53 revision 1.1 by jjc
C:/home/work/xmltok/xmlec/xmlec.c new-type a was f
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:54 revision 1.1 by jjc
C:/home/work/xmltok/xmlec/xmlec.c new-revision 1.1 was none
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:54 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.c add
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:54 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.c new-type a was f
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:55 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.c new-revision 1.1 was none
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:55 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.h add
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:55 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.h new-type a was f
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:55 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.h new-revision 1.1 was none
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:56 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.mak add
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:56 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.mak new-type a was f
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:43:56 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.mak new-revision 1.1 was none
+C:/home/work/xmltok/xmltok.pj 1997.11.04 12:54:37 revision 1.1 by jjc
C:/home/work/xmltok/xmlec/xmlec.c new-revision 1.2 was 1.1
+C:/home/work/xmltok/xmltok.pj 1997.11.04 13:05:14 revision 1.1 by jjc
C:/home/work/xmltok/xmltok.mak new-revision 1.2 was 1.1
1998-02-10 02:07:59 +00:00
James Clark
bbc00990f9
Use stdout for error messages
1998-02-10 01:53:54 +00:00
James Clark
0f69f9f54b
Use character references for #x9 and #xA
1998-02-10 01:44:29 +00:00
James Clark
7badcb354d
Don't use directory part of input filename in constructing output filename. Fix usage message.
1998-02-09 10:33:07 +00:00
James Clark
7e8d1ad72d
Fix usage message
1998-02-09 10:25:03 +00:00
James Clark
430fdf8c57
Fix handling of   in tokenized attribute values.
1998-02-08 08:44:11 +00:00
James Clark
7bbe2e366d
Mark dtd as incomplete when a top-level parameter entity reference is encountered
1998-02-08 08:11:35 +00:00
James Clark
7e9d3e8571
Fix bug in normalizing CRs in PIs
1998-02-08 08:08:44 +00:00
James Clark
eb791c7b7e
Deal with empty pool in poolAppend
1998-02-08 07:58:42 +00:00
James Clark
51b263674a
Don't need to bother with parameter entity references now.
1998-02-07 06:48:12 +00:00
James Clark
3be0dca473
Fix bug in handlind -e
1998-02-07 05:36:23 +00:00
James Clark
e83509516e
Update list of public id characters
1998-02-07 05:36:06 +00:00
James Clark
0a8e3db8c7
Deal with externally specified encodings
1998-02-07 04:53:44 +00:00
James Clark
da063a16cf
Normalize newlines in PIs
1998-02-06 06:40:51 +00:00
James Clark
0d2c1a94de
Ignore declarations after first parameter entity reference in internal subset
1998-02-06 05:23:50 +00:00
James Clark
903d2b7c41
Update for xmlparse
1998-02-04 07:23:16 +00:00
James Clark
59d5826eed
Update dependencies. xmlwf doesn't depend on xmltok
1998-02-04 07:21:57 +00:00
James Clark
41400fe1ed
Get rid of size_t usage
1998-02-04 07:20:46 +00:00
James Clark
870e3a8d7e
1998-02-04 06:52:25 +00:00
James Clark
2c589fc4e3
Redo handling of tag stack
1998-02-04 06:51:44 +00:00
James Clark
607997679b
Rewrite using xmlparse
1998-02-04 05:25:27 +00:00
James Clark
22099b7770
Return 1-based line numbers
1998-02-04 04:42:48 +00:00
James Clark
0316f56e51
Get rid of magic numbers from the source
1998-02-04 03:49:24 +00:00
James Clark
d958fac99a
More efficient conversion of data
1998-02-03 11:40:36 +00:00
James Clark
b1c9b03eba
Check for invalid UTF-8 characters
1998-02-03 10:04:03 +00:00
James Clark
2f74758c1f
Normalize attribute values.
...
Attribute bug fixes.
1998-02-03 09:09:48 +00:00
James Clark
316f90012d
Move groupConnector from DTD to parser
1998-02-03 07:27:23 +00:00
James Clark
c0fc74267b
Attribute defaulting
1998-02-03 04:46:06 +00:00
James Clark
67bf333e47
Use normalize rather than containsRef
1998-02-02 13:48:35 +00:00
James Clark
347e19a658
Initial Revision
1998-02-02 12:40:34 +00:00
James Clark
332b10d36c
Add skipS method
1998-02-02 11:24:03 +00:00
James Clark
7cf6cf3188
Change containsRef field in ATTRIBUTE to normalized
1998-02-02 11:15:15 +00:00
James Clark
fdad370c5b
Fix bug with UTF16 to UTF8 conversion for chars 0x80..0xFF
1998-02-02 11:14:46 +00:00
James Clark
c70ed036c9
Fix bug in UTF16 to UTF8 conversion
1998-02-02 10:35:37 +00:00
James Clark
3cc8d0075a
Fix bug in getAtts with '.
1998-02-02 09:29:51 +00:00
James Clark
2fd2484a0a
Use macro to access minBytesPerChar
1998-01-30 19:11:39 +00:00
James Clark
56440b93f3
Fix UTF-16 to UTF-8 conversion on surrogates.
1998-01-22 08:35:51 +00:00
James Clark
2ec75e44bc
Fix bug in utf8_encoding with surrogates
1998-01-22 08:22:40 +00:00
James Clark
12693c93ca
Add MSVC call to chcek for memory leaks
1997-12-13 09:11:15 +00:00
James Clark
b07d0e5208
Check that parameter entities are declared.
1997-12-13 06:39:04 +00:00
James Clark
207924eb8d
Get rid of cond sect message
1997-12-12 09:23:27 +00:00
James Clark
e2482813bf
Get rid of cond sect message
1997-12-12 09:23:24 +00:00
James Clark
2a4f91e330
Fix bug in checkPiTarget
1997-12-12 09:17:24 +00:00
James Clark
b2eeefe571
New token XML_TOK_XML_DECL
1997-12-12 00:48:27 +00:00
James Clark
db6a73f853
Check for surrogates in NCRs
1997-12-11 14:16:35 +00:00
James Clark
cecd64f6ab
Check parsed entities at end of DTD
1997-12-11 00:00:08 +00:00
James Clark
ded70873bc
Add iterators
1997-12-10 21:57:16 +00:00
James Clark
675ac10f75
Fix bugs from Didier Bolf
1997-12-10 14:38:18 +00:00
James Clark
dc8aa626cc
Avoid problem with forward reference to const object
1997-12-10 14:19:33 +00:00
James Clark
8b6b5840ee
Don't need to check system identifiers
1997-12-10 07:57:10 +00:00
James Clark
9f41c277f9
Changes before release
1997-12-10 07:44:19 +00:00
James Clark
42bc6a2d96
Changes before release
1997-12-10 07:44:18 +00:00
James Clark
f237c0f547
Initial revision
1997-12-10 07:39:49 +00:00
James Clark
27c6f1b6c5
Initial revision
1997-12-10 07:33:23 +00:00
James Clark
7af19499b0
Fix bug with DTD-less docs.
1997-11-15 05:30:55 +00:00
James Clark
6a9cec2f7a
Give a separate message for syntax errors
1997-11-15 02:44:29 +00:00
James Clark
80b9565677
Initial Revision
1997-11-15 02:43:48 +00:00
James Clark
dd98d660be
Update for xmlrole and win32filemap
1997-11-15 01:06:14 +00:00
James Clark
a5be232444
Initial Revision
1997-11-15 01:05:11 +00:00
James Clark
2accf6b0c1
Initial Revision
1997-11-15 00:52:59 +00:00
James Clark
2ad2c72b27
Reorder tokens to group element type declaration only tokens together
1997-11-15 00:51:48 +00:00
James Clark
cd5fb875b4
Separate file mapping code into separate file
1997-11-15 00:37:29 +00:00
James Clark
098f26ac79
Initial Revision
1997-11-15 00:35:13 +00:00
James Clark
8a1833a65f
Allow #name to be terminated by |
1997-11-14 05:24:37 +00:00
James Clark
a2c83c96b5
Do literals properly. Support for conditional sections.
1997-11-13 11:45:31 +00:00
James Clark
0ea9bf349b
Allow PIs in the prolog.
1997-11-13 09:25:49 +00:00
James Clark
9501138aae
Realistic prolog tokenization.
1997-11-13 09:05:46 +00:00
James Clark
7fc8cdf625
Move binaries to bin
1997-11-12 11:27:27 +00:00
James Clark
9651443ca7
Support for line and column numbers
1997-11-12 10:38:58 +00:00
James Clark
84be77b536
Update comment.
1997-11-11 06:41:38 +00:00
James Clark
81809a3083
Update for xmlwf
1997-11-11 06:11:48 +00:00
James Clark
c310975452
Move memory mapping stuff into separate program.
1997-11-11 06:11:16 +00:00