Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 89363 invoked by uid 500); 2 Dec 2002 01:36:48 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 89338 invoked by uid 500); 2 Dec 2002 01:36:48 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 2 Dec 2002 01:36:47 -0000 Message-ID: <20021202013647.61662.qmail@icarus.apache.org> From: crossley@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/concepts validation.xml book.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N crossley 2002/12/01 17:36:47 Modified: src/documentation/xdocs/userdocs/concepts book.xml Added: src/documentation/xdocs/userdocs/concepts validation.xml Log: New xdoc about "XML Validation Facilities". Revision Changes Path 1.6 +1 -0 xml-cocoon2/src/documentation/xdocs/userdocs/concepts/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/concepts/book.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- book.xml 17 Jun 2002 09:11:06 -0000 1.5 +++ book.xml 2 Dec 2002 01:36:47 -0000 1.6 @@ -23,6 +23,7 @@ + 1.1 xml-cocoon2/src/documentation/xdocs/userdocs/concepts/validation.xml Index: validation.xml ===================================================================
XML Validation Facilities Conducting build-time and run-time validation 0.1 Technical document

###

###

The validation facilities are under development in the head CVS. The RELAX NG grammars for each document type are basic (and some of them are just generated from old DTDs). The RNG with embedded Schematron rules (e.g. sitemap.rng) are minimal tests only and utilises Schematron Basic. Everything is experimental.

For 2.1-dev there are currently 2002-12-02 three standalone validation targets.

There are also validation facilities in Cocoon XMLForm. (FIXME: Find link to Ivelin's XMLForm documentation and other explanations of its validation component.)

2.1-dev and 2.0.4

./build.sh validate-config

2.1-dev

./build.sh validate-schematron

2.1-dev

./build.sh validate-xdocs

FIXME: Find links and javadocs.

Basic overview: XMLForm Handling

See xml-forrest/src/resources/schema/relaxng/README.txt

See xml-cocoon2/tools/src/schematron/README.txt

See notes in the top of xml-cocoon2/src/webapp/WEB-INF/entities/sitemap-v06.rng

  • Organization for the Advancement of Structured Information Standards (OASIS)
  • Document Schema Definition Languages (DSDL) - ISO/IEC 19757 - DSDL
---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org