Originally posted by Nickle
View Post
Announcement
Collapse
No announcement yet.
XML
Collapse
X
-
There is a "probably" in the quote... and I don't expect version 4 to be out for quite some time... so I think it quite safe that this quote won't tie any hands...Nevertheless, my apologies if it was information I should not have passed on.
Leave a comment:
-
For the record, we're more likely to answer questions about possible schedules via email than in the forums so we don't tie our hands if we have to change it later. If Chris or Aaron had answered this it would have gotten the traditional "wishlist" response.
Leave a comment:
-
Cool.
Have a look at the XML unit because it points out lots of the issues that arise with comparing XML.
When is 4 likely to be released?
Leave a comment:
-
Originally posted by Chris KennedyWe're working on a structured XML compare for BC, it will probably be released in version 4.
Leave a comment:
-
XML
We need better handling of XML.
1. Format files on opening so that lines match up. Some XML is produced without spacing, to compress the side. This makes it impossible to compare.
2. Clever matching. see http://xmlunit.sourceforge.net/
For example is
<test>
<catA>A</catA>
<catB>B</catB>
</test
the same as
<test>
<catB>B</catB>
<catA>A</catA>
</test
The categories have been switched. A line by line reconciliation would show an error. A cleverer XML comparison would say that the XML effect is the same.
See the link above for more details
NickTags: None
Leave a comment: