Welcome to mirror list, hosted at ThFree Co, Russian Federation.

demo_xml.xml « examples - github.com/hxseven/htmlSQL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e54968ee92413bc72fbbfc70ddf3322e8dd3a2a4 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="ISO-8859-1"?>
<users>
    <user id="0" name="admin" password="foobar" status="active"></user>
    <user id="1" name="jonas" password="heyho" status="active"></user>
    <user id="2" name="jack" password="daniels" status="drunk"></user>
    <user id="3" name="bill" password="kill" status="dead"></user>
    <user id="4" name="homer" password="kenny" status="active"></user>
</users>