AW: page-number

2002-04-11 Thread Henrik Holle

i tried it this way:

fo:flow flow-name=xsl-region-body
 xsl:apply-templates select=data/
 fo:block id=lastpage/fo:block  !-- IMPORTANT: THIS MUST BE THE
LAST THING!!!--
/fo:flow

but one of my page-sequences has initial-page-number=1. FOP only count x
pages, but my document has x+1 pages. without initial-page-number=1
everything works fine?


-Ursprungliche Nachricht-
Von: J.Pietschmann [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 10. April 2002 21:40
An: [EMAIL PROTECTED]
Betreff: Re: page-number


Henrik Holle wrote:
 how can i count all pages in my document? i have different page-sequence
 master-reference but want to something like : this document has 12
pages.
 is it possible?

Yes, you got some hints already.
Keep in mind that this will force FOP to keep all
pages in memory until the last page is rendered.
If you get a memory overflow exception, remove the
forward reference to the last page first.

J.Pietschmann




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


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




Logging work: patch for the trunk

2002-04-11 Thread Michael Gratton


Guys,

Attached is a patch for the trunk to convert it over to using Avalon 
Loggers, instead of the Logkit. This is AFAIK the last of the conversion 
work required.

In addition to applying the patch, lib/avalon-framework-cvs-20020315.jar 
and it's license file will need to be added (a copy exists in the 
maintanence branch) and lib/logkit-1.0.LICENSE.txt and 
lib/logkit-1.0.jar must be removed.

Can someone please review the patch and commit when they are happy?

Thanks,
Mike.

-- 
Michael Gratton [EMAIL PROTECTED]
Recall Design http://www.recalldesign.com/
s: 53 Gilbert Street Adelaide SA 5000 Australia
t: +61 8 8217 0500 f: +61 8 8217 0555


Index: build.bat
===
RCS file: /home/cvspublic/xml-fop/build.bat,v
retrieving revision 1.15
diff -u -r1.15 build.bat
--- build.bat   30 Oct 2001 07:21:33 -  1.15
+++ build.bat   11 Apr 2002 08:48:22 -
@@ -7,7 +7,7 @@
 
 set LIBDIR=lib
 set 
LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;%LIBDIR%\ant.jar;%LIBDIR%\batik.jar;%LIBDIR%\buildtools.jar;%LIBDIR%\xerces-1.4.3.jar;%LIBDIR%\xalan-2.2D11.jar
-set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jimi-1.0.jar;%LIBDIR%\logkit-1.0.jar
+set 
+LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jimi-1.0.jar;%LIBDIR%\avalon-framework-cvs-20020315.jar
 
 set ANT_HOME=%LIBDIR%
 
Index: build.sh
===
RCS file: /home/cvspublic/xml-fop/build.sh,v
retrieving revision 1.16
diff -u -r1.16 build.sh
--- build.sh30 Oct 2001 07:21:33 -  1.16
+++ build.sh11 Apr 2002 08:48:22 -
@@ -14,7 +14,7 @@
 fi
 LIBDIR=lib
 
LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xerces-1.4.3.jar:$LIBDIR/xalan-2.2D11.jar
-LOCALCLASSPATH=$LOCALCLASSPATH:$LIBDIR/jimi-1.0.jar:$LIBDIR/logkit-1.0.jar
+LOCALCLASSPATH=$LOCALCLASSPATH:$LIBDIR/jimi-1.0.jar:$LIBDIR/avalon-framework-cvs-20020315.jar
 
 ANT_HOME=$LIBDIR
 
Index: build.xml
===
RCS file: /home/cvspublic/xml-fop/build.xml,v
retrieving revision 1.52
diff -u -r1.52 build.xml
--- build.xml   18 Mar 2002 08:58:05 -  1.52
+++ build.xml   11 Apr 2002 08:48:23 -
@@ -128,7 +128,7 @@
include name=lib/xerces-1.4.3.jar/
include name=lib/xalan-2.2D11.jar/
include name=lib/batik.jar/
-   include name=lib/logkit-1.0.jar/
+   include name=lib/avalon-framework-cvs-20020315.jar/
include name=lib/jimi*/
 /fileset
 
@@ -275,7 +275,7 @@
 taskdef name=runTest classname=org.apache.fop.tools.anttasks.RunTest/
 
 property name=main.class value=org.apache.fop.apps.Fop/
-property name=runtime.classpath value=lib/xerces-1.4.3.jar 
lib/xalan-2.2D11.jar lib/batik.jar lib/jimi-1.0.jar lib/logkit-1.0.jar/
+property name=runtime.classpath value=lib/xerces-1.4.3.jar 
+lib/xalan-2.2D11.jar lib/batik.jar lib/jimi-1.0.jar 
+lib/avalon-framework-cvs-20020315.jar/

 filter filtersfile=${build.src}/codegen/filter/
 
Index: fop.bat
===
RCS file: /home/cvspublic/xml-fop/fop.bat,v
retrieving revision 1.4
diff -u -r1.4 fop.bat
--- fop.bat 20 Aug 2001 21:11:02 -  1.4
+++ fop.bat 11 Apr 2002 08:48:23 -
@@ -1 +1 @@
-java -cp 
build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\avalon-framework-4.0.jar;lib\logkit-1.0b4.jar;lib\jimi-1.0.jar
 org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8
+java -cp 
+build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\avalon-framework-4.0.jar;lib\avalon-framework-cvs-20020315.jar;lib\jimi-1.0.jar
+ org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8
Index: docs/xml-docs/fop/embedding.xml
===
RCS file: /home/cvspublic/xml-fop/docs/xml-docs/fop/embedding.xml,v
retrieving revision 1.16
diff -u -r1.16 embedding.xml
--- docs/xml-docs/fop/embedding.xml 17 Mar 2002 17:43:55 -  1.16
+++ docs/xml-docs/fop/embedding.xml 11 Apr 2002 08:48:23 -
@@ -37,6 +37,18 @@
driver.setRenderer(RENDER_PDF);
driver.run();]]/source
 
+  pYou also need to set up logging. Global logging for all FOP
+processes is managed by MessageHandler. Per-instance logging
+is handled by Driver. You want to set both using an implementation
+of org.apache.avalon.framework.logger.Logger. See
+jump href=http://jakarta.apache.org/avalon/framework/;Jakarta
+Avalon Framework/jump for more information.
+  /p
+source![CDATA[
+Logger logger = new ConsoleLogger(ConsoleLogger.LEVEL_INFO);
+MessageHandler.setScreenLogger(logger);
+driver.setLogger(logger);]]/source
+
   pTo setup the user config file you can do the following
   /p
 source![CDATA[
Index: src/org/apache/fop/apps/CommandLineOptions.java

Re[2]: infinity character and PDF

2002-04-11 Thread Jens v. Pilgrim

Hello J.Pietschmann,

Wednesday, April 10, 2002, 10:09:36 PM, J.Pietschmann wrote:

JP Jens v. Pilgrim wrote:
The infinity character (Unicode: #8734; , HTML: infin; ) is
 rendered correctly by the AWT and Print renderers, but incorrectly by
 the PDF renderer...(I've got a '#' there).

JP Try fo:inline font-family=Symbol#8734;/fo:inline
[..]

Thank you very much!


Best regards,
 Jens


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




[Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Keiron Liddle


I propose that we offer Peter West and Joerg Pietschmann to become
committers.

Peter has of course shown lots of commitment of the last year+.
Joerg is helping a lot with user questions FAQ etc.

If they accept then I am sure it will help with the valuable work they are 
contributing to FOP.

Needless to say I am +1 for both.

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




Re: Logging work: patch for the trunk

2002-04-11 Thread Keiron Liddle

Hi Mike,

I have committed this patch. Thanks a lot.

I think there might be a few classpaths that need updating but they can be 
fixed when needed.

Thanks,
Keiron

On 2002.04.11 10:55 Michael Gratton wrote:
 
 Guys,
 
 Attached is a patch for the trunk to convert it over to using Avalon 
 Loggers, instead of the Logkit. This is AFAIK the last of the conversion 
 work required.
 
 In addition to applying the patch, lib/avalon-framework-cvs-20020315.jar 
 and it's license file will need to be added (a copy exists in the 
 maintanence branch) and lib/logkit-1.0.LICENSE.txt and 
 lib/logkit-1.0.jar must be removed.
 
 Can someone please review the patch and commit when they are happy?
 
 Thanks,
 Mike.

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




Bug handling (was: Re: fo:marker broken)

2002-04-11 Thread Keiron Liddle


Bug reporting, fixing and handling is of course important to the process.
The main problem is that many of the bugs are being fixed in the 
development but are not easy or appropriate to fix in the maintanence 
branch.

Having said that we could still do with some better tracking and feedback 
to bug reports.
I'm focusing on the development to fix those bugs, it would be good if 
someone could put a bit of effort into the bug handling process.

On 2002.04.09 21:54 J.Pietschmann wrote:
 Actually, does someone feel responsible for managing
 bug reports? There seems to be a loong backlog.
 
 I could take a look at it from time to time, in addition
 to FAQ writing (progress is slow, but measurable).
 A word from the committers?

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




Re: Hyphenation patterns for portuguese (with the patterns, this time )

2002-04-11 Thread Keiron Liddle

Thanks for the hyph file.
I have committed this to cvs.

Is it possible for you to supply an example fo file containing some 
portuguese text that works with the hyphenation.


On 2002.04.09 11:48 Paulo Soares wrote:
 This hyphenation patterns for portuguese may be of interest for inclusion
 in
 FOP.
 
 Best Regards,
 Paulo Soares
 
 
  pt.zip

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




FOP Status

2002-04-11 Thread Keiron Liddle

Fop Status - April 10

The layout process remains the critical path to the further development of 
properties and elements.
Many other areas are getting attention, such as configuration and 
documentation.


Development
---

done:
understanding docs - Cyril, Peter, Keiron, Karen
added portuguese hyphenation - Paulo Soares
implemented simple vertical alignment for line area - Keiron

working on (if any details are incorrect or someone feels left out give us 
a yell :)
image handling - Arved
line area layout, understanding - Keiron
avalon/configuration - Nicola
properties/build/configuration/design - Peter
FAQ - Joerg, Alex
features/limitations list - Chuck Paussa and others
documentation - Cyril
rtf renderer - Bertrand
PDF Forms extension - Hansuli Anderegg

Things to do:
Apart from the things that are being done there are a number of areas we 
can work on to create a better FOP.

In general we have:
Get a solid understanding and basis for the layout process.
structure renderer
simple examples
testing


Maintenance releases


done:
russian for AWTViewer - Alex V. Alishevskikh
Updated Ant - Christian
Use ant style task for build - Christian

A maintenance release will be required. This will be after batik1.5 is 
released.

working on:
maintenance updates - Christian


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




Re: Multithreading FOP ?

2002-04-11 Thread Chaumette, Patrick

Hello,

could you precise the degree of threadsafeness ?
I read about the problems with the image package, are there other areas ?

The possible use of FOP in WebSphere without any servlet is currently my
interest.
Sure, one could use some pessimistic concurrency implementation like monitor
objects and other locks.

Do people using FOP in a servlet environment have problems beside image
stuff ?

Thanks,
greetings,
Patrick

--
Dipl. Inform. Patrick Chaumette

T-Systems ITS GmbH

Service Prozesse Retail
Hausanschrift: Fasanenweg 9, 70771 Leinfelden-Echterdingen
Postanschrift: Postfach 100258, 70746 Leinfelden-Echterdingen
Telefon: (0711)972-2437
Telefax: (0711)972-1949
E-Mail: [EMAIL PROTECTED]
Internet: http://www.t-systems.de



-Ursprüngliche Nachricht-
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 11. April 2002 13:16
An: [EMAIL PROTECTED]
Betreff: Re: Multithreading FOP ?


To a certain degree, yes. Not all issues have been dealt with, yet.

 I read in an older posting that FOP is not thread safe.
 Is this still the case ?

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Tel. +41 41 317 2020 - Fax +41 41 317 2029
Internet http://www.outline.ch


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

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




Re: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Bertrand Delacretaz

On Thursday 11 April 2002 12:16, you wrote:
 I propose that we offer Peter West and Joerg Pietschmann to become
 committers.

+1 for both!

(Although officially a committer I have done nothing concrete yet, so I hope 
my vote counts ;-)

-Bertrand

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




Re: Multithreading FOP ?

2002-04-11 Thread Jeremias Maerki

 could you precise the degree of threadsafeness ?
 I read about the problems with the image package, are there other areas ?

I think that's the worst bug right now. There is another one, but I
can't find it anymore.

 The possible use of FOP in WebSphere without any servlet is currently my
 interest.
 Sure, one could use some pessimistic concurrency implementation like monitor
 objects and other locks.
 
 Do people using FOP in a servlet environment have problems beside image
 stuff ?
I'm not using it in a servlet environment but I restricted our server to
process only one document at once because of these problems.

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Tel. +41 41 317 2020 - Fax +41 41 317 2029
Internet http://www.outline.ch


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




Nested Tables column-widths

2002-04-11 Thread dbrahmandam

Hi,

I have been trying to convert html code to xsl:fo with a converter program.
In html there are statements like -
tr
  td width=20% colspan=3 class=qdtnl height=18Customer/td
  td width=30% colspan=3 class=qdtnd height=18:
[~Customer~]/td
  td width=25% class=qdtnl height=18xyz/td
  td width=25% class=qdtndlc height=18: [~abc~] /td
/tr
I know I need to explicitely specify column widths in fo , like-

fo:table
 fo:table-column column-width=2in/
 fo:table-column column-width=3in/ before the fo:table-body.
I have some thoughts like..

 first- to see how many ' td .. /td statements exist between its 'tr  
 /tr' in the html source code and then in fo code to create as many lines 
 of  'fo:table-column column-width=(20/100 * 8)in/'  before  the
 'fo:table-body'. ( Here- 20% in html code is being   
 converted to inches in fo.)
 next- to change 'colspan=2' etc. in the html source code to '  
 number-columns-spanned=2 ' with in a  fo:table-cell  

 Is this a good approach? or   if anybody has better sugestions please let  
 me know..  

 Further I don't have any idea to handle  attributes like class in the td  
 ..  of source code for conversion into fo code.   
 If you dealt this issue already pl. let me know

 thanks 

 Durga  










































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




StyledDocument export to FOP

2002-04-11 Thread Cory_Berg

Hi all,

Sorry if this has been asked before - I was just wondering if there was any existing implementation out there
for exporting javax.swing.text-style element trees (i.e. Default Styled Document etc) into FOP-style XML.

Thanks in advance for any thoughts!

Cory Berg 
[EMAIL PROTECTED]

No FOP build with JDK 1.2.2

2002-04-11 Thread Chaumette, Patrick

Hello,

i just wanted to build fop 0.20.3 from the fop-0.20.3-src file using JDK
1.2.2.
Can't build it since the class org.apache.fop.render.awt.AWTFontMetrics uses
Font.TRUETYPE_FONT.

This is not part of JDK 1.2.2 but only comes in JDK 1.3.1 and above.

Is this already known or not a problem ?

The change came in the last checkin of the file: (AWTFontMetrics.java, 1.3
- 1.3.2.1)

Greetings,
Patrick


Dipl. Inform. Patrick Chaumette

T-Systems ITS GmbH

Service Prozesse Retail
Hausanschrift: Fasanenweg 9, 70771 Leinfelden-Echterdingen
Postanschrift: Postfach 100258, 70746 Leinfelden-Echterdingen
Telefon: (0711)972-2437
Telefax: (0711)972-1949
E-Mail: [EMAIL PROTECTED]
Internet: http://www.t-systems.de


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




AW: Multithreading FOP ?

2002-04-11 Thread Chaumette, Patrick

Thanks for the infos,

also got this from Arnd


--
One problem you may run across is that configuration in FOP is help in
global objects. 
Besides not being thread-safe you will not be able to run multiple FOP
threads with different 
configuration settings. If you want to investigate this, look for the class
Options. 

I ran across this problem during invoice printing on multiprocessor machines
and finally 
decided to start a separate VM for each FOP instance. 

Hope this helps, 

Arnd Beissner 
--
Cappelino Informationstechnologie GmbH
Arnd Beißner
Bahnhofstr. 3, 71063 Sindelfingen, Germany
Email: [EMAIL PROTECTED]
Phone: +49-7031-463458
Mobile: +49-173-3016917
--



Dipl. Inform. Patrick Chaumette

T-Systems ITS GmbH

Service Prozesse Retail
Hausanschrift: Fasanenweg 9, 70771 Leinfelden-Echterdingen
Postanschrift: Postfach 100258, 70746 Leinfelden-Echterdingen
Telefon: (0711)972-2437
Telefax: (0711)972-1949
E-Mail: [EMAIL PROTECTED]
Internet: http://www.t-systems.de





 -Ursprüngliche Nachricht-
 Von: Jean-François Selber [mailto:[EMAIL PROTECTED]]
 Gesendet: Donnerstag, 11. April 2002 15:32
 An: [EMAIL PROTECTED]
 Betreff: Re: Multithreading FOP ?
 
 
 yes there is a problem. I have used fop in a servlet
 and i should synchronized fop running.
 
 jf
 
 - Original Message -
 From: Chaumette, Patrick [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 11, 2002 1:34 PM
 Subject: Re: Multithreading FOP ?
 
 
  Hello,
 
  could you precise the degree of threadsafeness ?
  I read about the problems with the image package, are there 
 other areas ?
 
  The possible use of FOP in WebSphere without any servlet is 
 currently my
  interest.
  Sure, one could use some pessimistic concurrency implementation like
 monitor
  objects and other locks.
 
  Do people using FOP in a servlet environment have problems 
 beside image
  stuff ?
 
  Thanks,
  greetings,
  Patrick
 
  --
  Dipl. Inform. Patrick Chaumette
 
  T-Systems ITS GmbH
 
  Service Prozesse Retail
  Hausanschrift: Fasanenweg 9, 70771 Leinfelden-Echterdingen
  Postanschrift: Postfach 100258, 70746 Leinfelden-Echterdingen
  Telefon: (0711)972-2437
  Telefax: (0711)972-1949
  E-Mail: [EMAIL PROTECTED]
  Internet: http://www.t-systems.de
 
 
 
  -Ursprüngliche Nachricht-
  Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
  Gesendet: Donnerstag, 11. April 2002 13:16
  An: [EMAIL PROTECTED]
  Betreff: Re: Multithreading FOP ?
 
 
  To a certain degree, yes. Not all issues have been dealt with, yet.
 
   I read in an older posting that FOP is not thread safe.
   Is this still the case ?
 
  Cheers,
  Jeremias Märki
 
  mailto:[EMAIL PROTECTED]
 
  OUTLINE AG
  Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
  Tel. +41 41 317 2020 - Fax +41 41 317 2029
  Internet http://www.outline.ch
 
 
  
 -
  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]
 

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




Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Holger Prause

Hello,

i have some questions about the status of the development of the logging
class

First of all some information about the jars i have in classpath

1 fop.jar from version fop-0.20.3
2 avalon-framework-4.1.2.jar from version Avalon-4.1.2
3 logkit.jar from version LogKit-1.0.1

I am a little bit cunfused about the using of the use of Loggin classes

I downloaded the current source code(fop-0.20.3-src.tar.gz )and found out
that its definitivly a fact that the Driver class only accepts an
org.apache.log.Logger class from LOGKIT as a input parameter

On the hompeage of FOP http://xml.apache.org/fop/embedding.html is written :


FOP uses Jakarta Avalon's Logger interface
http://jakarta.apache.org/avalon/api/org/apache/avalon/framework/logger/Logger.html# 
to do logging. See the
Jakarta Avalon project for more information.,
but org.apache.log.Logger class from LOGKIT is NOT compatible with the
org.apache.avalon.framework.logger class from AVALON

So my conclusion is that FOP uses LOGKIT and not AVALON 

Another issue is that the documentation for logkit is not up to date ot not
full documented
http://jakarta.apache.org/avalon/logkit/api/index.html show no constructor
details but when u download the current source version of logkit and if u take
a look in the file Logger.java u will see that Logger has no default
constructor , just a parametrized on 

pre
  Logger( final ErrorHandler errorHandler, 
final String category, 
final LogTarget[] logTargets, 
final Logger parent )
   {
   }
/pre

It seems to be intended to make use of the Logger classes from the AVALON
project in FOP(which is in my opinion the right way to do this logging stuff)
,but its not implemented yet.Pls correct me if i am wrong.

What is the status of this development ? Can i use the AVALON Logger classes
in FOP in the next time ?

Thx a lot , 

Holger






-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


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




UNIX AND FOP?

2002-04-11 Thread Carlos Daniel Schafer

Hi,

I need information the file xsl:fo transformation in UNIX. 
What's I need by uses XSL:FO in UNIX?
Can I do?

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




Re: No FOP build with JDK 1.2.2

2002-04-11 Thread Chaumette, Patrick

I finally succeeded building FOP with JDK 1.2.2 by using the versions 1.3
(cvs tag: fop-0_20_3) of the files:

AWTFontMetrics
FontMetricsMapper
FontSetup


Greetings,
Patrick


---
Dipl. Inform. Patrick Chaumette

T-Systems ITS GmbH

Service Prozesse Retail
Hausanschrift: Fasanenweg 9, 70771 Leinfelden-Echterdingen
Postanschrift: Postfach 100258, 70746 Leinfelden-Echterdingen
Telefon: (0711)972-2437
Telefax: (0711)972-1949
E-Mail: [EMAIL PROTECTED]
Internet: http://www.t-systems.de


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




Re: Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Jeremias Maerki

The change from LogKit to Avalon Logger has happened after the 0.20.3
release. The documentation on the website already reflects the changes
in CVS. There's no release yet with the new logging. You could download
the CVS-version, though.

snip/
 I downloaded the current source code(fop-0.20.3-src.tar.gz )and found out
 that its definitivly a fact that the Driver class only accepts an
 org.apache.log.Logger class from LOGKIT as a input parameter
snip/
 What is the status of this development ? Can i use the AVALON Logger classes
 in FOP in the next time ?

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Tel. +41 41 317 2020 - Fax +41 41 317 2029
Internet http://www.outline.ch


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




Re: Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Holger Prause

 The change from LogKit to Avalon Logger has happened after the 0.20.3
 release. The documentation on the website already reflects the changes
 in CVS. There's no release yet with the new logging. You could download
 the CVS-version, though.

Ok ,thx for this information, but our intranet solution is based on
fop.0.20.3 and its running stable , so i have wait for the next realease(to much
depends from FOP, we have 20 Stylesheets).

Thx again,

Holger

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


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




RE: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Arved Sandstrom

Absolutely and wholeheartedly +1.

-Original Message-
From: Keiron Liddle [mailto:[EMAIL PROTECTED]]
Sent: April 11, 2002 7:16 AM
To: [EMAIL PROTECTED]
Subject: [Vote] New committers: Peter West, Joerg Pietschmann?



I propose that we offer Peter West and Joerg Pietschmann to become
committers.

Peter has of course shown lots of commitment of the last year+.
Joerg is helping a lot with user questions FAQ etc.

If they accept then I am sure it will help with the valuable work they are 
contributing to FOP.

Needless to say I am +1 for both.

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


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




RE: FOP Status

2002-04-11 Thread Arved Sandstrom

This is still accurate as far as I am concerned, although I have not done
much yet. However I have to look at images anyway with respect to my other
project so it will definitely happen and happen soon.

I am also transitioning my FOP development setup from Linux over to Win2K so
I can get more productive. I just need to get my SSH set up (new password,
basically) and I'll be ready to develop on FOP in short order. :-)

Arved

-Original Message-
From: Keiron Liddle [mailto:[EMAIL PROTECTED]]
Sent: April 10, 2002 6:33 AM
To: [EMAIL PROTECTED]
Subject: FOP Status


Fop Status - April 10

The layout process remains the critical path to the further development of
properties and elements.
Many other areas are getting attention, such as configuration and
documentation.


Development
---

done:
understanding docs - Cyril, Peter, Keiron, Karen
added portuguese hyphenation - Paulo Soares
implemented simple vertical alignment for line area - Keiron

working on (if any details are incorrect or someone feels left out give us
a yell :)
image handling - Arved
line area layout, understanding - Keiron
avalon/configuration - Nicola
properties/build/configuration/design - Peter
FAQ - Joerg, Alex
features/limitations list - Chuck Paussa and others
documentation - Cyril
rtf renderer - Bertrand
PDF Forms extension - Hansuli Anderegg

Things to do:
Apart from the things that are being done there are a number of areas we
can work on to create a better FOP.

In general we have:
Get a solid understanding and basis for the layout process.
structure renderer
simple examples
testing


Maintenance releases


done:
russian for AWTViewer - Alex V. Alishevskikh
Updated Ant - Christian
Use ant style task for build - Christian

A maintenance release will be required. This will be after batik1.5 is
released.

working on:
maintenance updates - Christian


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


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




Re: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Christian Geisert

Keiron Liddle wrote:
 
 I propose that we offer Peter West and Joerg Pietschmann to become
 committers.

+1

and while we are at it in addition I would like to propose
Jeremias Märki as committer (I'll send an extra mail)

Christian


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




fo:leader issue

2002-04-11 Thread Eduardos

Hi All,

   I am building the table-of-contents for a pdf
document using fop-0.20.3, XSL, and XML. Each row of
the TOC has to be in the following format:
^[--- column 1 ][-- col 2 --]$
^[title]:[subtitle].[author][page number]$

^ - start of line
$ - end of line

I am using the code below to auto-layout the dotted
leader:

...
fo:table-column column-width={concat($text-width -
1.25, 'in')}/
fo:table-column column-width=0.25in/
fo:table-row
   fo:table-cell
  fo:block text-align=start
 xsl:value-of select=$title/
 :xsl:value-of select=$subtitle/
 fo:leader 
leader-pattern=dots 
leader-pattern-width=5pt
leader-alignment=reference-area 
leader-length=100%/
 xsl:value-of select=$author/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block text-align=start
 fo:page-number-citation ref-id={@id}/
  /fo:block
   /fo:table-cell
/fo:table-row
...

The problem is that the fo:leader does not take into
account the size of the $author text and therefore
produces a longer than expected leader. If the $author
text is removed, then fo:leader works properly.

I am not sure if this is a bug in fop or if I am using
fo:leader incorrectly. 

Any help would be appriciated.

Thanks,
Ed

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

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




Re: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Peter B. West

Keiron,

I await the result of the vote, but I am grateful for the nomination, 
and would be happy to accept.

Let me say that anyone who has monitored the Mulberry XSL list over the 
last 18 months will be aware of just how prolific, knowledgeable and 
innovative Joerg is in this area.

Peter

Keiron Liddle wrote:


 I propose that we offer Peter West and Joerg Pietschmann to become
 committers.

 Peter has of course shown lots of commitment of the last year+.
 Joerg is helping a lot with user questions FAQ etc.

 If they accept then I am sure it will help with the valuable work they 
 are contributing to FOP.

 Needless to say I am +1 for both.




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




Re: AW: Multithreading FOP ?

2002-04-11 Thread Peter B. West

Please excuse my ignorance of these issues, but what mechanisms would 
folks expect to use to set per-invocation configurations for FOP?

Peter

Chaumette, Patrick wrote:

Thanks for the infos,

also got this from Arnd


--
One problem you may run across is that configuration in FOP is help in
global objects. 
Besides not being thread-safe you will not be able to run multiple FOP
threads with different 
configuration settings. If you want to investigate this, look for the class
Options. 

I ran across this problem during invoice printing on multiprocessor machines
and finally 
decided to start a separate VM for each FOP instance. 

Hope this helps, 

Arnd Beissner 




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