Changes for version 0.02 - 2004-05-04

  • handle namespaced nodes in diffgram (i.e. xsl:template doesn't turn into template anymore)
  • handle namespaced attributes in diffgram (i.e. <foo bar:baz="1"/> doesn't turn into <foo baz="1"/> anymore)
  • added to Known Problems that Node Types other than Element, Attribute and Text will likely crash the module. I.e. No Comments, PIs, etc. with this revision (fix in the works)

Modules

XML DOM-Tree based Diff & Patch Module