You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2002/01/29 09:21:44 UTC

DO NOT REPLY [Bug 6087] New: - hyphenation does not work with

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6087>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6087

hyphenation does not work with <xsl:value-of>

           Summary: hyphenation does not work with <xsl:value-of>
           Product: Fop
           Version: all
          Platform: PC
        OS/Version: Windows 9x
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: teemu.talja@objectinformatics.fi


Hi

I am generating PDF from a xml and xsl file, first to FO, 
then to PDF. I am using XSLT.

<fo:block font-family="Courier" font-size="10pt" font-weight="bold" 
language="fi" hyphenate="true">
kuusikymment�kuusituhattakolmesataanelj�kymment�yksi
<!-- <xsl:value-of select="lahetyksen_tiedot/paino_yhteensa"/> -->
</fo:block>

in the xml document I have the same 
line "kuusikymment�kuusituhattakolmesataanelj�kymment�yksi" 
inside the tag lahetyksen_tiedot/paino_yhteensa. 

If I comment out the line before instead of the one that is now 
inside a comment, the 
text "kuusikymment�kuusituhattakolmesataanelj�kymment�yksi" 
shows up differently: without any hyphenation.

there is this bug reported with problems with a single word inside 
a block, I tried to put additional words to the block too but it 
did not help.

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org