Need help on comparing xml Structures

I have two XML files that differ with the content but not the structure. I need to compare the structures and return “true”.

Any help is appreciated.

Hi raghu,
If you give some example then i can help you.
i would like to share one of my Test case,
i have Crystal Report and XML we use to validate based on content and logo as per defined position using
Set Rect= (10,10,50,50) // For logo
If imagefound(image:“logo.png”,searchrectangle:Rect)
logsuccess “log position correct”
else
logerror “Log position not fine”
end if