You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2002/12/02 02:36:47 UTC

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/concepts validation.xml book.xml

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 @@
       <menu-item label="StoreJanitor" href="storejanitor.html"/>
       <menu-item label="XMLSearching" href="xmlsearching.html"/>
       <menu-item label="XMLForm" href="xmlform.html"/>
  +    <menu-item label="XML Validation" href="validation.html"/>
       <menu-item label="Databases" href="databases.html"/>
       <menu-item label="Modules" href="modules.html"/>
     </menu>
  
  
  
  1.1                  xml-cocoon2/src/documentation/xdocs/userdocs/concepts/validation.xml
  
  Index: validation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../../dtd/document-v10.dtd">
  
  <document>
   <header>
    <title>XML Validation Facilities</title>
    <subtitle>Conducting build-time and run-time validation</subtitle>
    <version>0.1</version> 
    <type>Technical document</type> 
    <authors>
     <person name="David Crossley" email="crossley@indexgeo.com.au"/>
     <person name="Colin Adams" email="colin@colina.demon.co.uk"/>
    </authors>
   </header>
  
   <body>
   <s1 title="Goal">
    <p>
  ###
    </p>
   </s1>
  
   <anchor id="overview"/>
   <s1 title="Overview">
    <p>
  ### 
    </p>
   </s1>
  
   <s1 title="Warning: Validation facilities are under development">
    <p>
  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.
    </p>
   </s1>
  
   <s1 title="Operation">
     <p>
      For 2.1-dev there are currently 2002-12-02 three standalone validation
      targets.
     </p>
     <p>
      There are also validation facilities in Cocoon XMLForm.
  (FIXME: Find link to Ivelin's XMLForm documentation and other explanations
  of its validation component.)
     </p>
  
    <s2 title="Build target validate-config">
     <p>
      2.1-dev and 2.0.4
     </p>
     <p>
      <code>./build.sh validate-config</code>
     </p>
    </s2>
  
    <s2 title="Build target validate-schematron">
     <p>
      2.1-dev
     </p>
     <p>
      <code>./build.sh validate-schematron</code>
     </p>
    </s2>
  
    <s2 title="Build target validate-xdocs">
     <p>
      2.1-dev
     </p>
     <p>
      <code>./build.sh validate-xdocs</code>
     </p>
    </s2>
  
    <s2 title="XMLForm Validation">
     <p>
  FIXME: Find links and javadocs.
     </p>
     <p>
  Basic overview: <link href="xmlform.html">XMLForm Handling</link>
     </p>
    </s2>
   </s1>
  
   <s1 title="Stuff">
    <p>
  See
  <link href="http://cvs.apache.org/viewcvs.cgi/xml-forrest/src/resources/schema/relaxng/README.txt?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup">xml-forrest/src/resources/schema/relaxng/README.txt</link>
    </p>
  
    <p>
  See 
  <link href="http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/tools/src/schematron/README.txt?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup">xml-cocoon2/tools/src/schematron/README.txt</link>
    </p>
  
    <p>
  See notes in the top of 
  xml-cocoon2/src/webapp/WEB-INF/entities/sitemap-v06.rng
    </p>
  
   </s1>
  
   <anchor id="info"/>
   <s1 title="Further information">
    <ul>
  <li>Organization for the Advancement of Structured Information Standards
  (<link href="http://www.oasis-open.org/">OASIS</link>)
  </li>
  <li>Document Schema Definition Languages
  (<link href="http://www.dsdl.org/">DSDL</link>) -
  ISO/IEC 19757 - DSDL
  </li>
    </ul>
   </s1>
  
   </body>
  </document>
  
  
  

----------------------------------------------------------------------
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