[
Lists Home |
Date Index |
Thread Index
]
From: "Bjoern Hoehrmann" <derhoermi@gmx.net>
> How do you specify what is deleted in file1.xml? How do you specify the
> value of xml:lang attribute on element x is changed from 'de' to 'en'?
> How do you specify in text node y the character 'ö' is replaced by the
> entity reference ö?
That last one is an entity-diffing issue, not an infoset-diffing issue.
If you are annotating the data in an XML document, inline methods
such as the <html:ins> should work OK, for basic things.
If you are annotating the markup, then external markers (links)
are better. Then you get a nice three layered system: the data,
the markup, and the diffs.
Cheers
Rick Jelliffe
|