Git init
[external/libwbxml2.git] / TODO
1 General
2 -------
3 - An automatic test tool
4 - Add 'HAVE_EXPAT' to autoconf process... not directly in 'Makefile.am' files in 'src/' and 'tools/'
5
6 Encoder:
7 - Parse and encode XML CDDATA
8 - Parse and encode XML PI
9 - Generate ENTITY tokens
10 - Handle Charsets Encoding
11 - UCS4 convertion 
12
13 Parser:
14 - Handle Charsets Encoding
15
16
17 WML 1.0 / WML 1.1 / WML 1.2 / WML 1.3
18 -------------------------------------
19 - WML Test Suite
20
21 Encoder:
22 - Check if there are variables: encode them in Extension Tokens 
23 - Check if we must keep Ignorable Whitespaces (in WML, if we are in a <pre>, we MUST keep this spaces)
24
25
26 WTA 1.0
27 -------
28 - WTA Test Suite
29
30
31 CO 1.0
32 ------
33 - CO Test Suite
34
35
36 CHANNEL 1.1 / CHANNEL 1.2
37 -------------------------
38 - Channel Test Suite
39
40
41 WTA-WML 1.2
42 -----------
43 - WTA-WML Test Suite
44
45
46 SYNCML 1.1 / 1.2
47 ----------------
48 - Real SyncML Support (testing with real devices/servers)
49
50
51 WV CSP 1.1
52 ----------
53 - Encode Date and Time in OPAQUE (WV_CSP_WBXML_v1.1.pdf - 4.6)