summaryrefslogtreecommitdiff
path: root/ACEXML/ChangeLog
blob: b411ed3d830b41c071e7eed6a0fb7ba251385e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
Tue Nov 19 15:02:06 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * apps/svcconf/XML_Svc_Conf_Parser.dsp:
        * common/XML_Common.dsp:
        * examples/SAXPrint/SAXPrint.dsp:
        * parser/debug_validator/Debug_Validator.dsp:
        * parser/parser/Parser.dsp:

          Modified to accomodate zlib and zziplig. Will probably change
          before the merge.

        * parser/parser/Parser.cpp:

          Try to parse external DTD only if validation is required.

Mon Nov 18 22:29:39 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML/Makefile:

          Deleted this file in the previous check-in. Re-add it.

Mon Nov 18 22:19:47 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML/common/common.mpc:
        * ACEXML/parser/parser/parser.mpc:
        * ACEXML/parser/debug_validator/validator.mpc:
        * ACEXML/apps/svcconf/svcconf.mpc:
        * ACEXML/examples/svcconf/Svcconf.mpc:
        * ACEXML/examples/SAXPrint/saxprint.mpc:
        * ACEXML/tests/tests.mpc:
        * ACEXML/ACEXML.mwc:

          New MPC files and Workspace file.

        * ACEXML/common/Makefile.XML_Common:
        * ACEXML/apps/svcconf/Makefile.XML_Svc_Conf_Parser:
        * ACEXML/parser/parser/Makefile.Parser:
        * ACEXML/parser/debug_validator/Makefile.Validator:
        * ACEXML/examples/SAXPrint/Makefile.SAXPrint:
        * ACEXML/examples/svcconf/Makefile.Svcconf:
        * ACEXML/tests/Makefile.HttpCharStream_Test:
        * ACEXML/tests/Makefile.NamespaceSupport_Test:
        * ACEXML/tests/Makefile.Transcoder_Test:

          New Makefiles generated by MPC.

        * ACEXML/common/Makefile:
        * ACEXML/parser/parser/Makefile:
        * ACEXML/parser/Makefile:
        * ACEXML/examples/Makefile:
        * ACEXML/apps/Makefile:
        * ACEXML/apps/svcconf/Makefile:
        * ACEXML/examples/SAXPrint/Makefile:
        * ACEXML/tests/Makefile:

          Removed old Makefiles.

        * ACEXML/parser/parser/Parser.cpp:
        * ACEXML/common/StreamFactory.cpp:
        * ACEXML/common/ZipCharStream.cpp:
        * ACEXML/common/ZipCharStream.h:

          Fixed compilation errors.

Mon Nov 18 20:30:30 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML/common/CharStream.h:
        * ACEXML/common/Encoding.cpp:
        * ACEXML/common/FileCharStream.cpp:
        * ACEXML/common/FileCharStream.h:
        * ACEXML/common/StrCharStream.cpp:
        * ACEXML/common/StrCharStream.h:
        * ACEXML/common/HttpCharStream.cpp:
        * ACEXML/common/HttpCharStream.h:

          Fixed a number of minor typos and debugging statements.

        * ACEXML/common/LocatorImpl.cpp: Check for a valid string before
          assigning it to the new Locator.

        * ACEXML/common/NamespaceSupport.cpp:

          Make sure that we don't have a null prefix before trying to
          dereference the prefix.

        * ACEXML/common/ZipCharStream.cpp:
        * ACEXML/common/ZipCharStream.h:

          New stream which reads files from a ZIP archive.

        * ACEXML/common/StreamFactory.cpp:

          Modified to accomodate ZipCharStream.

        * ACEXML/examples/SAXPrint/Print_Handler.cpp:
        * ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp:
        * ACEXML/examples/SAXPrint/main.cpp:

          Commented out a lot of unnecessary debug statements.

        * ACEXML/parser/parser/Parser.cpp:
        * ACEXML/parser/parser/Parser.h:

          Lots of bugfixes. Finally we parse the XML version of XHTML
          specification without dumping core.

Sat Nov 16 21:18:55 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML/parser/parser/Parser.cpp:
        * ACEXML/parser/parser/Parser.h:

          More bugs fixed. Add support for parsing PE references within
          attribute list declarations and clean up the same. Add support
          for parsing PE references within element declarations.

Tue Nov 12 19:48:34 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML/parser/parser/ParserContext.cpp:
        * ACEXML/parser/parser/ParserContext.h:
        * ACEXML/parser/parser/ParserContext.inl:

          New files which hold the ParserContext needed to handle the
          switching of input streams on the fly.

        * ACEXML/parser/parser/ParserInternals.cpp:
        * ACEXML/parser/parser/ParserInternals.h:

          Moved some generic code from Parser.cpp to here.

        * ACEXML/apps/svcconf/Makefile:
        * ACEXML/common/Makefile:
        * ACEXML/parser/parser/Makefile:

          Updated dependencies.

        * ACEXML/common/Attributes_Def_Builder.h:

          No need to typedef in C++.

        * ACEXML/common/DefaultHandler.cpp:

          Minor typos.

        * ACEXML/common/Encoding.cpp:

          If auto-detection of encoding fails, assume that it is UTF-8.

        * ACEXML/common/Exception.cpp:

          Change the error message from ACE_DEBUG to ACE_ERROR.

        * ACEXML/common/FileCharStream.cpp: Handle BOM of UTF-8 in
          addition to UTF-16. Cleanup unnecessary parens.

        * ACEXML/common/HttpCharStream.cpp:
        * ACEXML/common/HttpCharStream.h:

          Add support for auto-detection of encoding.

        * ACEXML/common/InputSource.cpp:
        * ACEXML/common/InputSource.h:

          Fixes for use with ACEXML_Parser_Context.

        * ACEXML/common/LocatorImpl.cpp:
        * ACEXML/common/LocatorImpl.h:

          Fixed bug in copy constructor which resulted in locator
          information not getting set properly.

        * ACEXML/common/NamespaceSupport.cpp:
        * ACEXML/common/NamespaceSupport.h:

          Implement reset() method.

        * ACEXML/common/SAXExceptions.cpp:

        Change the error message from ACE_DEBUG to ACE_ERROR.

        * ACEXML/common/StrCharStream.cpp:

          Handle copying of bytes according to sizeof (ACE_WCHAR).

        * ACEXML/common/StreamFactory.cpp: Create the appropriate stream
          given an URI. We don't try to normalize the URI here. It is done
          in the Parser.

        * ACEXML/common/Transcode.cpp:
        * ACEXML/common/Transcode.i:

          Moved some very big functions from .i to .cpp.

        * ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp:
        * ACEXML/examples/SAXPrint/main.cpp:

          Updates to reflect the new calling convention in the Parser.

        * ACEXML/parser/parser/Entity_Manager.cpp:
        * ACEXML/parser/parser/Entity_Manager.h:
        * ACEXML/parser/parser/Entity_Manager.i:

          Implemented support for resolving SYSTEM and PUBLIC ids  from
          the Entity_Manager.

        * ACEXML/parser/parser/Parser.cpp:
        * ACEXML/parser/parser/Parser.h:
        * ACEXML/parser/parser/Parser.i:

          Implemented support for external parameter and entity
          references. Rewrote a lot of the basic parsing functionality to
          adhere to the standard. Implment partial support for validation
          of XML files.


Fri Oct 25 15:44:04 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML/parser/parser/Parser.i: Handle end-of-line as required by
          the spec. Specifically any sequence of 0x0D or 0x0D 0x0A should
          be normalized to a 0x0A before passing to the XML processor.

        * ACEXML/parser/parser/Parser.cpp: Remove checks for 0x0D as it is
          handled tranparently now.

Thu Oct 24 21:06:44 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML/common/NamespaceSupport.cpp: Define strings normally and
          not as an array.

        * ACEXML/common/Attributes_Def_Builder.h: No need to typedef in C++.

Thu Oct 24 01:52:46 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML\parser\parser\Parser.cpp: Moved out the declaration of
          variables outside case labels. MSVC doesn't like it.

Wed Oct 23 22:24:59 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML/parser/parser/Parser.cpp: Fixed a stupid thinko in array
          initialization.

Wed Oct 23 17:27:14 2002  Krishnakumar B  <kitty@cs.wustl.edu>

        * ACEXML/common/Encoding.cpp:
        * ACEXML/common/Encoding.h:

          Use UTF-16 instead of UTF-16LE/UTF-16BE as the specification
          doesn't require mentioning the endianness of the input.

        * ACEXML/common/Transcode.h: Fixed some minor typos.

        * ACEXML/examples/SAXPrint/namespaces.xml: New file which tests
          out the namespaces feature much better.

        * ACEXML/apps/svcconf/Makefile:
        * ACEXML/parser/parser/Makefile:

          Updated dependencies.

        * ACEXML/parser/parser/ParserErrors.h: New file which contains the
          error codes of all the error spit out by the parser.

        * ACEXML/examples/SAXPrint/Print_Handler.cpp:
        * ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp:

          Make sure that the characters() function describes the arguments
          as start and length instead of start and end.

        * ACEXML/parser/parser/Parser.dsp: Added ParserErrors.h to the
          project file.

        * ACEXML/parser/parser/Parser.cpp:
        * ACEXML/parser/parser/Parser.h:

          Use minor codes when reporting error in the parser. This cleans
          up a lot of repeated error messages and indenting so that we
          don't need to spill over 80 columns and have a standardized way
          of reporting errors. Rewrote parse_cdata() so that is is much
          simpler. Removed try_grow_cdata() as it is no longer needed.
          Handle the case when the parser was accepting invalid character
          references().