Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All changes done to the XSD files will be supported in the Java code that parses, along with the support for the deprecated and replaced elements and attributes. In this way old simple-method code will run fine, but with a LOT of parse warnings, and new stuff and old stuff will run together just fine.

Elements and Attributes Changes Completed

  1. if-compare
    1. field-name -> field
    2. map-name -> deprecated
  2. if-compare-field
    1. field-name -> field
    2. map-name -> deprecated
    3. to-field-name -> to-field
    4. to-map-name -> deprecated
  3. if-empty
    1. field-name -> field
    2. map-name -> deprecated
  4. if-not-empty
    1. field-name -> field
    2. map-name -> deprecated

Elements and Attributes Changes Planned