Re: Xml diff module - feedback needed
florent andré <[email protected]>
| Newsgroups | gmane.comp.cms.lenya.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Alexander, Did you had time to check it ? Yesterday, I see the xmlunit librairie [1]. This lib seems to have a good api with myDiff.similar(), myDiff.identical(),DetailedDiff class,... Did you have a look on it when you create the module ? If yes, why do you choose the outerj.daisy.diff class ? Thanks for any answer, Have a good day [1] : http://xmlunit.sourceforge.net [2] : http://xmlunit.sourceforge.net/example.html Alexander S. Sizemin wrote: > Thanks for your time. > I'm not sure I will be able to take a look at it in the next few days, > but I will check and test everything once again the next week for sure. > > Thanks, Alexander > > 2009/11/4 florent andré <[email protected] > <mailto:[email protected]>> > > Hi Alexander, > > I have just try your xmldiff and it seem to be buggy. > > Here my test : > After a clean instal and an import samples pages, I modify the > index page. > > I apply this changes in the attached file (move 1 paragraph, add a > text, create a new paragraph) > > After that, I want to diff beetween this two versions and I have > this message : > "Error while parsing document for diffing: " > with no further explanations > > I do another try on a just created html document were I had some > "TESTTS" letters in the <h1>...</h1> > > -------- > There is also a little problem on ui with two buttons labelled > "untranslated". > ------- > > Do you think you can work on it ? > > Thanks in advance. > ++ > > > > Alexander S. Sizemin wrote: > > Hello devs, > I've been working on XML diff module and now it will be great > to hear some feedback from you. > You can use the following command to checkout module: > > svn checkout http://lenyadiff.googlecode.com/svn/trunk/ > BRANCH_2_0_X/src/modules/ > > or download it as a zipped tarball > > http://google-summer-of-code-2009-apache.googlecode.com/files/AlexanderS_Sizemin.tar.gz > > Thank you. > > Regards, > Alexander Sizemin > > > > 1c1,3 > < <?xml version="1.0" encoding="UTF-8"?><html > xmlns="http://www.w3.org/1999/xhtml" > xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" > xmlns:xhtml="http://www.w3.org/1999/xhtml"> > --- > > <?xml version="1.0" encoding="UTF-8"?><html > xmlns="http://www.w3.org/1999/xhtml"> > > > > > 3,18d4 > < <!-- > < Licensed to the Apache Software Foundation (ASF) under one or more > < contributor license agreements. See the NOTICE file > distributed with > < this work for additional information regarding copyright > ownership. > < The ASF licenses this file to You under the Apache License, > Version 2.0 > < (the "License"); you may not use this file except in > compliance with > < the License. You may obtain a copy of the License at > < > < http://www.apache.org/licenses/LICENSE-2.0 > < > < Unless required by applicable law or agreed to in writing, > software > < distributed under the License is distributed on an "AS IS" BASIS, > < WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express > or implied. > < See the License for the specific language governing > permissions and > < limitations under the License. > < --> > 20d5 > < <!-- $Id: index_en 473861 2006-11-12 03:51:14Z gregor $ --> > 27,30c12 > < <p>Apache Lenya is a Java Open-Source Content Management System > < based on open standards such as XML and XSLT and the Apache > < Software Stack, in particular the XML publishing framework > Apache > < Cocoon.</p> > > --- > > <p>new p test</p> > 35c17 > < refer to the <a > href="lenya-document:422dc090-c968-11de-bfe8-e7803ecc604f">Features > --- > > refer TESTTTTSto the <a > href="lenya-document:422dc090-c968-11de-bfe8-e7803ecc604f">Features > 41a24,27 > > <p>Apache Lenya is a Java Open-Source Content Management System > > based on open standards such as XML and XSLT and the Apache > > Software Stack, in particular the XML publishing framework > Apache > > Cocoon.</p> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > <mailto:[email protected]> > For additional commands, e-mail: [email protected] > <mailto:[email protected]> > >