Belatedly expressing interest in this issue -- I'm also noticing a bunch
of errors with the new FOP jar that didn't appear before. For example:
1) IDs of the following form now generate an "Unresolved id reference"
error, and the links no longer work in the PDF (though they do in the
HTML, both mono and multipage). The syntax of the links and ids seem to
be perfectly valid.
rrefjta16677.dita:href="rrefjta51021.dita#rrefjta51021/jta75105">javax.transaction.xa.Xid</xref>,</i>
and <i><xref
rrefjta51021.dita:<li id="i1018125"><i
id="jta75105">javax.transaction.xa.Xid<ph><indexterm>javax.transaction.xa.Xid</indexterm></ph></i></li>
2) There are a lot of errors about the "column-number" property, which
doesn't occur in the DITA source, so it must come from some intermediate
step that has stopped working. These errors don't seem to affect the
output (I suppose they apply to tables, but the tables look fine); but
they are a nuisance.
[fop] Mar 5, 2007 4:14:48 PM org.apache.fop.fo.PropertyList
convertAttributeToProperty
[fop] SEVERE: Ignoring property: column-number=""
(file:///C:/javadb/trunk/out/ref/refderby.fo:6067:6751: No conversion
defined ; property:'column-number')
Laura, have you had any luck diagnosing these, or the ones you noticed?
Thanks,
Kim
Laura Stewart wrote:
When I use ANT to generate output for the Derby Documentation, the
command line window shows some errors or issues, such as:
[fop] [INFO] area contents overflows area in line
[fop] [ERROR] Could not load external SVG: Content is not allowed in
prolog.
[fop] [ERROR] Error while creating area : No ImageReader for this type
of image
(file:/C:/Authoring/Derby/Checks/Derby2373/docs/trunk/out/devguide/appauth_os.jpg)
Is there a log file that gets created for these errors? I'd like to
look into correcting them.