Better approach for creating XML files
Hi there,
I am facing problem,
I have created XML file,but I can't view it/output it.
Can anyone please suggest what is better way of creating xml files?
1) create xml with DocumentBuilderFactory and then parse it Or
2) manually create hardcoded xml and save it on sd card and then access it for parsing.
I have continuosly varying text data in xml files.
Which approach will suite me most?
Please Help.
Thanks
|