Go Back   Scooter Forums > Beyond Compare 2 Discussion > Tales from the Trenches
Register FAQ Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 10-Jun-2010, 02:24 PM
Brian Brian is offline
Visitor
 
Join Date: Jun 2010
Posts: 9
Default Feature Request: More intelligent XML Element Comparison

When comparing two xml files, the result looks like this when an element is missing:

Code:
<elem>            <elem>
foo               foo
</elem>           </elem>
<elem>            <elem>             
bar               
</elem>            
<elem>
bash              bash
</elem>           </elem>
It would be better if it looks like this:
Code:
<elem>            <elem>
foo               foo
</elem>           </elem>
<elem>             
bar               
</elem>            
<elem>            <elem>
bash              bash
</elem>           </elem>

This would require having special rules for xml (and html) files.
Reply With Quote
  #2  
Old 10-Jun-2010, 04:43 PM
Aaron Aaron is online now
Team Scooter
 
Join Date: Oct 2007
Location: Madison, WI
Posts: 5,423
Default

Thanks for the example, Brian.

Improving our alignment is something we are always working on, and this is a case we would like to handle better in a future version of Beyond Compare.

We do have some additional rules that help standardize whitespace for XML and HTML files, available here:
http://www.scootersoftware.com/downl...kb_moreformats
But they probably won't help with this specific alignment issue.
__________________
Aaron P Scooter Software
Reply With Quote
  #3  
Old 10-Jun-2010, 04:50 PM
Aaron Aaron is online now
Team Scooter
 
Join Date: Oct 2007
Location: Madison, WI
Posts: 5,423
Default

Also, if you could, please email us example files to support@scootersoftware.com (and include a link back to this forum post).

Thanks!
__________________
Aaron P Scooter Software
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:14 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.