XML database ?
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I want to create an light weight XML database, but I don't find anything which could interest me. It is to make a very small DB, in XML format (so it could be modified with any text editor). I want to completely integrates database API in my executable (I don't want to use software like MySQL or PostgreSQL, because it must be on any computer with no installation required). So my executable must integrates database API and store data into XML file format. I've an idea about using SQLite and any XML parser like Pugxml but I would like to find something like SQLite with storing data directly in XML. does anyone knows something about doing this ? I work on Visual C++ 6.0 Sp6 (MFC/ATL). thanks for all :wtf:
Le Sourcier