Re: [Xmlunit-general] Comparing XPath expressions in DifferenceEngine

2010-08-24 Thread Stefan Bodewig
On 2010-08-21, Lanam, Jeff wrote: > Alternatively, I could use a method that compares an abbreviated > reference like the one above, with an expanded one. > In the example above, getXPathLocation returns > /mydoc[1]/child[1]/city[1]/text()[1] . I need a way to determine that > this is equivalent

Re: [Xmlunit-general] Comparing XPath expressions in DifferenceEngine

2010-08-20 Thread James Abley
On 20 August 2010 01:31, Lanam, Jeff wrote: > I’m trying to write a DifferenceEngine for XMLUnit 1.3 that will allow or > reject differences based on a list of elements specified by the user. I have > a simple one working which just compares the element names, but I would like > to use XPath exp

[Xmlunit-general] Comparing XPath expressions in DifferenceEngine

2010-08-19 Thread Lanam, Jeff
I'm trying to write a DifferenceEngine for XMLUnit 1.3 that will allow or reject differences based on a list of elements specified by the user. I have a simple one working which just compares the element names, but I would like to use XPath expressions for more precise specification. The problem