I have a requirement to read and write xml files in w3c format on an ipad app. In my previous app I read basic xml files using GDataXML and that worked exactly as I needed. Can I use the same GDataXML to read and write xml files in w3c format aswell?, or do I need a different class?
edit: The format I need to read and write to is Efficient XML Interchange (EXI).