sintonia/livesupport/modules/authentication/etc/webAuthentication.xml
2004-12-02 13:39:53 +00:00

14 lines
454 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE webAuthentication [
<!ELEMENT webAuthentication (location) >
<!ELEMENT location EMPTY >
<!ATTLIST location server CDATA #REQUIRED >
<!ATTLIST location port NMTOKEN #REQUIRED >
<!ATTLIST location path CDATA #REQUIRED >
]>
<webAuthentication>
<location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
</webAuthentication>