summaryrefslogtreecommitdiff
path: root/ACEXML
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML')
-rw-r--r--ACEXML/docs/bugs.txt5
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.