summaryrefslogtreecommitdiff
path: root/ACEXML/docs/bugs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/docs/bugs.txt')
-rw-r--r--ACEXML/docs/bugs.txt16
1 files changed, 5 insertions, 11 deletions
diff --git a/ACEXML/docs/bugs.txt b/ACEXML/docs/bugs.txt
index 804a8f7d9fd..ab706be136a 100644
--- a/ACEXML/docs/bugs.txt
+++ b/ACEXML/docs/bugs.txt
@@ -6,10 +6,9 @@
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. We should consider reusing
- the ACE CORBA macros to support native exceptions on platforms
- that support them.
+ 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.
@@ -17,16 +16,11 @@
<li>Currently, replacement of parameterized reference (PEReference) is
not working.
- <li>Although most namespace supporting features/interfaces are
- there, the parser currently does not interpret namespace.
-
- <li>The encoding attributes in xml decl element is ignore. We have
+ <li>The encoding attributes in xml decl element is ignored. We have
no plan to support different character encoding other than
UNICODE ones.
- <li>I'm sure this list will grow. :)
-
</ul>
-*/ \ No newline at end of file
+*/