You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/03/23 11:58:03 UTC

cvs commit: xml-fop/src/documentation/content/xdocs hyphenation.xml

jeremias    2005/03/23 02:58:03

  Modified:    src/documentation/content/xdocs hyphenation.xml
  Log:
  Fixed validation problem.
  
  Revision  Changes    Path
  1.12      +7 -5      xml-fop/src/documentation/content/xdocs/hyphenation.xml
  
  Index: hyphenation.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/hyphenation.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- hyphenation.xml	21 Mar 2005 20:19:06 -0000	1.11
  +++ hyphenation.xml	23 Mar 2005 10:58:03 -0000	1.12
  @@ -110,12 +110,14 @@
                configuration option.</li>
             </ul>
           </li>
  -        <warning>Either of these three options will ensure hyphenation is working when using
  +      </ol>
  +      <warning>
  +        Either of these three options will ensure hyphenation is working when using
           FOP from the command-line. If FOP is being embedded, remember to add the location(s)
           of the hyphenation JAR(s) to the CLASSPATH (option 1 and 2) or to set the 
           <link href="configuration.html#hyphenation-dir">&lt;hyphenation-dir&gt;</link> 
  -        configuration option programmatically (option 3).</warning>
  -      </ol>
  +        configuration option programmatically (option 3).
  +      </warning>
       </section>
     </section>
     <section id="patterns">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org


RE: cvs commit: xml-fop/src/documentation/content/xdocs hyphenation.xml

Posted by "Andreas L. Delmelle" <a_...@pandora.be>.
> -----Original Message-----
> From: jeremias@apache.org [mailto:jeremias@apache.org]
>
>   Modified:    src/documentation/content/xdocs hyphenation.xml
>   Log:
>   Fixed validation problem.

Ouch! My fault. Sorry. Had it validated, then moved the <warning />
afterwards (somehow suspected this was fishy, though... Should've listened
to myself :-))

Greetz,

Andreas