Hi, is there an easy way to compare two XmlObject instances? For example:
<tag>
<name>horst</name>
<image src="" alt="" />
</tag>
should equal:
<tag>
<image alt="" src="" />
<name>horst</name>
</tag>
However, my structure is much more comlex, I'd need some kind of recursive
equals...
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

