Changes for version 1.09

  • Changed NamedNodeMap {Values} to a NodeList instead of [] This way getValues can return a (live) NodeList.
  • Added NodeList and NamedNodeMap to documentation
  • Fixed documentation section near list of node type constants. I accidentally pasted some text in between and messed up that whole section. (Thanks to Andrew Fitzhugh at fitzhugh@cup.hp.com)
  • Added dispose to NodeList
  • Added setOwnerDocument to all Nodes, NodeList and NamedNodeMap, to allow cut and paste between XML::DOM::Documents. It does nothing when called on a Document node.

Modules

A perl module for building DOM Level 1 compliant document structures