[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linear time XML treediff
- From: Christian Nentwich <c.nentwich@cs.ucl.ac.uk>
- To: Bob Kline <bkline@rksystems.com>
- Date: Tue, 27 Feb 2001 22:42:15 +0000
> of the text content of an element as insignificant. For example,
> running the testsuite through diff and merge ends up with
>
> <Z> Testing 1 2 3 </Z>
>
> where the original had
>
> <Z>
> Testing 1 2 3
> </Z>
I think Xerces will have to take the credit for that. I do no trimming in
the implementation.
Christian