vmote 2003/07/15 11:16:30 Modified: src/documentation/content/xdocs hyphenation.xml Log: add caveat about accuracy of the patterns documentation Revision Changes Path 1.5 +1 -0 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hyphenation.xml 15 Jul 2003 08:21:03 -0000 1.4 +++ hyphenation.xml 15 Jul 2003 18:16:30 -0000 1.5 @@ -104,6 +104,7 @@ <section id="patterns"> <title>Hyphenation Patterns</title> <p>If you would like to build your own hyphenation pattern files, or modify existing ones, this section will help you understand how to do so. Even when creating a pattern file from scratch, it may be beneficial to start with an existing file and modify it. See <link href="#std">Standard Hyphenation Support</link> or the source distribution (src/hyph) for examples. Here is a brief explanation of the contents of FOP's hyphenation patterns:</p> + <warning>The remaining content of this section should be considered "draft" quality. It was drafted from theoretical literature, and has not been tested against actual FOP behavior. It may contain errors or omissions. Do not rely on these instructions without testing everything stated here. If you use these instructions, please provide feedback on the <link href="maillist.html#fop-user">FOP User mailing list</link>, either confirming their accuracy, or raising specific problems that we can address.</warning> <ul> <li>The root of the pattern file is the <hyphenation-info> element.</li> <li><hyphen-char> is self-explanatory: its attribute "value" contains the default character to be used for hyphenating this language. For English, this is the hyphen "-".</li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]