OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Hypenation in narrow columns (fo stylesheet)


Hi All

FOP generated PDF with FOP 0.95 or newer do not hyphenate properly
when  transforming the enclosed DocBook file containing tables with
narrow column.

When translating the enclosed file with the plain fo/docbook.xsl
(DocBook XSL 1.75.2) and subsequently with FOP 0.20.5 and FOP 0.95 (or
newer), there are significat difference in the output, both in the
header and body cells.

When analyzing the generated fo code - hyphenation attributes seem to
be set according to the standard. The only thing missing seems to be
keep-together.within-column="always", which should be set for each
cell according to section 3.10 of
http://xmlgraphics.apache.org/fop/faq.html, however adding this
attribute to each fo-table-cell of the table have no effect.

I have checked all relevant parameters and extension of the DocBook
stylesheet, but nothing seems to work.

Regards

Jens
<?xml version="1.0"?>
<article><title>fo hyphenation in narrow columns</title>
<informaltable frame="all" id="mytable">
  <tgroup cols="2">
    <colspec colwidth="3cm"/>
    <colspec colwidth="3cm"/>
    <thead>
      <row>
        <entry>Thisisaverylonguniversityname</entry>
        <entry>About</entry>
      </row>
    </thead>
    <tbody>
      <row>
        <entry>The Art Institute Online</entry>
        <entry>The Art Institute Online offers bachelor's and associate's degrees, as well as diploma programs for those seeking a real-world education in the creative and applied arts. Just...</entry>
      </row>
      <row>
        <entry>South University Online</entry>
        <entry>For over 100 years, South University has been delivering a high-quality education to its students in order to fully prepare them for the challenges they will face in their car...</entry>
      </row>
      <row>
        <entry>Argosy Online</entry>
        <entry>At Argosy University, we offer flexible online programs in business, education and psychology. Argosy University has established campuses around the country and supports one o...</entry>
      </row>
      <row>
        <entry>Grand Canyon University</entry>
        <entry>Join thousands of online students who are working toward a better future through Grand Canyon University's online programs, from distinctive MBA programs offered through the K...</entry>
      </row>
      <row>
        <entry>Everest University</entry>
        <entry>Everest University Online, a Division of Everest University makes career-training convenient and accessible. With courses tailored for working students and others who need a m...</entry>
      </row>
      <row>
        <entry>Everest College Phoenix - Online</entry>
        <entry>Online Learning through Everest College at Phoenix affords you the advantages of online education for careers in Business, Criminal Justice, Accounting, and more. With the con...</entry>
      </row>
      <row>
        <entry>Virginia College</entry>
        <entry>Virginia College Online offers Associate's, Bachelor's, and Master's degree programs in Business, Paralegal, Health Care, IT, Criminal Justice, and Personal/Professional Growt...</entry>
      </row>
      <row><entry>Westwood College</entry>
	Westwood College - Online
<entry>Westwood College now offers online degree programs, which enable you to get a great business, design, or technology education, without ever setting foot in the classroom....</entry>

</row>
      <row>
        <entry>Western International University</entry>
        <entry>Continue your education without putting your life on hold. WIU really is different. Grades are based on individual work. There are no learning teams. Two month courses meet on...</entry>
      </row>
      <row>
        <entry>The Chicago School of Professional Psychology</entry>
        <entry>The Chicago School of Professional Psychology is an independent, nonprofit graduate school that has provided outstanding education in a student-centered environment for nearly...</entry>
      </row>
      <row>
        <entry>National American University Online</entry>
        <entry>National American University prides itself on providing a quality educational experience in a caring and supportive environment. We offer a wide variety of educational options...</entry>
      </row>
      <row>
        <entry>Spartan College of Aeronautics and Technology</entry>
        <entry>Spartan has trained over 80,000 graduates in the ever-evolving aviation, aerospace, manufacturing and technology industries&#xFFFD;using a real-world, hands-on training approach. Pe...</entry>
      </row>
      <row>
        <entry>Kaplan Continuing Education - Business and Finance Sector</entry>
        <entry>Kaplan Continuing Education - Business and Finance Sector programs fit easily into your work and personal life, so you can advance your career without putting your current job...</entry>
      </row>
      <row>
        <entry>Loyola University</entry>
        <entry>Loyola University New Orleans combines the academic excellence of its faculty and programs, an ideal size that fosters individual student success in a positive learning experi...</entry>
      </row>
      <row>
        <entry>Harrison College</entry>
        <entry>With Indiana Business College&#xFFFD;s online education, a quality education is now available when and where it is convenient for you! With IBC Online, you can complete 100% of your ...</entry>
      </row>
      <row>
        <entry>UTI - Automotive Training - Online</entry>
        <entry>When you decide to attend UTI, you take a big step&#xFFFD; not only toward your career, but in your personal life, as well. UTI can help make your transition easier. We offer support...</entry>
      </row>
      <row>
        <entry>ECPI College of Technology</entry>
        <entry>Earn More Than a Degree Our programs are current, in depth, and job oriented. A sound educational background, combined with "hands-on" experience, is required to meet the nee...</entry>
      </row>
    </tbody>
  </tgroup>
</informaltable>
</article>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]