[Home] [By Thread] [By Date] [Recent Entries]


From: "Bjoern Hoehrmann" <derhoermi@g...>

> 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 &ouml;?

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

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member