This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fop - internal link


I have the following .fo output.

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
<fo:layout-master-set>
<fo:simple-page-master master-name="A4" page-height="21cm"
page-width="29.7cm"  margin-top="1cm" margin-bottom="2cm" margin-left="1cm"
margin-right="1cm">
<fo:region-body margin-top="1cm"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-name="A4">
<fo:flow flow-name="xsl-region-body">
<fo:block space-before="5pt" space-after="5pt">Summary of
Accounts</fo:block>
<fo:block></fo:block>
<fo:table>
<fo:table-column column-width="3cm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block font-family="sans-serif" font-size="10pt"
space-before.optimum="5pt"  space-after.optimum="5pt"><fo:basic-link
internal-destination="ACC1"
color="blue">70171234</fo:basic-link></fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
<fo:block break-before="page" space-before="5pt" space-after="5pt">Account
Details</fo:block>
<fo:table space-after="10pt" border-after-style="solid"
border-after-width="1pt" id="ACC1">
<fo:table-column column-width="2.5cm"/>
<fo:table-body>
</fo:table-body>
</fo:table>
</fo:flow>
</fo:page-sequence>
</fo:root>

When I process it with fop I get the error 
FOP 0.20.1
using SAX parser org.apache.xerces.parsers.SAXParser
building formatting object tree
setting up fonts
 [1] [2ERROR: The id "ACC1" already exists in this document

Can anyone tell me what I am doing wrong?

Regards
	Jan




-------------------------------------------------------------------------- 
CONFIDENTIALITY 
The information contained in this e-mail and any files transmitted with it 
is private and confidential. It is intended for the named addressee only. 
If you are not the intended addressee you are prohibited from 
storing, copying or using the information in any way. 
If you received this e-mail due to a transmission error please notify the 
sender immediately. No liability is accepted by Northern Rock 
for any losses caused by viruses contracted during transit 
over the Internet or present in any receiving system. 
This e-mail is not intended to create legally binding commitments on 
behalf of Northern Rock plc, nor do its contents reflect the corporate 
views or policies of Northern Rock plc. 
-------------------------------------------------------------------------- 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]