Jump to content

XML framework

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Libcub (talk | contribs) at 03:38, 20 February 2008 ({{cleanup}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

You must add a |reason= parameter to this Cleanup template – replace it with {{Cleanup|reason=<Fill reason here>}}, or remove the Cleanup template.

XML framework is a Software framework. Basically the framework implement several features to aid the programmer create your own application, but an 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 an 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, text files
  • XSLT cache.
  • Easy way to create XSL documents like code snippets
  • Framework must be extensible because XML is extensible by definition.

Pure XML frameworks