Package org.opencms.xml.page

Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.

See:
          Description

Class Summary
CmsXmlPage Implementation of a page object used to access and manage xml data.
CmsXmlPageFactory Provides factory methods to unmarshal (read) an XML page object.
 

Package org.opencms.xml.page Description

Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.

XLL Pages are containers for "unstructured content", which is maintained in the form of separate HTML elements that can be edited in OpenCms using a WYSIWYG editor. HTML elements of pages can also be saved in various localized versions for multilanguage support.

The validity of the XML data is maintained using a XML schema.

Since:
6.0.0
Version:
$Revision: 1.9 $