Is something like Rails' assert_dom_equal available?

such that  <x a='1' b='2'/> is equal to <x b='2' a='1'/>

What I really need is something that will work for a whole fragment  
of xml, not just a single tag.

Google says no, but google doesn't know everything. Or maybe I don't  
know what the correct question is  :-)

Tom

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to