This session presents a loosely coupled open source XML Content
Management System.
The foundation of this system is two open source applications:
- Schematron is a rule based schema language that's is used here to
validate the documents received by the system, to analyze them to
determine their type and to decide which treatment should be used.
- Ant is an open source XML based build system that has been tailored
to schedule all the actions (including the Schematron validation and
analysis) to be completed on the documents.
This combination of tools enables dynamic processing, handling the documents submitted to the system through HTTP requests, based on their content rather than on names or extensions.