Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 36cd152eb62bcb757a21f7b2301b8075 > files > 4

perl-XML-Writer-0.606-4.fc13.noarch.rpm

- 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.