XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Ramez GhazzaouiSubject: How to tell StylusDiff.exe to ignore the order of elements?
Author: Ramez Ghazzaoui
Date: 12 Jan 2009 06:46 PM
Hi,

I am trying to use the StylusDiff.exe command-line tool to perform tree-wise comparinson of two small XML files. I'd like to know which option tells the program to ignore the order of elements. For example, the two pieces of XML shown below should be treated as identical even though the <QualifierName> and <QualifierUI> elements appear in a different order within <QualifierRecord>.

<?xml version="1.0"?>
<!DOCTYPE QualifierRecordSet SYSTEM "qual2008.dtd">
<QualifierRecordSet>
<QualifierRecord QualifierType="1">
<QualifierName><String>adverse effects</String></QualifierName>
<QualifierUI>Q000009</QualifierUI>
<DateCreated>
<Year>1973</Year>
<Month>12</Month>
<Day>27</Day>
</DateCreated>

versus

<?xml version="1.0"?>
<!DOCTYPE QualifierRecordSet SYSTEM "qual2008.dtd">
<QualifierRecordSet>
<QualifierRecord QualifierType="1">
<QualifierUI>Q000009</QualifierUI>
<QualifierName><String>adverse effects</String></QualifierName>
<DateCreated>
<Year>1973</Year>
<Month>12</Month>
<Day>27</Day>
</DateCreated>

What option should I use for this purpose? My understanding from http://www.stylusstudio.com/xml_diff.html is that the Studio tool allows the user "to compare or ignore whitespace, namespaces, entities, ordering, element content, and more". Does the command-line tool have the same capability to ignore "ordering"?

Thanks,

-Ramez

Postnext
Ramez GhazzaouiSubject: How to tell StylusDiff.exe to ignore the order of elements?
Author: Ramez Ghazzaoui
Date: 14 Jan 2009 11:40 AM
Folks, does anyone have an idea regarding this question?

Postnext
Minollo I.Subject: How to tell StylusDiff.exe to ignore the order of elements?
Author: Minollo I.
Date: 14 Jan 2009 02:06 PM
While the order of attributes is irrelevant in XML, the order of elements is part of the XML InfoSet (http://www.w3.org/TR/xml-infoset/). Being XML Diff specifically an XML differencing utility, there isn't a way to instruct it to ignore element order.

Posttop
Ramez GhazzaouiSubject: How to tell StylusDiff.exe to ignore the order of elements?
Author: Ramez Ghazzaoui
Date: 14 Jan 2009 02:36 PM
Ah, thank you!
-Ramez

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.