Jump to content

XMLNuke

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Byjg (talk | contribs) at 21:11, 28 March 2007 (Created page with '{{Infobox_Software | name = XMLNuke | developer = João Gilberto Magalhães | latest_release_version = 2.0RC2 | latest_release_date = June 28, 2006 ...'). 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)
XMLNuke
Developer(s)João Gilberto Magalhães
Stable release
2.0RC2 / June 28, 2006
TypeXML framework
LicenseGPL
Websitewww.xmlnuke.com

XMLNuke is an open source framework intended to create Websites using only XML/XSLT transformations. XMLNuke has a several classes to aid the developer create entire applications producing only XML.

Design

XMLNuke assumes it the most important part of any site is the information. However all information is merged with complex HTML, JavaScript structures. So, any changes in the application or design may cause a very deep modification in the current structure. Using XMLNuke you can separate naturally your information from your layout. Any class in XMLNuke produces XML.

You can, easily move your site from a FLAT layout to a very complex layout using, for example, Ajax, without any change in you application.

XMLNuke focus the development to maintainence.