summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/docs/bugs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/docs/bugs.txt')
-rw-r--r--ACE/ACEXML/docs/bugs.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/ACEXML/docs/bugs.txt b/ACE/ACEXML/docs/bugs.txt
new file mode 100644
index 00000000000..2fd0a8d5c02
--- /dev/null
+++ b/ACE/ACEXML/docs/bugs.txt
@@ -0,0 +1,20 @@
+/**
+
+$Id$
+
+@page acexml_bugs ACEXML Known Bugs
+
+<ul>
+ <li>ACEXML currently do not validate an XML files. The validator
+ hooks have not fully integrated into the parser yet.
+
+ <li>Need to verify predefined entities are working correctly. Check
+ out the SAXPrint example.
+
+ <li>Currently, replacement of parameterized reference (PEReference) is
+ not working.
+
+</ul>
+
+
+*/