Alexander Dyuzhev created FOP-3128:
--------------------------------------
Summary: Missing 'Unresolved ID reference' warning
Key: FOP-3128
URL: https://issues.apache.org/jira/browse/FOP-3128
Project: FOP
Issue Type: Bug
Affects Versions: 2.8
Reporter: Alexander Dyuzhev
Fix For: 2.7
Attachments: test.fo.xml
In the Apache FOP 2.8 the message
{noformat}
WARNING: Page 1: Unresolved ID reference "some_place" found.
{noformat}
is missing in the console output.
The source .fo example:
{code:xml}
<fo:flow flow-name="xsl-region-body">
<fo:block>This is a <fo:basic-link
internal-destination="some_place"><fo:inline>link</fo:inline></fo:basic-link>
test.</fo:block>
</fo:flow> {code}
The message was removed in the
https://issues.apache.org/jira/projects/FOP/issues/FOP-3048, in patch
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/RenderPagesModel.java?r1=1897194&r2=1897193&pathrev=1897194.
Such messages are very helpful to determine the wrong link. Is there a way to
return it?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)