File: TODO

package info (click to toggle)
libxml-writer-perl 0.602-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 156 kB
  • ctags: 42
  • sloc: perl: 2,117; makefile: 38
file content (10 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
- Correctness. It's still possible to generate bad XML. Especially in
	safe mode, checks on processing instructions, comments and DOCTYPE
	declarations should be rigorously matched against the spec.

- Control over presentation. How much is too much? Entities vs. CDATA,
	placement of namespace declarations, whitespace. How much control
	should the user be given?

- Performance. Reducing the use of closures may speed things up, and
	benchmarking would show whether or not it's worth it.