[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: span="inherit" on fo:block when generating an index.
Hi, I'm not sure if this is a FOP issue or a DocBook issue. When I transform the attached file to XSL-FO and process the resulting FO with FOP, I get this warning: WARNING: span="inherit" on fo:block, but no explicit value found on the parent FO. I'm using the 1.73.2 DocBook XSL. I get this problem with both FOP 0.94 and FOP 0.95beta. Is there another Free XSL-FO processor I could use to test my XSL-FO? The resulting PDF looks fine, but I'd like to know what is causing this warning and how to fix it if possible. Andrew -- You did not read the manual Our tech writer is sad Locked in the toilet, he is crying
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> <book> <title>Index Problem</title> <chapter> <title>First Chapter</title> <para><indexterm significance="normal"> <primary>MyIndexTerm</primary> </indexterm>MyIndexTerm</para> </chapter> <index></index> </book>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]