aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-10-20 15:50:17 +0000
committerLev Walkin <vlm@lionet.info>2004-10-20 15:50:17 +0000
commit985e2ad474aae369f1edcd495966a79897299ef9 (patch)
treedb8c121d95f9be413da04178a96afac0de841897
parent870ccdb7b68ff5b2c1ec2fb537b06bd45a931df7 (diff)
XER support removed from main targets: already in progress
-rw-r--r--TODO8
1 files changed, 2 insertions, 6 deletions
diff --git a/TODO b/TODO
index 17784954..df25560e 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,9 @@
MAJOR:
-1. Support for XER decoding.
- Status: The BASIC-XER and CANONICAL-XER are implemented.
- The XER decoding is not yet implemented.
-
-2. Support for PER encoding. Requires advanced subtype constraints support,
+1. Support for PER encoding. Requires advanced subtype constraints support,
which is already completed.
-3. Support for Information Object Classes.
+2. Support for Information Object Classes.
Status: Support for parsing IOCs is mostly present.
Support for slicing the IOCs to produce "views"
is not yet designed.