forgot attachement. test.fo works out nicely with fop 0.95
-- Mathieu
<?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="simple-page" margin-left="1.0in" margin-right="1.0in" margin-top="1.0in" margin-bottom="1.0in" page-width="8.5in" page-height="11in"> <fo:region-body /> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="simple-page" format="1" initial-page-number="1"> <fo:flow flow-name="xsl-region-body"> <fo:block>Below is the block that contains the character (00AD) (soft-hyphen) causes the crash</fo:block> <fo:block >­ </fo:block> </fo:flow> </fo:page-sequence> </fo:root>
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

