You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.dtd 194B

123456
  1. <!ELEMENT configuration (entry+)>
  2. <!ELEMENT entry (key,(value | list))>
  3. <!ELEMENT key (#PCDATA)>
  4. <!ELEMENT value (#PCDATA)>
  5. <!ELEMENT list (value+ | subentry+)>
  6. <!ELEMENT subentry (key,value+)>