[
Lists Home |
Date Index |
Thread Index
]
Prakash,
I think the sequence of xml elements is decided by schema. If schema
doesn't define the sequence, the sequence of elements is NOT important?
Is it right?
I find the function Similar in Diff class which "Return the result of a
comparison. Two documents are considered to be "similar" if they contain
the same elements and attributes regardless of order. " So the author
has already given us the option.
Thanks,
John
________________________________
From: Prakash [mailto:prakash.subramaniam@oracle.com]
Sent: Thursday, August 04, 2005 5:01 PM
To: Li Yuejiong(John)
Cc: Baisak, Ranjan; xml-dev@lists.xml.org
Subject: Re: [xml-dev] How to compare two DOM Node and XML file?
Hi John,
Sequence of element, text and cdata nodes are very important. Sequence
of attribute nodes don't matter.
It is upto each comparison API (diff API) to decide whether sequence of
attributes are also compared or not.
Thanks,
Prakash
Li Yuejiong(John) wrote:
Ranjan,
I use xmlunit these days and think it's quite good. Now I
encounter one
problem. I find when I compare two XML Document, the result is
sensible
to the sequence of the Node.
Is it a bug? Or I miss something?
Thanks,
John
-----Original Message-----
From: Baisak, Ranjan [mailto:ranjan_baisak@mentor.com]
Sent: Monday, July 11, 2005 7:27 PM
To: Li Yuejiong(John); xml-dev@lists.xml.org
Subject: RE: [xml-dev] How to compare two DOM Node and XML file?
Look for xmlunit.sourceforge.net.
regards,
-Ranjan
-----Original Message-----
From: Li Yuejiong(John) [mailto:john_li@macrosynergy.com]
Sent: Monday, July 11, 2005 4:53 PM
To: xml-dev@lists.xml.org
Subject: [xml-dev] How to compare two DOM Node and XML file?
Hello,
Is there any Java API to compare two DOM Node equal or not?
And is there any Java API to compare two XML file equal or not?
Thanks,
John
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>
<http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
<http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>
<http://www.oasis-open.org/mlmanage/index.php>
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>
<http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
<http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>
<http://www.oasis-open.org/mlmanage/index.php>
|