XML Support
From KallestadWiki
Overview
Personally, I'm not a large fan of XML and as a result, XML Support within the KDF Framework is rather minimal for initial release.
The upside is that XML interaction within the KDF Framework is easy to understand and simple. Anywhere KDF recognizes JSON Objects, it can also recognize XML Objects. The XML Object definitions are the same as the JSON definitions.
Whereas JSON is a much simpler format based on Javascript objects, KDF does not have built in support at the moment for XML attributes or really much XML validation at all. These are subjects that are probably important to XML gurus - but KDF interaction is designed to be simple and easy to interact with. Not supporting these things makes documentation easier, reading documentation easier, and makes for fewer mistakes during development cycles.
Kallestad Development Framework Topics
- KDF Home
- Project Overview
- Technical Information
- Licensing
