Include CSS into XSL Fo

2002-02-21 Thread lpkhoo

Hello,

I'm currently facing a problem on how to include the css function to XSL
FO.

Actually, I convert my Html document to XML and from XML I convert to XSL
and FO and finally using FOP to convert to

PDF. Some of my html document include CSS function, so this function I
needed to include into my XSL FO so that when I

counvert the document to PDF, the style can display in pdf document.
Currently, I using FOP 20.2.

I'm hope that somebody can tell me the solution or reference web or page.

Thank you.

lpkhoo.








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Problem in

2001-12-14 Thread lpkhoo




Hello,

I faced a problem on . I using fop0.20.2 to run
 and I found that is
not background-color display in my PDF file. It there a way to solved this
type of problem??

I hope someone can help me to solved this problem.

thank you.

lpkhoo


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Problem in line-height

2001-12-05 Thread lpkhoo



Hello,

I faced problem when I run FOP. The problem is line-height attribute, when
I place my line-height in  as attribute and when I run FOP
0.20.2, it given me an infinity loop even through my fo file is very small.

Below is my sample program for fo:



 



May I know which I do wrong? Hoping somebody can tell how to solved the
problem.

Thank you

lpkhoo.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Problem in line-height

2001-12-05 Thread lpkhoo


Sorry, to inform that I found my mistake in my XSL. I forgot to put 'pt'
after line-height value.


Thank you

lpkhoo



   

Lay Pheng  

Khoo To: [EMAIL PROTECTED]

 cc:   

12/06/01 Subject: Problem in line-height   

11:48 AM   

   

   





Hello,

I faced problem when I run FOP. The problem is line-height attribute, when
I place my line-height in  as attribute and when I run FOP
0.20.2, it given me an infinity loop even through my fo file is very small.

Below is my sample program for fo:



 



May I know which I do wrong? Hoping somebody can tell how to solved the
problem.

Thank you

lpkhoo.









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




table alignment.

2001-11-27 Thread lpkhoo

Hello,

I faced a problem on table alignment. When I run my fop (FOP 0.20.2) I
found the table alignment is always on start

alignment even my table is inside the block. May I know is that any
attribute that can be used for table alignment.

Currently, I tried to used text-align in block. But it doesn't given me any
changes.

Do anyone have any idea of how to solved this problem?

Hope somebody can help me.

Thank you.

lpkhoo








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Problem in Inner Table border

2001-11-27 Thread lpkhoo


Hello,

I faced a problem on inner Table border.

My main table have border-width so each table cell can draw the border for
left, right, botton and top. In my document,

one of my table-cell have another table and the inner table border-width is
0 value.

 After run fop, the table-cell border are not draw  which contain inner
table.

I using FOP 0.20.2 to run my document.

Here, I attach my document.

I hope that any one can help.

Thank you

(See attached file: sample.fo)(See attached file: sample.xml)

lpkhoo




sample.fo
Description: Binary data


sample.xml
Description: Binary data

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


Bug in

2001-11-26 Thread lpkhoo

Hello,

I found a bug in  where it can't do
internal link for fop 0.20.1. During run fop0.20.1, if the

document have more then  one page and the  in one page and  in

another page then the fop were given me an error " This id already exists
in document.". Any how the document just

have  only one  internal link only.

When I tried to used fop 0.19 can solved this. So, I think this is a bug in
Fop 0.20.1.

Do fop-dev going to solved this problem?


(See attached file: sample1.fo)(the file I used to run fop 19 and fop 20)


Hope to get reply from fop-dev soon

Thank you.


lpkhoo






sample1.fo
Description: Binary data

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


RE: basic-link internal-destination>

2001-11-26 Thread lpkhoo


Hello, Suhail Rashid

the id is unique . Actaully in my whole document only have one basic-link
and only one id.

Do you have any idea or do u done before about internal-destination where
the  in one page and  in
another page?

hope you can help me.

Thank you.

lpkhoo



   
 
"Suhail
 
Rashid"   To: <[EMAIL PROTECTED]> 
 
Subject: RE: basic-link 
internal-destination> 
   
 
11/26/01 05:05 
 
PM 
 
Please respond 
 
to fop-dev 
 
   
 
   
 



the id has to be unique..
possibly ur assigning the same id at
more than one location in your document..

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 26, 2001 12:15 PM
To: [EMAIL PROTECTED]
Subject: 



Hi,

I'm facing a problem in basic-link internal-destination. The problem is,
when my document in first page contain

internal-destination attribute then in second page contains the id
attribute (which refer to internal-destination).

When I run fop.0.20.1 the fop given me an error "The 'id' already exists
in
the document". If my document contain

internal-destination attribute and id attribute on same page then the
fop
can produce pdf file for me.

So, I hope that anyone can tell how to solved the problem.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]










-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




fop-dev@xml.apache.org

2001-11-25 Thread lpkhoo


Hi,

I'm facing a problem in basic-link internal-destination. The problem is,
when my document in first page contain

internal-destination attribute then in second page contains the id
attribute (which refer to internal-destination).

When I run fop.0.20.1 the fop given me an error "The 'id' already exists in
the document". If my document contain

internal-destination attribute and id attribute on same page then the fop
can produce pdf file for me.

So, I hope that anyone can tell how to solved the problem.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




convert line height value from pixel to pt

2001-11-21 Thread lpkhoo


hello,

Anyone know how to convert line height value, I need to convert the value
from pixel to pt.

I try to convert the value from pixel by multiple 0.75 (value * 0.75) ,

When I run FOP 0.20.0,  I found the line height is wrong.

So, I not sure how to convert the value from pixel to pt, anyone know how
to calculate?


Thank you.

lpkhoo.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




font-width in

2001-11-19 Thread lpkhoo


hello,

I faced some problem on < fo: block> where contain font-width  as
attribute.
Example : 

Accroding to XSL FO Reference, in  contains many type of
attribute including font-width.

But how come when I run in Fop 0.20.2, it given me this warning:property
"font-width" ignored

Am I doing anything wrong in to my font-width?

Thank you.

lpkhoo.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]