diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-10-14 05:14:18 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-10-14 05:14:18 +0000 |
commit | 4a6245478481a410faa1d3ab1f8241339367bc02 (patch) | |
tree | 549b4f2a5c70d54179503caa1fe51105e998a3e5 /ACEXML/docs | |
parent | ebb321bfaf0c804ce4823854b6fc41c783517eef (diff) | |
download | ATCD-4a6245478481a410faa1d3ab1f8241339367bc02.tar.gz |
ChangeLogTag: Mon Oct 14 00:12:48 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ACEXML/docs')
-rw-r--r-- | ACEXML/docs/bugs.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ACEXML/docs/bugs.txt b/ACEXML/docs/bugs.txt index ab706be136a..2a989960880 100644 --- a/ACEXML/docs/bugs.txt +++ b/ACEXML/docs/bugs.txt @@ -5,11 +5,6 @@ <li>ACEXML currently do not validate an XML files. The validator hooks have not fully integrated into the parser yet. - <li>Exception handling is not implemented. Currently, we use a - reference of ACEXML::Env, similar to CORBA::Environment, to return - the status of the execution. ACEXML will reuse the ACE CORBA macros - to support native exceptions on platforms that support them. - <li>Need to verify predefined entities are working correctly. Check out the SAXPrint example. |