File: TODO.txt

package info (click to toggle)
php-xml-dtd 0.5.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 268 kB
  • sloc: xml: 684; php: 416; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- Finish tests
- Add error codes and better error reporting
- Compile a feature list of supported DTD commands
- Read <!DOCTYPE ..> and get the DTD in XML_Validator
- Create a real php script instead of "tests/test.php"
- More TODO's inside the comments of .php files
- Improve documentation
- Add setOptions() to DTD parser and XML parser

WISH:
- Build a DTD Validator
- Use directly sax instead of XML_Tree for partially
  validating instead of consuming a lot of memory
  creating the xml tree