You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2002/11/14 10:06:36 UTC

cvs commit: xml-forrest/src/resources/schema/relaxng README.txt

crossley    2002/11/14 01:06:36

  Modified:    src/resources/schema/relaxng README.txt
  Log:
  Clarify some text.
  
  Revision  Changes    Path
  1.2       +10 -5     xml-forrest/src/resources/schema/relaxng/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/relaxng/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	7 Nov 2002 06:37:02 -0000	1.1
  +++ README.txt	14 Nov 2002 09:06:35 -0000	1.2
  @@ -2,12 +2,14 @@
   in Forrest.
   
   The schemas are written in RELAX NG, a schema language devised by James Clark,
  -SGML boffin, XML inventor and all-round smart guy. RELAX NG is widely regarded
  -to be the simplest, most powerful and easy to learn schema language available.
  +SGML boffin, XML inventor and all-round smart guy.
  +
  +RELAX NG is widely regarded to be the simplest, most powerful, and easy to
  +learn schema language available.
   
   Relevant URLs:
   
  -The RELAX NG "home page":
  +The RELAX NG "home page" at the OASIS RELAX NG Technical Committee:
   http://www.oasis-open.org/committees/relax-ng/
   
   The RELAX NG tutorial:
  @@ -19,8 +21,11 @@
   The RELAX NG Compact Syntax spec (less readable than the one above):
     http://www.oasis-open.org/committees/relax-ng/compact-20020607.html
   
  +Jing RELAX NG validator in Java:
  +	http://www.thaiopensource.com/relaxng/
   
  -To run an XML file against a .rng schema:
  +To run an XML file against a .rng schema using Jing, see the
  +"validate-config" target in xml-forrest/build.xml or do this:
   
   java -jar $FORREST_HOME/WEB-INF/lib/jing.jar [.rng file] [.xml file]