view related data with each other

2002-05-21 Thread Mohamed Abdel Hameed
Hi
my problem is that there is data on table
some of tese data text and there is image related to this text
sometime part of text appear at the last of the page and the rest appear in
the next page with image
for me i like to appear all data related with each other
i mean no need for the part of data which appear in the last of the page
i used break-after and break-before but in other places
here situation is different
anyone can help me




How to start New page for every category

2002-05-05 Thread Mohamed Abdel Hameed



Hello everybody
i have an xml file which contrain 
categories and each category cotain some article

something like this :

category 
category-nameCategory 
1/category-name 
article 
article-no/article-no 
descriptionArticle-1 test 
desc/description 
cost 
amount15.25/amount 
unitEURO/unit 
/cost 
image3174.jpg/image 
/article 
article 
article-no/article-no 
descriptionArticle-2 test 
desc/description 
cost 
amount15.25/amount 
unitEURO/unit 
/cost 
image3174.jpg/image 
/article/category
..
xml file contain more than one 
category
and i'd ike to start a new page with 
every category in the PDF file
anyone can help me
thanx



Re: problem with path relative - HELP ME

2002-04-22 Thread Mohamed Abdel Hameed
hi
i have the same problem also
images didn't appear till i write full path of the images like
c:\images\image.gif
and not work with this
(  http://localhost:8080/cocoon/mydir/images/image.gif )
i don't know what is the reason
so i hope that anybody can help in this
thanx

- Original Message -
From: Carlos Daniel Schafer [EMAIL PROTECTED]
To: Fop-Dev (Correo electrnico) fop-dev@xml.apache.org; Fop-User
(Correo electrnico) [EMAIL PROTECTED]
Sent: Friday, April 19, 2002 4:14 PM
Subject: problem with path relative - HELP ME


 Hi

 I look distinct examples on Fop configuration.
 I have a problem with path relative by image.

 My code in servlet embeded is

 String baseDirPath =
 http://localhost:8080/portalrentas/;;


 org.apache.fop.configuration.Configuration.put(baseDir, baseDirPath);

 but, I have a problem
 This, show me the next error:

 [ERROR]: Error while creating area : Error while recovering Image
 Informations
 (http://localhost:8080/portalrentas/fop/xslfo/escudo-200.jpg) :
 http://localhost:8080/portalrentas/fop/xslfo/escudo-200.jpg

 I don't understand.

 What's the error?
 Why's ocurrs this errors?

 My code into xslfo is

   fo:external-graphic src=fop/xslfo/escudo-200.jpg/