XML framework
Appearance
XML framework is a Software_framework. Basically the framework implement several features to aid the programmer create your own application, but a XML framework differs from another framework because all data produced is XML. The programmer define and produces pure data in XML format and the framework transform the document to any format you want.
One code, one XML and several transformations like XHTML, SVG, WML, Excel or Word format, or any document type result.
Features in a XML framework
- Classes to abstract the USE of XML documents
- Classes to abstract the DATA access - All data is XML independent of your source, like XML, Database, URL document
- XSLT cache.
- Easy way to create XSL documents like code snippets
- Framework must be extensible because XML is extensible by definition.