Ticket #519 (assigned task)
Change configuration system to support only XML
| Reported by: | david | Owned by: | david |
|---|---|---|---|
| Priority: | highest | Milestone: | 1.0 |
| Component: | config | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Patch attached: | no |
Description
Reasons:
- XML rocks :)
- Nobody wrote a different parser so far anyway :p
- What we do (XIncludes, XSL etc) isn't possible with ini, yaml etc anyway
- We can move the parent handling stuff into the parser
- Config handlers can use namespaces (e.g. RDF in module.xml)
We add an additional method or something and keep the value holders so existing handlers don't break. But the core ones will use DOMDocuments instead of ConfigValueHolders?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

