Jump to content

XML framework

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Byjg (talk | contribs) at 19:07, 7 August 2007 (Created page with 'XML framework is a Software_framework. Basically the framework implement several features to aid the programmer create your own application, but a XML framework...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.

Some features existing 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.

Some Pure XML framework