Index of /xsl

      Name                    Last modified       Size  Description

[DIR] Parent Directory 23-Oct-2012 15:30 - [   ] hyphenation-standalo..> 29-Sep-2010 19:15 17k [   ] hyphenation.xsl 29-Sep-2010 19:15 17k [   ] hyphens.xsl 26-Aug-2009 23:29 14k [TXT] licence.txt 26-Aug-2009 23:30 18k [   ] nat-functs.xsl 29-Sep-2010 19:15 11k [   ] testHyph.xml 29-Sep-2010 19:00 1k

Braille and black Hyphenation
-----------------------------

Please notice that all files are under GPL licence.

This program has been made to perform braille hyphenation in NAT braille. It works fine with non-braille words too.
Don't hesitate to improve it and to send me proposals!

hyphenation.xsl: contains French and English comments. The stylesheet is set up to work with nat (http://natbraille.free.fr).
Please read comments to change to the standalone version

hyphenation-standalone.xsl: hyphenation.xsl set up for standalone use

testHyph.xml: a sample xml test file

hyphens.xsl: a sample of nat's generated xsl stylesheet for patterns; nat takes standards dictionary to build the patterns;
Examples are given for French hyphenation ruels. For info only

nat-functx.xsl: the whole library which include the 2 functions used in hyphenation.xsl; for info only

STANDALONE USAGE (with saxon):
------------------
java -jar ../lib/saxon9.jar -s:testHyph.xml -xsl:hyphenation-standalone.xsl debug=true
or 
java -jar ../lib/saxon9.jar -s:testHyph.xml -xsl:hyphenation-standalone.xsl debug=false

contact: bruno.mascret@liris.cnrs.fr