Subject: Re: xupdate and xslt
From: Camille Bégnis <camille@xxxxxxxxxx>
Date: Wed, 12 Apr 2006 10:52:45 +0200
|
Jirka Kosek a icrit :
> Camille Bignis wrote:
>
>> working on the issue of XML documents diffing and patching, I quickly
>> reviewed the xupdate format as produced (notably) by xmldiff
>> (http://www.logilab.org/projects/xmldiff/documentation)
>>
>> I couldn't find any tool that would take advantage of this format to
>> inject back the patch in a source document. My goal being to be able to
>> generate a document that *shows* the differences between versions A
>> and B.
>
> Try diffmk:
>
> http://sourceforge.net/projects/diffmk/
>
> it has even support for several XML grammars (including DocBook) and for
> such grammars it can create output that can be easily rendered as
> "document with changebars".
Thanks Jirka, I did test it (thanks norm), but wanted to explore other
possibilities nonetheless.
Camille.
|