Search Results

4
votes
18answers
2k views

Xml or Sqlite, When to drop Xml for a Database?

I really like Xml for saving data, but when does sqlite/database become the better option? eg, when the xml has more than x items or is greater than y MB? I am coding an r …
0
votes

Stackoverflow RSS: Expected DTD markup was not found

It's a question because it's only effecting my code. Everything else seems to have no problem parsing this feed. …
0
votes

Xml or Sqlite, When to drop Xml for a Database?

I have made the switch to SQLite and I feel much better knowing it's in a database. There are a lot of other benefits from this: Adding new items is really simple …