forked from meduketto/iksemel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
29 lines (15 loc) · 736 Bytes
/
TODO
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
==> 1.5 release, abi/api compatible, will be released in a few months
* parser: Ӓ and ꉟ like entities must be unescaped.
==> 1.6 release abi/api compatible, early 2010
* rewrite sax parser for better performance and correctness
* xml pretty printer
* file stream based xml printer
==> 2.0 release, major abi/api changes
* offer a high level jabber api for managing connection details
* input/output modules for encodings (utf8/16), compression (zlib,bzip2),
and source (file, memory, network stream).
==> ideas
* packet filter or a generic xml filter? something like a simplified xpath?
* a separate utf8 validator function can be useful
* utf8 <-> utf16 conversion functions can be useful
anything else? :-)