You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2001/04/05 13:54:27 UTC

[Bug 1231] New - basic-link can't link to a page-sequence element

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1231

*** shadow/1231	Thu Apr  5 04:54:26 2001
--- shadow/1231.tmp.10379	Thu Apr  5 04:54:26 2001
***************
*** 0 ****
--- 1,41 ----
+ +============================================================================+
+ | basic-link can't link to a page-sequence element                           |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1231                        Product: Fop                     |
+ |       Status: NEW                         Version: all                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority:                           Component: general                 |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: fop-dev@xml.apache.org                                       |
+ |  Reported By: apache@amrani.com.fr                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ It seems that when a basic-link element has got an internal-destination
+ attribute that points to a page-sequence element, FOP won't find the ID, and
+ complains that an ID was referenced but not found.
+ 
+ Here is if I'm not clear :
+ <fo:basic-link internal-destination="ref001"
+    ...
+ <fo:page-sequence id="ref001"
+ won't work,
+ but
+ <fo:basic-link internal-destination="ref001"
+ ...
+ <fo:block id="ref001"
+ will.
+ 
+ I saw in the xsl fo specification that the internal-destination attribute
+ specifies a flow object. Maybe you consider that a page-sequence isn't a flow
+ object. But seems that other fo processors consider it is.
+ 
+ The DocBook DTD maintainer reports that like a FOP bug.
+ 
+ (this can be reproduced with the DocBook DTD and associated style sheets : page
+ number is not set in TOC for chapters and other top-level components)
+ 
+ Sylvain

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org