[David Durand]
My counter argument (not reproduced above) *followed* the sentence you *have*
reproduced. A lovely example of how quoting....
Here is a concrete scenario that either illustrates the problem or
illustrates my ignorance.
I want to know how two XML applications that apply different
WS conventions can inter-operate losslessly. Specifically, why is this
scenario wrong? :-
I wish to perform a null transformation across two editing tools App A and
App B.
foo.xml --> App A --> App B --> bar.xml
I want foo.xml == bar.xml
App A : reads foo.xml and treats WS according to APPA-WS-RULES
writes temp.xml
App B : reads temp.xml and treats WS according to APPB-WS-RULES
writes bar.xml
Result : foo1.xml != bar.xml