testAuthenitcation.xml -- one more file left out last time

This commit is contained in:
fgerlits 2004-11-24 22:34:55 +00:00
parent f561ad58ff
commit c74555104f
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?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>