sintonia/livesupport/modules/authentication/etc/testAuthentication.xml

13 lines
323 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE testAuthentication [
<!ELEMENT testAuthentication (user) >
<!ELEMENT user EMPTY >
<!ATTLIST user login CDATA #REQUIRED >
<!ATTLIST user password CDATA #REQUIRED >
]>
<testAuthentication>
<user login="root" password="q" />
</testAuthentication>