13 lines
490 B
XML
13 lines
490 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE simpleConnectionManager [
|
|
|
|
<!ELEMENT simpleConnectionManager EMPTY >
|
|
<!ATTLIST simpleConnectionManager dsn CDATA #REQUIRED >
|
|
<!ATTLIST simpleConnectionManager userName CDATA #REQUIRED >
|
|
<!ATTLIST simpleConnectionManager password CDATA #REQUIRED >
|
|
]>
|
|
<simpleConnectionManager dsn = "ls_database"
|
|
userName = "ls_dbuser"
|
|
password = "ls_dbpassword"
|
|
/>
|