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]
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
> 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
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
--
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
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");
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:
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
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
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
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
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
25 matches
Mail list logo