regarding addition in xsl

2002-02-06 Thread Meena
Hi, I have a param in my template. and i've assigned a value '1' to it. This template is called recursively from within itself. I want to keep incrementing the param everytime this template is called. Is it possible to do so in xsl? xsl:apply-templates select="test" xsl:with-param

SimpleTranform xsl, xml to fo using Xalan

2002-02-06 Thread Pedro Barco Bernal
Hi all, These sentences works perfectly at local machine (make the fo file) but when we run it at server write a fofile empty, and there aren't any error or exception... ¿Someone knows what could be the problem? //Make transformation of xmlfile to fo-file using xslfile

Re: SimpleTranform xsl, xml to fo using Xalan

2002-02-06 Thread Keiron Liddle
On 2002.02.06 11:51 Pedro Barco Bernal wrote: Hi all, These sentences works perfectly at local machine (make the fo file) but when we run it at server write a fofile empty, and there aren't any error or exception... ¿Someone knows what could be the problem? //Make transformation of xmlfile

Re: SimpleTranform xsl, xml to fo using Xalan

2002-02-06 Thread Pedro Barco Bernal
I tried with this, but I didn't obtain any result... ¿What is the problem? //Make transformation of xmlfile to fo-file using xslfile TransformerFactory tFactory = TransformerFactory.newInstance(); Transformer transformer = tFactory.newTransformer(new StreamSource(xsl.xsl));

Using FOP in an applet ?

2002-02-06 Thread Bruno VERNAY
Title: Using FOP in an applet ? Hi, What I would like to do is send XML to the browser client (MS-IE6, in the case of our extranet, but not limited to.) There, show it on screen as html/css (already possible with XSLT and the MS-XML dll.) and print it as PDF ... (Impossible for now, why

RE: Using FOP in an applet ?

2002-02-06 Thread Bruno VERNAY
In the case of my current problem, I have a high band-width. I saw that fop.jar is 1.6Mo, it should need Xalan and Xerces too, so between 2 and 3 Mo. (I don't use SVG, so I save 2Mo of Batik) This is not the problem in my case. Embeding FOP in an applet would make your applet

Re: regarding addition in xsl

2002-02-06 Thread G. Ken Holman
At 2002-02-06 16:03 +0530, Meena wrote: I have a param in my template. and i've assigned a value '1' to it. This template is called recursively from within itself. In your example you are not calling the template, you are pushing the children I want to keep incrementing the param everytime this

RE: Security on FOP

2002-02-06 Thread Matthew L. Avizinis
-Original Message- From: Christian Geisert [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 4:27 AM To: [EMAIL PROTECTED] Subject: Re: Security on FOP dav sem wrote: Hi Community, I have a question: with FOP, Is possible to lock with a password the PDF

FOP SVG precision; how to keep thin lines precision???

2002-02-06 Thread Irina Grigorieva
Hi, I faced a problem. I need to generate barcodes (it is not a problem) and draw it into PDF. That is, to draw several rectangles... The FO document looks like: ?xml version="1.0" encoding="UTF-8"? fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"

Re: FOP SVG precision; how to keep thin lines precision???

2002-02-06 Thread Chuck Paussa
Irina Grigorieva wrote: Hi, I faced a problem. I need to generate barcodes (it is not a problem) and draw it into PDF. That is, to draw several rectangles... The FO document looks like: We had the same problem and, after much playing with SVG and the example apps at

Re: Page Sequence Question

2002-02-06 Thread Chuck Paussa
Lars, I believe you use fo:table table-omit-footer-at-break=true and then define the footer within fo:table:footer If you want to extend the footer across the whole page (So its not just a column footer) then you use fo:table-cell number-columns-spanned=the number of columns in the

Java 1.1.8 was Re: Lock generated PDF

2002-02-06 Thread ewitness - Ben Fowler
My 'platform' is a slot loading iMac. I guessed right then. :-) You could install MacOSX which has a decent JDK 1.3.1. Apart from the fact that I would be making a leap of faith that all else I want to do, would be effective (id est not too slow) once I have OS X (note that it is quite hard to

FOPException

2002-02-06 Thread Xie, David (IPCG-NJ)
Hi all, Has anyone ever experience the following FOP exception error? Do you know what causes it? I appreciate your input. thanks David org.apache.fop.apps.FOPException at org.apache.fop.apps.Driver.render(Driver.java:429) at org.apache.fop.apps.Driver.run(Driver.java:508)