fo:external graphics and memory usage

2003-05-15 Thread Mirko Sertic
Hello! I have a little question about fo:external-graphic and memory usage. I think this question was answered before, but i did'nt find the right thread :-(. Are images that were used in fo:external-graphic cached, and if , where ? And how do i reset this cache ? I'm using 0.20.5rc2. I ask

AW: DTMException ?

2003-05-07 Thread Mirko Sertic
Thanks a lot. I put the current xalan and xerces releases in my lib/endorsed dir and now it works very well. good tip! -Ursprungliche Nachricht- Von: J.Pietschmann [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 6. Mai 2003 23:48 An: [EMAIL PROTECTED] Betreff: Re: DTMException ?

DTMException ?

2003-05-06 Thread Mirko Sertic
(Unknown S ource) at org.apache.xalan.templates.ElemWithParam.getValue(Unknown Source) at org.apache.xalan.templates.ElemCallTemplate.execute(Unknown Source) at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(Un ... Thanks a lot for your help. Cheers Mirko

AW: accessing attributes in xml

2003-04-24 Thread Mirko Sertic
I'd guess xsl:value of select="[EMAIL PROTECTED] = 'SALES']"/ Hope this helps Cheers Mirko -Ursprüngliche Nachricht-Von: Torsten Erler [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 24. April 2003 15:03An: Fop-User (E-mail)Betreff: accessing attributes in xml Hi

AW: accessing attributes in xml

2003-04-24 Thread Mirko Sertic
Sorry, i mean xsl:value-of select="[EMAIL PROTECTED] = 'SALES']"/ Cheers Mirko -Ursprüngliche Nachricht-Von: Mirko Sertic [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 24. April 2003 15:06An: [EMAIL PROTECTED]; [EMAIL PROTECTED]Betreff: AW: accessing

AW: Upgrade 0.20.3 to 0.20.5rc

2003-03-19 Thread Mirko Sertic
I think you have avalon-framework-4.0 in your classpath. This file has changed. It is now called avalon-framework-cvs... and was part of my source distribution. Serach for such a file and change the classpath. This should fix your problem. Cheers Mirko Sertic -Ursprüngliche Nachricht

AW: [ANNOUNCEMENT] OKI dot-matrix renderer available for download

2003-03-18 Thread Mirko Sertic
of the resources page for the Mogwai project: http://xml.apache.org/fop/resources.html The change should appear the next time the web site is updated. Victor Mote -Original Message- From: Mirko Sertic [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 4:41 AM To: [EMAIL PROTECTED

[ANNOUNCEMENT] OKI dot-matrix renderer available for download

2003-03-17 Thread Mirko Sertic
to contact me. Happy coding! Mirko Sertic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: [ANNOUNCEMENT] OKI dot-matrix renderer available for download

2003-03-17 Thread Mirko Sertic
PROTECTED] Betreff: Re: [ANNOUNCEMENT] OKI dot-matrix renderer available for download Mirko Sertic wrote: Finally, it has been done : our renderer to generate output for oki dot matrix printers is gone open source as part of the mogwai project on sourceforge.net. The current release can

AW: Detect page break in fo:flow

2003-02-24 Thread Mirko Sertic
break in fo:flow Mirko Sertic wrote: i need to detect a page break when i generate the fo:flow area of my document. How can this be done? No way unless you force page break yourself. The background is that i need to generate a counting sum on the top of my page. Are you talking about partial

PDF Printing

2003-01-20 Thread Mirko Sertic
i print that pdf? Cheers Mirko Sertic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: PDF Printing

2003-01-20 Thread Mirko Sertic
# -Ursprüngliche Nachricht- # Von: Mirko Sertic [mailto:[EMAIL PROTECTED] # Gesendet am: Montag, 20. Januar 2003 10:43 # An: Fop-User # Betreff: PDF Printing # # Hello Folks! # # I'm trying to print a generated pdf. I knew i could use the # PrintRenderer # from the PrintStarter class

AW: AW: PDF Printing

2003-01-20 Thread Mirko Sertic
# # Mirko Sertic wrote: # # It should work on my linux server. # Does Acrobat for linux exist? # # -- # Oleg Tkachenko # eXperanto team # Multiconn Technologies, Israel # # # - # To unsubscribe, e-mail: [EMAIL PROTECTED] # For additional

AW: FOP performance - frustrating.. help!!

2002-12-30 Thread Mirko Sertic
Hi Folks! I think that java is not the problem. Sure, it has some problems with mass data computation, but it's the same than with every programming language : if your code is sh*t, your program will run slow. I don't want to blame fop as sh*it. Please don't misunderstand me. My thought is that

AW: Call upon FOP within a c++ application

2002-11-29 Thread Mirko Sertic
Hello! I'd prefer CORBA. It's more robust than sending a http request and easier to support. CORBA is also supported in the current jdk. For the C++ side, take a look at the ACE / TAO project. It's an open source orb and available for many platforms. Using CORBA also enables you to have a

Invoice positions partial sums

2002-11-20 Thread Mirko Sertic
Hello! i'm working on a stylesheet that generates an invoice. I'd like to have a partial sum on the bottom of the first page of the invoice, when it has more than one page. Has anybody done this before? Greetings Mirko

AW: Invoice positions partial sums

2002-11-20 Thread Mirko Sertic
/fo:static-content I hope, this will help a little bit (you can find many samples etc. on the web just using google). Markus # -Ursprüngliche Nachricht- # Von: Mirko Sertic [mailto:[EMAIL PROTECTED] # Gesendet am: Mittwoch, 20. November 2002 14:11 # An: FOP-User (E-Mail) # Betreff: Invoice

AW: Examples

2002-05-16 Thread Mirko Sertic
Its not an error, its wrong java code RENDER_PDF is s static member variable of the Driver class, so you have to type: driver.setRenderer(Driver.RENDER_PDF); Cheers Mirko -Ursprungliche Nachricht- Von: Lee Goddard [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 16. Mai 2002 16:39

AW : Fop OKI Matrix Printing

2002-05-13 Thread Mirko Sertic
experience creating this renderer, let me know. Maybe we can make a deal... :-) Keep on coding Mirko Sertic

AW: Memory usage on lage documents

2002-05-06 Thread Mirko Sertic
Hi there again! Thanks for your help. I think you are right and my extremly long page sequences are the matter. In fact, i have only one page-sequence. The problem is, i cannot create multiple page sequences because i do not know where to break my pages. Every table-row in my document is unique

AW: XML Schema and XSLT design tools

2002-04-25 Thread Mirko Sertic
Hi there! I use Stylus Studio for XML and XSLT developing. It has also support for FOP and external Post-Processing. An evaluation version is available at www.stylusstudio.com. Greetings Mirko -Ursprüngliche Nachricht- Von: Buonincontri, Steve (CAP, MMF, ITSS) [mailto:[EMAIL PROTECTED]