Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

XML format #152

Open
jbasko opened this issue Jun 11, 2017 · 0 comments
Open

XML format #152

jbasko opened this issue Jun 11, 2017 · 0 comments

Comments

@jbasko
Copy link
Owner

jbasko commented Jun 11, 2017

Something generic where you can just specify the root element's xpath and then have this:

<config>
<uploads>
  <threads>1</threads>
  <enabled>true</enabled>
  <db>
    <user>root</user>
    <password>secret</password>
  </db>
</uploads>
</config>

XML could also easily support meta information through attributes:

<enabled type="boolean">true</enabled>
<password required="true" />
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant