File: TODO

package info (click to toggle)
libdecentxml-java 1.4%2Bgit20210318.841f464-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: java: 11,910; xml: 203; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
TODO:
- Iterators for element nodes
- Allow whitespace between attribute name, "=" and value
- Add a helper class to fix the formatting of an XML document

DONE:
* Add copyright information to all files
* A class which can decode an arbitrary InputStream using the standard XML rules
* Documentation
* Add a tutorial to the docs
* Add support for entity references
* Extend ProcessingInstruction to really support XML declarations
* Add support for parsing DOCTYPE