blob: 136e0cd7117b9aa53feb12af03dc02f1efcd1ab3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/**
@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>
*/
|