Re: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-28 Thread Costantino Sertorio

Hallo Christian,
I am wondering if the problem with the properties keep-with-next for blocks
is now solved or not (feature currently officially broken).
Am I right to understand that they are not solved in this release?
Could you please let me know if they will be solved maybe in the next-next
release :-)?

Thank you very much,

Costantino Sertorio





   
Christian Geisert   
   
[EMAIL PROTECTED]   To: fop-dev@xml.apache.org, 
[EMAIL PROTECTED]
u-gmbh.de  cc: 
   
Subject: [ANNOUNCEMENT] FOP 
0.20.4 Release Candidate available 
13.06.2002 18:10
   
Please respond to   
   
fop-user
   

   

   




Hi all,

the Release Candidate for 0.20.4 is available at
http://xml.apache.org/dist/fop for downloading and testing.

It is planed to make the actual release in about a week (or two?)
if no serious bugs show up.

Changes since 0.20.3 include:

- Support for background-image
- FOP should now work with any JAXP1.1 compliant parser/transformer
- The following JARs have been updated: Xerces to version 2.0.1, Xalan
   to version 2.3.1 and Batik to version 1.5beta2.
- Fop has been compiled with Jimi support
- Logging has been changed from LogKit to Avalon's Logger Interface
- New hyphenation patterns: turkish, portuguese and czech
- FOP should now work on a EBCDIC maschine
- Support for comma-separated values for the font-family property
- Russian and Czech messages for AWTViewer

For details see CHANGES file:
http://cvs.apache.org/viewcvs.cgi/xml-fop/CHANGES?rev=1.10.2.19


Feedback/bugreports are welcome especially (but of course not limited)
for the following issues:

- compiling FOP with Jdk1.4 under Windows
- running FOP on a EBCDIC maschine
- running FOP from Win98/ME command line
- processing FOP generated PDFs with RIP engines/preflight (?) tools
- custom font loading with BaseDir property


Needs to be done for the release:
- check documentation (new jar versions, classpath etc.)
- anything missing in Release Notes/CHANGES ?
  (apart from fixing my english ;-)


Enjoy,
Christian








fo:basic-link does not work in xsl-region-before?

2002-04-04 Thread Costantino Sertorio
Hi, does anyone know if this is a FOP bug?

It appears to me that a basic-link cannot be used in the region-before, as
in the following snippet:

fo:static-content flow-name=xsl-region-before
  fo:block
fo:basic-link color=red external-destination=http://www.abc.def;
www.abc.def/fo:basic-link
  /fo:block
...

BTW, this was a bug in FOP 0.17, marked #964 in bugzilla.

Thanks,

Costantino



FO encoding=UTF-16 does not work with FOP?

2002-03-15 Thread Costantino Sertorio
Hello,
I am doing a transformation in two steps:
1. with MSXML4, process an XML file with a stylesheet to generate FO. This
comes out as UTF-16.
2. take this FO file and generate the PDF with FOP.

I get this error from FOP:

[INFO]: FOP 0.20.3rc
[INFO]: building formatting object tree
[ERROR]: Unknown formatting object ^
[ERROR]: Root element must be root, not (none):

How can I solve this? Is somehow FOP not supporting UTF-16 (for the FO to
PDF transformation)?

Thank you,

Costantino



Table-cell vertical-align problem

2002-03-15 Thread Costantino Sertorio
Hi,
How do I vertically align the 2nd column text to the last line of the
text contained in the first column?

Input:
 fo:table table-layout=fixed
   fo:table-column column-width=115mm/
   fo:table-column column-width=55mm/
   fo:table-body
   fo:table-row
 fo:table-cell
   fo:blockTEST TEST TEST TEST TEST TEST TEST TEST TEST
TEST TEST TEST TEST TEST TEST TEST  TEST  TEST   TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST
TEST TEST  TEST  TEST  TEST   TEST  TEST  TEST TEST TEST TEST TEST TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST   TEST   /
fo:block
 /fo:table-cell
 fo:table-cell vertical-align=bottom
   fo:block2nd column/fo:block
 /fo:table-cell
   /fo:table-row
 /fo:table-body
 /fo:table
Output (WRONG):
(Embedded image moved to file: pic04973.pcx)

pic04973.pcx
Description: Binary data


Re: Table-cell vertical-align problem

2002-03-15 Thread Costantino Sertorio

Solved! Yes, the answer is to set display-align=after.
Thanks
Costantino





 
Costantino 
 
Sertorio To: [EMAIL PROTECTED] 
   
costantino.sertori   cc:   
 
[EMAIL PROTECTED]Subject: Table-cell 
vertical-align problem 

 
13.03.2002 13:59
 
Please respond to   
 
fop-user
 

 

 




Hi,
How do I vertically align the 2nd column text to the last line of the
text contained in the first column?

Input:
 fo:table table-layout=fixed
   fo:table-column column-width=115mm/
   fo:table-column column-width=55mm/
   fo:table-body
   fo:table-row
 fo:table-cell
   fo:blockTEST TEST TEST TEST TEST TEST TEST TEST TEST
TEST TEST TEST TEST TEST TEST TEST  TEST  TEST   TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST
TEST TEST  TEST  TEST  TEST   TEST  TEST  TEST TEST TEST TEST TEST TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST   TEST   /
fo:block
 /fo:table-cell
 fo:table-cell vertical-align=bottom
   fo:block2nd column/fo:block
 /fo:table-cell
   /fo:table-row
 /fo:table-body
 /fo:table
Output (WRONG):
(Embedded image moved to file: pic04973.pcx)
(See attached file: pic04973.pcx)



pic04973.pcx
Description: Binary data


RE: table-cell vertical-align=bottom?

2002-03-12 Thread Costantino Sertorio

I tried, but it didn't work either. Are you sure that it's supposed to
work?
Thank you,

Costantino





Rob Smith 

[EMAIL PROTECTED]   To: [EMAIL PROTECTED]
  
sys.com cc: 'Costantino Sertorio' 
[EMAIL PROTECTED]  
 Subject: RE: table-cell 
vertical-align=bottom?   
12.03.2002  

14:40   

Please respond  

to fop-user 









Put the vertical-align=bottom attribute on the table-cell element, not
the
block
--
Rob Smith


 As it appears from the template below, I'm desperately trying
 to align a table cell's content to the bottom. It seems to me that the
 vertical-align=bottom property does not work?
  fo:table-cell
  fo:block vertical-align=bottomtest test
 test test test
 test test test test test test test test test test test test
 test test test
 test test test test test test test test test test test test
 test test test
 test test test test test test test test test test test test
 test test test
 test test test test test test test test test test test test
 test test test
 test test /fo:block
/fo:table-cell







table-cell vertical-align=bottom?

2002-03-11 Thread Costantino Sertorio
As it appears from the template below, I'm desperately trying to align a
table cell's content to the bottom. It seems to me that the vertical-align
=bottom property does not work? Or what is wrong with my code?
Thanks in advance!

Costantino


fo:table table-layout=fixed
   fo:table-column column-width=50mm background-color=#EE
/
   fo:table-column column-width=70mm background-color=#BB
/
   fo:table-body
 fo:table-row
   fo:table-cell
 fo:block vertical-align=bottomtest test test test test
test test test test test test test test test test test test test test test
test test test test test test test test test test test test test test test
test test test test test test test test test test test test test test test
test test test test test test test test test test test test test test test
test test /fo:block
   /fo:table-cell
   fo:table-cell
 fo:block line-height=10cm valign=bottom text-align=
end bottom=true position=bottom vertical-align=bottomVertical
alignment TEST/fo:block
   /fo:table-cell
 /fo:table-row
   /fo:table-body
/fo:table



Re: Getting system-time

2002-02-12 Thread Costantino Sertorio

meena,
do you want to measure the xsl-fo transformation time? then you might use
fop with the -d option, which outputs it with some other data.
costantino




 
Chuck Paussa
 
[EMAIL PROTECTED]To: [EMAIL PROTECTED] 
 
s.dhl.com  cc: 
 
Subject: Re: Getting 
system-time 
12.02.2002 16:56
 
Please respond to   
 
fop-user
 

 

 




Meena,

You'll have to use an XSL extension function and use an XSL processor that
implements that function.

The most standard date implementation is the one offered by EXSLT.


xsl:stylesheet version=1.0
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
xmlns:date=http://exslt.org/dates-and-times;
extension-element-prefixes=date
. . .
xsl:value-of select=date:date-time()/

The only xsl processor that implements this internally that I know of is
Saxon by Mike Kay


Chuck
Meena wrote:
 Hi,
 Is there anyway to find the time taken to run an xsl file(something
 that will give the overall time for execution at the end of completion
 of the program)

 Regds,
 Meena


 **Disclaimer




 Information contained in this E-MAIL being proprietary to Wipro
 Limited
 is 'privileged' and 'confidential' and intended for use only by the
 individual or entity to which it is addressed. You are notified that
 any
 use, copying or dissemination of the information contained in the
 E-MAIL
 in any manner whatsoever is strictly prohibited.



  







Re: AW: keep-with-next?

2002-01-31 Thread Costantino Sertorio

That would be fantastic.
Costantino




   
David Wood  
   
[EMAIL PROTECTED]To: fop-dev@xml.apache.org

ix.com  cc: [EMAIL PROTECTED]  
 
 Subject: Re: AW: keep-with-next?   
   
30.01.02
   
20:24   
   
Please  
   
respond to  
   
fop-user
   

   

   




I should be more specific - what I mean is; I would like to try to get
keep-with-next/previous working with fo:block elements.

On Wed, 30 Jan 2002, David Wood wrote:

 I am a Java coder and know my way around the standard. I volunteer to try
 to fix this, if someone who is more familiar with FOP's internals can
 tell me where to look...

 -David

 On Wed, 30 Jan 2002, Sam Prokop wrote:

  I found out it just works with table-rows, if you use keep-with-next
and
  keep-with-previous.
  and you have to take care, that the table doesn´t exceeds the page,
  otherwise you´ll get a infinite-loop.
 
  that´s all i found out :-(
 
  Sam
 
   -Ursprüngliche Nachricht-
   Von: Costantino Sertorio [mailto:[EMAIL PROTECTED]
   Gesendet: Montag, 28. Januar 2002 16:51
   An: [EMAIL PROTECTED]
   Betreff: keep-with-next?
  
  
   Hello,
   Is the keep-with-next attribute supported by FOP?
   If yes, can anybody explain to me what I am doing wrong?
   I have a heading template which I would like to keep
   together with the
   following text, therefore I defined the following, but it
   doesn't work (the
   following paragraph ends up in the next page):
  
 xsl:template match=heading
   xsl:choose
 xsl:when test=@level='1'
   fo:block keep-with-next=always
   space-before=0.6cm space-after
   =0.6cm font-size=13pt font-weight=bold
  xsl:apply-templates/
   /fo:block
 /xsl:when
 xsl:when test=@level='2'
   fo:block keep-with-next=always space-before=5mm
   font-size=
   10pt font-weight=bold
  xsl:apply-templates/
   /fo:block
 /xsl:when
  
   Thank you,
  
   Costantino
  
  
  
 



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