I want to parse this file in Cocoa Application.but no parser for xml work well.Please help for parsing this file or other xml files like this. Thanks... My Xml File is as Under:
Hiren
<property id=\"license\">
<object>
<property id=\"color\">
<string>red</string>
</property>
<property id=\"expiresOn\">
<string>10-10-2010</string>
</property>
<property id=\"Note\">
<string>This licence is valid to <[email protected]> until 10-10-2010</string>
</property>
</object>
</Property>