RE: Dynamic select in xsl:for-each?

2001-06-27 Thread Jarno Elovirta
Hip hei! .add(new WebFXMenuItem("", "javascript:alert(\"Under Construction\")", "Display data in EUR")); Hope this helps, Jarno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Sorry, posted to wrong list ...(was: Dynamic select in xsl:for-each?)

2001-06-27 Thread Michiel Verhoef
Woops... I just realised that this is an XSLT question rather than a FOP question. Must have mixed up the mailinglists I guess .. However, I'd be grateful if someone can give me a clue into the right direction ... CHeers, Michiel $ -Original Message- $ From: Michiel Verhoef [mailto:[EM

Re: Odds and Ends

2001-06-27 Thread Keiron Liddle
On Wed, 27 Jun 2001 12:32:24 Arved Sandstrom wrote: > 2. We require a release plan for FOP 1. I propose a very simple one - a > regular planned release the first week of every month, with a secondary > bugfix release 1-2 weeks later (second or third week). That means that > another will appear

Dynamic select in xsl:for-each?

2001-06-27 Thread Michiel Verhoef
Hi all, I need to be able to define a select attribute in an xsl:for-each dynamically. This is because I need to use the content of an XML element in this select and I can't use anything with "<" inside an XML tag. I've tried the method below, which I used before when defining attributes runtime

Re: SVGDocumentFactory

2001-06-27 Thread Keiron Liddle
On Wed, 27 Jun 2001 18:38:11 Heiko Barthel wrote: > I'm using FOP 0.19. My FO contains: > http://myhost/test.bmp"/> > > The problem is, host "myhost" requires form based authorization and holds > session with cookies. so I get not "test.bmp" but a html page with the > authorization form. FOP n

Re: Redesign Ideas II

2001-06-27 Thread Arved Sandstrom
At 12:08 AM 6/28/01 -0300, Arved Sandstrom wrote: >A side-float becomes a child of the nearest ancestor reference area (I still >need to figure out what the hell the spec means by "reference area chain", >so this may change). This will usually (but not always) be a column area >within a span ar

Redesign Ideas II

2001-06-27 Thread Arved Sandstrom
Here are some initial thoughts on another aspect of redesign. This is complementary to Karen Lease's thoughts from one week ago (20th June). This is not a formal design document. The intention would be to turn this into one, though, within a couple of weeks, that will sit in CVS. HIGH-LEVEL PI

Rsponse from XSL editors

2001-06-27 Thread Peter B. West
Listners, I should have forwarded this at the time Karen sent the responses she had received. Most of it is just fiddly bits, but for the record, herewith the XSL editors. Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest "Lord, to whom shall we go?" Title: Dispositio

Re: Page Numbering and problem.

2001-06-27 Thread Arved Sandstrom
At 10:05 AM 6/27/01 -0400, Chetan Vig wrote: >Hi Arved, > >The page numbers are being reset to "1" at every (ie. each >). > >This was not the behaviour under fop-0_17. The page numbers just >continued sequentially along from 1 to N and not being reset >to "1" at each . > >I am doing something wr

RE: Build failures

2001-06-27 Thread Kelly Campbell
JDK 1.3.1 on Linux is very finicky about what versions of libraries it works with. I've seen all kinds of problems with Redhat 7.0, 7.1, and Debian latest. Redhat 6.2 is the only version I've found to be fully stable for all JDK's I've ever tested. -Kelly > -Original Message- > From: Pet

SVGDocumentFactory

2001-06-27 Thread Heiko Barthel
I'm using FOP 0.19. My FO contains: http://myhost/test.bmp"/> The problem is, host "myhost" requires form based authorization and holds session with cookies. so I get not "test.bmp" but a html page with the authorization form. FOP now tries to instantiate org.apache.batik.dom.svg.SAXSVGDocument

cvs commit: xml-fop/src/org/apache/fop/layout FontInfo.java

2001-06-27 Thread keiron
keiron 01/06/27 09:13:35 Modified:src/org/apache/fop/svg PDFTextPainter.java src/org/apache/fop/layout FontInfo.java Log: updates to pdf text painter Revision ChangesPath 1.2 +189 -89 xml-fop/src/org/apache/fop/svg/PDFTextPainter.java Index:

keep-with-next,keep,break etc etc

2001-06-27 Thread daryl . barnes
All, I have been watching the fop-dev dist list for a while now and there is an ever increasing number of requests for keep and break conditions to be fixed / summarised. To the point where I am totally confused about what works / doesnt / will do in x.xx version etc etc. Hopefully someone ca

Could not delete temporary file 'fop.tmp'

2001-06-27 Thread Chetan Vig
seshadri, When I run multiple pdf's at the same time I get this error Could not delete temporary file 'fop.tmp', delete manually and start again and it kills my server. I guess its unable to delete the file coz its being used by the first process. I think the temp file needs to be handled in su

Re: Build failures

2001-06-27 Thread Petr Andrs
I dont know, but I have trobule running XEP on Sun's JDK1.3.1 so I switched back to 1.3.0 whe it is ok. pa On 27 Jun 2001, at 18:44 Peter B. West wrote about Re: Build failures : > Weiqi (is that OK?) > > I spoke too soon. When I reset my java to the IBM 1.3, in place of the > Sun 1.3.1, I w

Re: Page Numbering and problem.

2001-06-27 Thread Jeremias Maerki
> The page numbers are being reset to "1" at every (ie. each > ). > > This was not the behaviour under fop-0_17. The page numbers just > continued sequentially along from 1 to N and not being reset > to "1" at each . > > I am doing something wrong. This has been fixed a few days ago. Please d

Re: Page Numbering and problem.

2001-06-27 Thread Chetan Vig
Hi Arved, The page numbers are being reset to "1" at every (ie. each ). This was not the behaviour under fop-0_17. The page numbers just continued sequentially along from 1 to N and not being reset to "1" at each . I am doing something wrong. Please let me know. Thanks, Chetan Vig --

Memory leaks when using FOP 0.19.0 many times

2001-06-27 Thread Mikko Honkala
Dear FOP developers, it seems that there is significant memory leaks in FOP. There must be some static structures which keep collecting objects. Attached is a simple java program, which converts readme.fo -> readme.pdf 100 times in a row. The loop looks like this (see the whole program as an atta

Re:

2001-06-27 Thread Chetan Vig
Yes, it works now This is what I was doing in my servlet before (when I was getting the error) Driver driver = new Driver(); driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer", "1.0"); driver.addElementMapping("org.apache.fop.fo.StandardElementMapping");

Re: Build failures

2001-06-27 Thread Peter B. West
Weiqi (is that OK?) I spoke too soon. When I reset my java to the IBM 1.3, in place of the Sun 1.3.1, I was able to build successfully. This is a bit disturbing. Does anyone have any idea why this might happen? Peter Weiqi Gao wrote: > On 26 Jun 2001 22:40:06 +1000, Peter B. West wrote:

Re: Sizing SVG..last try?

2001-06-27 Thread Thomas Kübler
hallo keiron i use svg and fop to produce printingcards. i tried different method to see an svg . the best result was to use a fo:block-container with very large width and height. When you put there to small values you will see nothing. on the otherhand i use in the svg-tag a transform-method. I

Odds and Ends

2001-06-27 Thread Arved Sandstrom
Hi, all Here are some assorted things. 1. Unless someone beat me to it, I'll go about getting a fop-users mailing list set up. That appears to be the will of the majority (well, everyone actually); 2. We require a release plan for FOP 1. I propose a very simple one - a regular planned releas

Re: Sizing SVG..last try?

2001-06-27 Thread Keiron Liddle
It seems to have a problem with the viewBox on the top level.# Try putting it on an svg element below the top level. On Wed, 27 Jun 2001 10:38:42 Thorsten Weiler wrote: > I'm very sorry but this does not work either. Within the svg-element > width > and height determines the area the graphic ma

Re: Sizing SVG..last try?

2001-06-27 Thread Thorsten Weiler
I'm very sorry but this does not work either. Within the svg-element width and height determines the area the graphic may use and viewBox determines the size of the graphic, right? Example: some text... http://www.w3.org/2000/svg"; width="60" height="20" viewBox="0 0 12

Re: Sizing SVG

2001-06-27 Thread Keiron Liddle
On Tue, 26 Jun 2001 16:00:39 Thorsten Weiler wrote: > Wishful thinking - I cannot solve this problem using viewport (viewBox) > or > are any new patches available? Okay, I got it wrong. You need to put the view box on an svg element and that works for me. The point is though, if it works for ba