cvs commit: xml-fop/src/java/org/apache/fop/extensions Bookmarks.java

2003-08-20 Thread vmote
vmote 2003/08/20 09:35:27 Modified:src/java/org/apache/fop/apps Driver.java src/java/org/apache/fop/control Document.java src/java/org/apache/fop/extensions Bookmarks.java Log: move some fields and methods from Driver to Document Revision

cvs commit: xml-fop/src/java/org/apache/fop/extensions - New directory

2003-03-11 Thread jeremias
jeremias2003/03/11 04:52:19 xml-fop/src/java/org/apache/fop/extensions - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/org/apache/fop/extensions Outline.java ExtensionElementMapping.java Label.java BookmarkData.java ExtensionObj.java Bookmarks.java

2003-03-05 Thread jeremias
jeremias2003/03/05 12:40:18 Modified:src/org/apache/fop/extensions Outline.java ExtensionElementMapping.java Label.java BookmarkData.java ExtensionObj.java Bookmarks.java Log: Switched to long licence Revision ChangesPath

cvs commit: xml-fop/src/org/apache/fop/extensions ContinuedLabel.java Destination.java ExtensionElementMapping.java ExtensionObj.java Label.java Outline.java

2003-02-25 Thread jeremias
jeremias2003/02/25 03:05:54 Modified:src/org/apache/fop/extensions Tag: fop-0_20_2-maintain ContinuedLabel.java Destination.java ExtensionElementMapping.java ExtensionObj.java Label.java Outline.java Log

cvs commit: xml-fop/src/org/apache/fop/extensions ContinuedLabel.java ExtensionElementMapping.java

2002-11-24 Thread klease
klease 2002/11/24 13:29:11 Modified:src/org/apache/fop/extensions Tag: fop-0_20_2-maintain ExtensionElementMapping.java Added: src/org/apache/fop/extensions Tag: fop-0_20_2-maintain ContinuedLabel.java Log: Implement a

cvs commit: xml-fop/src/org/apache/fop/extensions ExtensionElementMapping.java ExtensionObj.java Label.java Outline.java

2002-05-07 Thread pbwest
pbwest 02/05/07 09:08:56 Removed: src/org/apache/fop/extensions Tag: FOP_0-20-0_Alt-Design ExtensionElementMapping.java ExtensionObj.java Label.java Outline.java Log: Removed for experimental environment

Re: Confused with Fop extensions, distinct.

2002-04-17 Thread John Austin
On Tuesday 16 April 2002 11:13, you wrote: > I have tried to read the docs. I had used distinct before but not > in an embedded application. > > Function not supported. Is my error message. > > I have inclued my stack Trace. My includes in my application. and my > stylesheet. > Thanks in adva

Re: Confused with Fop extensions, distinct.

2002-04-16 Thread Jeremias Maerki
Maybe the namespace declaration for the Xalan extensions is missing: xmlns:xalan="http://xml.apache.org/xalan"; > Rich Van Deren wrote: > > I have tried to read the docs. I had used distinct before but not in an > > embedded application. > > Function not supported. Is my error message. > ... >

Re: Confused with Fop extensions, distinct.

2002-04-16 Thread J.Pietschmann
Rich Van Deren wrote: > I have tried to read the docs. I had used distinct before but not in an > embedded application. > Function not supported. Is my error message. ... > select="xalan:distinct(/Resume/WorkHistoryInfo/... This is an extension function. You appear to have a problem with the Xa

Confused with Fop extensions, distinct.

2002-04-16 Thread Rich Van Deren (万达仁)
I have tried to read the docs. I had used distinct before but not in an embedded application. Function not supported. Is my error message. I have inclued my stack Trace. My includes in my application. and my stylesheet. Thanks in advance for any help you can give. distinct used here. Tr

Confused with Fop extensions, distinct.

2002-04-16 Thread Rich Van Deren (万达仁)
I have tried to read the docs. I had used distinct before but not in an embedded application. Function not supported. Is my error message. I have inclued my stack Trace. My includes in my application. and my stylesheet. Thanks in advance for any help you can give. distinct used here. Tra

Confused with Fop extensions, distinct.

2002-04-16 Thread Rich Van Deren (万达仁)
I have tried to read the docs. I had used distinct before but not in an embedded application. Function not supported. Is my error message. I have inclued my stack Trace. My includes in my application. and my stylesheet. Thanks in advance for any help you can give. distinct used here. Tra

Re: FOP Extensions

2002-01-14 Thread Keiron Liddle
On 2002.01.14 10:25 Software AG wrote: > Hi. > > Having downloaded fop 0.20.2-bin and -src, I had read the documentation > about extensions. There is says to add my own extension, I better had a > look > at the source in org.apache.fop.extension. Unfortunately the only > documented class is Exte

AW: FOP Extensions

2002-01-14 Thread Software AG
one via the PropertyLists?). Hiran > -Ursprüngliche Nachricht- > Von: Keiron Liddle [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 11. Januar 2002 10:21 > An: [EMAIL PROTECTED] > Betreff: Re: FOP Extensions > > > Hi, > > I think you confusing a few things. &g

Re: FOP Extensions

2002-01-13 Thread Keiron Liddle
On 2002.01.11 19:52 Matt Savino wrote: > I'm still planning to write my Table-header with "Continued" extension > sometime in the mythical future when I get my head above water. Does > this fall into #1 or #3? Is it really realisitic that I'll be able to > get this done in a few days? I'm pretty g

Re: FOP Extensions

2002-01-11 Thread Matt Savino
I'm still planning to write my Table-header with "Continued" extension sometime in the mythical future when I get my head above water. Does this fall into #1 or #3? Is it really realisitic that I'll be able to get this done in a few days? I'm pretty good with Java and I have access to a couple of

Re: FOP Extensions

2002-01-11 Thread Keiron Liddle
Hi, I think you confusing a few things. Starting from this page: http://xml.apache.org/fop/extensions.html (it could be a bit better and there will be some examples one day) The default extensions are svg and the bookmarks so you can just use these. To make your own extension you need to consi

FOP Extensions

2002-01-10 Thread Software AG
Hi, there. Trying to create a FOP Extension I'm getting totally confused with the docs. The HTML document says to just have a look at org.apache.fop.extensions.* and implement the ExtensionObj interface. ExtensionObj is not an interface but a class, and hardly documented. So all I know is I need

FOP extensions and reading the properties

2001-12-20 Thread Torben Nielsen
w that FOP doesn't support EPS, and that the PS image render doesn't work !) I have added my own java class in package package org.apache.fop.extensions (OpiObject.java) and included the deffinition in 'ExtensionElementMapping' and the XSL file http://xml.apache.org/fop/ex