Skip to content
Malte Brunnlieb edited this page Sep 24, 2014 · 23 revisions
Table of Contents

XML Plug-in

The CobiGen XML Plug-in currently only provides different merge mechanisms for XML result documents.

Merger extensions

There are two merge strategies for XML documents, which can be configured in the templates.xml:

  • Merge strategy javamerge (merges two XML documents and keeps the existing XML elements on conflicts)

  • Merge strategy javamerge_override (merges two XML documents and overrides the existing XML elements on conflicts)

TODO describe processing → Problem of equality of nodes

Clone this wiki locally