1998-07-25 03:24:09 +08:00
|
|
|
|
|
|
|
TODO for the XML parser:
|
|
|
|
|
1999-08-11 03:04:08 +08:00
|
|
|
- use libunicode !
|
|
|
|
- finish XPath, then XPointer, Xlink
|
1998-08-13 11:39:55 +08:00
|
|
|
- Support for UTF-8 and UTF-16 encoding (Urgent !!!).
|
|
|
|
- progressive parsing. The entity support is a first step toward
|
|
|
|
asbtraction of an input stream. A large part of the context is still
|
|
|
|
located on the stack, moving to a state machine and putting everyting
|
|
|
|
in the parsing context should provide an adequate solution.
|
1998-07-25 03:24:09 +08:00
|
|
|
|
|
|
|
Done:
|
1999-04-22 04:12:07 +08:00
|
|
|
- Improve the support for SAX
|
1998-07-25 03:24:09 +08:00
|
|
|
- C++ support : John Ehresman <jehresma@dsg.harvard.edu>
|
|
|
|
- Updated code to follow more recent specs, added compatibility flag
|
1998-08-13 11:39:55 +08:00
|
|
|
- Better error handling, use a dedicated, overridable error
|
|
|
|
handling function.
|
|
|
|
- Support for CDATA.
|
|
|
|
- Keep track of line numbers for better error reporting.
|
|
|
|
- Support for PI (SAX one).
|
1998-07-25 03:24:09 +08:00
|
|
|
|
|
|
|
$Id$
|