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 2001/11/01 04:55:48 UTC

cvs commit: xml-cocoon2/documentation/xdocs/userdocs/matchers matchers.xml

crossley    01/10/31 19:55:48

  Modified:    documentation/xdocs contrib.xml tutorial-shots.xml
               documentation/xdocs/userdocs/matchers matchers.xml
  Log:
  Mend some minor XML validation errors
  
  Revision  Changes    Path
  1.5       +2 -2      xml-cocoon2/documentation/xdocs/contrib.xml
  
  Index: contrib.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/contrib.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- contrib.xml	2001/10/30 03:11:50	1.4
  +++ contrib.xml	2001/11/01 03:55:47	1.5
  @@ -91,9 +91,9 @@
    
     <p>
      Thank you very much. 
  -   <figure src="images/cocoon2-small.jpg" alt="Powered by Cocoon"
  -           width="111" height="39"/>
     </p>
  +  <figure src="images/cocoon2-small.jpg" alt="Powered by Cocoon"
  +          width="111" height="39"/>
    </s1>
   
    <s1 title="Contributions of Code and Documentation">
  
  
  
  1.2       +2 -16     xml-cocoon2/documentation/xdocs/tutorial-shots.xml
  
  Index: tutorial-shots.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/tutorial-shots.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tutorial-shots.xml	2001/10/30 03:14:05	1.1
  +++ tutorial-shots.xml	2001/11/01 03:55:47	1.2
  @@ -11,37 +11,23 @@
    </header>
   
   <body>
  - <p>
  + <s1 title="Some example screen snapshots">
     <figure src="images/create-dept.jpg" alt="Create Department"
             width="809" height="588"/>
  - </p>
  - <p>
     <figure src="images/edit-dept.jpg" alt="Update Department"
             width="819" height="594"/>
  - </p>
  - <p>
     <figure src="images/create-empl.jpg" alt="Create Employee"
             width="809" height="642"/>
  - </p>
  - <p>
     <figure src="images/edit-empl.jpg" alt="Update Employee"
             width="814" height="654"/>
  - </p>
  - <p>
     <figure src="images/search-dept.jpg" alt="Find Department"
             width="835" height="580"/>
  - </p>
  - <p>
     <figure src="images/results-dept.jpg" alt="Find Department Results"
             width="835" height="790"/>
  - </p>
  - <p>
     <figure src="images/search-empl.jpg" alt="Find Employee"
             width="819" height="594"/>
  - </p>
  - <p>
     <figure src="images/results-empl.jpg" alt="Find Employee Results"
             width="819" height="912"/>
  - </p>
  + </s1>
   </body>
   </document>
  
  
  
  1.5       +2 -2      xml-cocoon2/documentation/xdocs/userdocs/matchers/matchers.xml
  
  Index: matchers.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/matchers/matchers.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- matchers.xml	2001/10/25 07:49:14	1.4
  +++ matchers.xml	2001/11/01 03:55:47	1.5
  @@ -118,7 +118,7 @@
           An asterisk ('*') matches zero or more of  characters
           up to the occurrence of a '/' character (which is intended as
           a path separator). If a string such as /cocoon/docs/index.html is
  -        matched against the pattern '/*/*.index.html' the match is <i>not</i>
  +        matched against the pattern '/*/*.index.html' the match is <em>not</em>
           succesful: the first asterisk would match only up to the first path
           separator, resulting in the "cocoon" string. Using this technique
           a correct pattern would be '/*/*/*.html'.
  @@ -136,7 +136,7 @@
           while a double backslash ('\\') will match the character '\'. A
           pattern such as "**/a-\*-is-born.html" would match only strings
           such as "documents/movies/a-*-is-born.html" or 
  -        'a/very/long/path/a-*-is-born.html'. It would <i>not</i> match
  +        'a/very/long/path/a-*-is-born.html'. It would <em>not</em> match
           a string such as 'docs/a-star-is-born.html'.
           </li>
          </ul>
  
  
  

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