shortparamsone.xml 515 B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <config>
  3. <all hostname="all" name="thisname">
  4. <db host="127.0.0.1" user="username" pass="password" name="live"/>
  5. <one>
  6. <two three="multi" />
  7. </one>
  8. </all>
  9. <staging extends="all" hostname="staging" debug="false">
  10. <db name="dbstaging"/>
  11. </staging>
  12. <other_staging extends="staging" only_in="otherStaging">
  13. <db pass="anotherpwd"/>
  14. </other_staging>
  15. <extendserror extends="nonexistent">
  16. </extendserror>
  17. </config>