I need to store data in this format:
category1 {
"line of text1"
"line of text2"
"line of text3"
...
}
category2 {
"line of text1"
"line of text2"
"line of text3"
...
}
....
I also need to be able to add and delete categorys, and "lines of text". I can't seem to figure out how to do it efficiently in xml files.