blob: 38a6b8c1ee6f5c0e3858bf1a7c8ee7c3522bdcc6 [file] [log] [blame]
Review
------
- All operations (addAttribute, createElement, getAttribute) that work on
namespaced elements (such as atom:link) should use the namespace-aware
variants of this method (addAttributeNs, createElementNS). In
generateAtomSelfLink that would also prevent you from having to add the
"xmlns:atom" attribute yourself.