Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added a link to MODELLO-260

...

To be able to remove xpp3, we need:

  1. MODELLO-260: Modello support to represent DOM content in another format then Xpp3Dom: still need to choose the best one (DOM's Element as it is in JDK since 1.4? Another because of limitations of DOM?)
  2. a helper for these plugins that will support both xpp3 and

...

  1. the new DOM representation and protect them from core move from one to the other.

Notice that some Xpp3 use case don't require Xpp3 from core, but could be independant: for example, HelpMojo code generated by plugin-tools read an XML file, which has nothing shared with the core.

...