> -----Original Message-----
> From: Euis Luhuanam
> Since using <book lang="id">, I am receiving many
> [Error] Couldn't hyphenation tree for language id
> [Error] Error building hyphenation tree for language id
> I can "Google" this problem, however still can not figure
> out how exactly to fix that problem.
To get hyphenation working for Indonesian in FOP, you need to get a TeX
hyphenation pattern file for the language and follow the instructions here:
http://xml.apache.org/fop/hyphenation.html.
If you can't obtain a hyphenation file (I couldn't find one at www.ctan.org)
or don't need hyphenation, you can turn it off by setting an XSL parameter:
<xsl:param name="hyphenate">false</xsl:param>.
/MJ