-
Notifications
You must be signed in to change notification settings - Fork 2
XML database
Jan Hermann edited this page Jun 13, 2016
·
5 revisions
Our application is using XML as its database which are located in the src/xml folder.
The database consists of two XML files:
- for surveys itself, this database stores all information needed for survey editing in a desktop interface and for rendering in a web interface in the
survey.xmlfile - for survey responses, this database stores all survey responses from users in the
response.xmlfile
XML Schema is used to verify XML files.