[xep-support] Repeating an image when a page break occurs and then enforce a pa gebreak

Andreasson Christoffer christoffer.andreasson at consultant.volvo.com
Tue Jul 2 23:40:28 PDT 2002


Hello all,

I'm formatting a Parts Catalogue. The typical presentation is that on the lefthandpage you 
have an image of a part. In the Image there are pointers with numbers. On the righthandpage
you list the parts referenced in the image. This is done in a table and every part is like a
row.

If there are so many parts(rows) that the righthandpage breaks, the image should be repeated
on the following lefthandpage and the remaining parts should be presented on the following 
righthandpage.

The way I figure it you format the image so that a page break occurs after it. Then you start to
the parts on the next page. When that page breaks and I want to repeat my image on the next
page and.... then what?

Does anyone know if this can be solved with XSL-FO or with any extension in XEP?

The dtd structure looks like this:

<!ELEMENT TextBlock (Description,Image,Part+) >

<!ELEMENT Image EMPTY >

<!ATTLIST Image
	src	CDATA	#IMPLIED
	width	CDATA	#IMPLIED
	height	CDATA	#IMPLIED >

<!ELEMENT Part (Fig?,PartNumber?,VendorPartNumber?,Qty?,Description?,Notes?) >

<!ELEMENT Fig (#PCDATA) >

<!ELEMENT PartNumber (#PCDATA) >

<!ELEMENT VendorPartNumber (#PCDATA) >

<!ELEMENT Qty (#PCDATA) >

<!ELEMENT Description (#PCDATA) >

<!ELEMENT Notes (#PCDATA) >

Regards
/Christoffer
-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list