summaryrefslogtreecommitdiff
path: root/ACEXML/docs/bugs.txt
blob: 2a989960880d07a182a25e3a439b3c5488a9f7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
@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.

  <li>The encoding attributes in xml decl element is ignored. We have
      no plan to support different character encoding other than
      UNICODE ones.

</ul>


*/