Compare two XMLNodes in C (libxml library)

Ironman

New Member
I'm parsing some xml files in C using libxml library. I want to compare two xmlnodes to see whether they contain the same data or not. Is there any function available to do so?
 
Back
Top