Core Structure
NetexCMS is a hybrid solution that spans all 3 types of Content Management Systems:
Document transformation language-based CMS, Module-based CMS & Inward and Outward facing Web-based CMS.
Document transformation language-based CMS.
Another approach to CMS building with use of open standards. XSLT-based CMS compile ready documents from XML data and XSLT-template. XML Sapiens-based CMS compile a document from the stream of ‘pure’ data, design template and functionality templates.
Module-based CMS.
Most tasks in a document's life-cycle are served by CMS modules. Common modules are document creation/editing, transforming and publishing.
Inward and Outward facing Web-based CMS.
Another approach to CMS building uses databases such as postgresql, mysql or mssql and scripting languages or tools such as coldfusion, php, jsp or asp to interact with the data to parse them into visual content. Data stored in a database is queried and compiled into html pages or other documents and transformed using cascading style sheets. These systems can include a number of other functions, such as discussion boards, blogs, or email newsletters.