Re: Tranformation to PDF using cocoon's FOP

2001-06-15 Thread Keiron Liddle
What version of FOP is it using? It works fine for me. On Fri, 15 Jun 2001 07:36:56 Hema Rajan wrote: I have written a stylesheet to transform the xml file into a pdf file. But the header of the table is still missing. I have enclosed the stylesheet (final-pdf.xsl), applied on the xml

Re: cvs login

2001-06-15 Thread Keiron Liddle
If you get an Unknown host xml.apache.org. error message then there is probably some sort of network problem. Possibly a firewall or proxy preventing you from seeing outside. On Fri, 15 Jun 2001 11:21:40 Raju Dave wrote: I am using wincvs 1.10 and I am getting error as cvs -z9 -d

Re: SVG to FOP

2001-06-19 Thread Keiron Liddle
On Mon, 18 Jun 2001 17:58:34 Thieler Jens wrote: 1.) === Batik's SVGGaphics2D produces SVG files for me. Now I want to convert the SVG to PDF in my program (or rather position the SVG on the page) using FOP's Driver. The FOP used was downloaded at 2001-06-18 07:49 UTC. It works fine

Re: SVG - PDF Transcoder (Beta 1) Released

2001-06-19 Thread Keiron Liddle
It is part of the 0.19 release which was announced recently. This is currently available in the dist directory. On Mon, 18 Jun 2001 14:59:05 Elliotte Rusty Harold wrote: You wouldn't happen to have a URL for that would you? It's not in the dist directory.

Re: SVG to PDF

2001-06-19 Thread Keiron Liddle
On Mon, 18 Jun 2001 15:29:57 Brigette Muller wrote: Hi all, When I try to do the following (as described on http://xml.apache.org/fop/svg.html) java org.apache.batik.apps.rasterizer.Main -m application/pdf document.svg I get the following error: No transcoder found for mime

Re: SVG to PDf - images

2001-06-20 Thread Keiron Liddle
I tried you svg as pdf, png and the batik browser and all of them looked very similar. So I don't know what you mean by ugly colors. Maybe there is something specific to your environment. On Tue, 19 Jun 2001 21:41:55 Brigette Muller wrote: Hi all, Attached is a .SVG. When II

RE: SVG to PDf - images

2001-06-20 Thread Keiron Liddle
On Wed, 20 Jun 2001 13:51:57 Brigette Muller wrote: Keiron, Which version of Acrobat/Reader are you using to view the pdf? (I have 5.0) I can send you the PDF I have, but it is too large to send to the mailing list. I would be interested in your generated pdf, to see if I can view it OK.

Redesign plan - plan tool

2001-06-21 Thread Keiron Liddle
I have written a simple (yet effective) extension to fop that takes some simple XML and converts it into an SVG document automatically which can be drawn in the PDF document. The attached pdf has a demonstration. The plan is only very rough so don't take too much notice of it. If people are

Re: test suite

2001-06-21 Thread Keiron Liddle
see http://xw2k.sdct.itl.nist.gov/xml/page4.html I had a short look at the xsl:fo test suite. It contains about 540 xml files and xsl files to convert them to xsl:fo files. In a separate directory there are the resulting pdf files created with xep. I am not sure about the copyright

Re: Code conventions

2001-06-22 Thread Keiron Liddle
On Thu, 21 Jun 2001 22:38:57 Jeremias Maerki wrote: Hi again When looking at the FOP source I encounter a lot of inconsistencies concerning tabs and spaces. Can we (or rather the committers) please agree on how to configure our editors to produce good-looking code? I'd like to propose

Re: blank between two fo:inlines in the generated pdf

2001-07-02 Thread Keiron Liddle
The easiest way is to not actually have any whitespace between the two words. You have whitespace between them in the example, yes a carriage return is white space. The white-space-collapse should work but there must be a particular set of circumstances preventing it from working properly.

Re: FOP memory usage

2001-07-03 Thread Keiron Liddle
On Mon, 02 Jul 2001 20:13:14 Rorvick, Chris wrote: After a few days of using FOP and thumbing through the PDF spec, I've made the following observations. It seems that PDFs should be able to be generated in constant memory, but FOP currently does not work this way. Are both of these

RE: FOP memory usage

2001-07-04 Thread Keiron Liddle
On Tue, 03 Jul 2001 16:42:47 Rorvick, Chris wrote: I mean O(C) where C is a constant amount of memory. That may be the case for the pdf generation but when FOP needs to deal with reading an xml document, resolving properties, creating an area tree then rendering to the target (which may be

Re: About testing

2001-07-10 Thread Keiron Liddle
On Mon, 09 Jul 2001 12:47:02 Arved Sandstrom wrote: Not only all of the above, but we need to ensure that areas actually have all the properties they are supposed to have. OK, there is still the question, do you really want to add a property to foproperties.xml just so you can print it

Re: No Such Method Error - in DOM2Helper class

2001-07-10 Thread Keiron Liddle
This sort of error means either: - the java libraries in the runtime classpath are different to the compile time - the java libraries you are using are incompatible So make sure your classpath contains only the jars you need and ones that are compatible. I would suggest using the xalan and

Re: batik.jar

2001-07-10 Thread Keiron Liddle
You mean the part to call the PDFTranscoder from batik. It has already been added to the batik cvs. So it will be in the next release (which I will update the fop batik lib with). On Tue, 10 Jul 2001 11:40:03 Thieler Jens wrote: Hi, Has anyone any idea when the FOP extensions to batik.jar

Re: page numbering

2001-07-11 Thread Keiron Liddle
On Tue, 10 Jul 2001 22:05:41 eric.deandrea wrote: I am using FOP 0.14. Any help would be greatly appreciated! I don't think that 0.14 had page numbering. I would suggest trying the latest FOP. - To unsubscribe, e-mail: [EMAIL

Re: fo:flow within fo:page-sequence

2001-07-12 Thread Keiron Liddle
On Thu, 12 Jul 2001 11:25:06 Wolf Gustavo (SGC-EXT) wrote: Hi, in the XML bible, chap. 15, I read that for a fo:page-sequence I can have one fo:flow per region, i.e.: fo:flow flow-name=xsl-region-body, and then another like fo:flow flow-name=xsl-region-after., etc, which makes 5

Re: properties, elements

2001-07-13 Thread Keiron Liddle
On Thu, 12 Jul 2001 22:50:44 Karen Lease wrote: A few quick thoughts... That was probably just my XML super-ego thinking that case-by-case checks were a _bad_ thing... But on the other hand, as Arved points out, the complexity of the model would make it rather problematic. It's certainly

Re: System hanging

2001-07-13 Thread Keiron Liddle
On Fri, 13 Jul 2001 13:40:27 Mads Soerensen - Interact wrote: Hi! Using FOP 0.19 I call Driver.render() and a PDF file is rendered, great!! But the program does not exit like it is supposed to after completing the render. In a previous message Keiron Liddle wrote that he had changed

Re: Code Style, was Re: PDF serialization

2001-07-17 Thread Keiron Liddle
On Tue, 17 Jul 2001 01:22:38 Arved Sandstrom wrote: At 09:26 PM 7/16/01 +1000, Mark wrote: As an aside: is there a style guide for FOP code? I must say I find the style and layout very confusing and I'm happy to clean things up as I go. At the moment I can't even work out what tab stop

Re: PDF serialization

2001-07-17 Thread Keiron Liddle
Mark, I think the first step would be to change the PDF generation code so that it can write out as it goes to a stream (and also do what it does now). This would most likely be done by writing out each page after completion. It may also (I'm not sure) require different tracking of objects such

Re: Rendering SVG as Image by Batik?

2001-07-17 Thread Keiron Liddle
Johannes, If you are going to be using this for a print renderer and you are going to have it in memory why do you want to convert it into a jpeg. In the AWTRenderer it currently renders the svg into a graphic if that would suit you needs. Otherwise you can simply use the batik transcoding

Re: FOP 0.19 with JDK1.1

2001-07-17 Thread Keiron Liddle
On Tue, 17 Jul 2001 13:10:50 Stephen Fry wrote: Is it still possible to run the latest version of FOP with JDK1.1. Currently I am using 0.15 and I need to assess the risks in moving to a newer version. We have done a quick test and it seems that it now has a dependency on batik which

Re: Big success; structural questions

2001-07-18 Thread Keiron Liddle
(where to start?) Currently the svg rendering uses more memory than it should, all the rendering data is written into a StringWriter. -- I think in terms of the structure of FOP: - changing the pdf generation would be a good thing, ie. adding streaming support and linearized support (good for

Re: FOP in a servlet under load

2001-07-18 Thread Keiron Liddle
On Wed, 18 Jul 2001 13:43:07 Jeremias Maerki wrote: This sounds quite like the experiences by Jim Cotugno (See subject Multithreading). Some time ago I did some concurrency tests and it was interesting to see what happened. When multiple conversions occur concurrently FOP seems to align the

Re: userconfig in AIX.

2001-07-18 Thread Keiron Liddle
First of all can you put -d in the command line. THis will show an error dump of what is hapenning. The message that you are getting is printed out if the ConfigurationReader throws a FOPException, ie. any sort of error. So it may be that there is some other problem such as invalid xml, there

Re: FOP in a servlet under load

2001-07-18 Thread Keiron Liddle
On Thu, 19 Jul 2001 03:05:33 Mark Lillywhite wrote: Hi With my changes to FOP I can process tens of thousands of pages of XML:FO in only a few Mb of heap. I have asked for testers but so far noone has responded... this sounds like an ideal environment in which to test, no? The

Re: userconfig in AIX.

2001-07-18 Thread Keiron Liddle
Well thats you problem, its not proper xml. You have to actually cloas of all tags. ie. font-triplet name=gara style=normal weight=normal/ notice the / at the end of the line On Thu, 19 Jul 2001 08:19:10 David Ryan wrote: Thanks for the suggestion. I tried the -d option but it didn't give

Re: optimized pdf

2001-07-20 Thread Keiron Liddle
On Thu, 19 Jul 2001 19:19:25 Darrel Riekhof wrote: We are thinking about using FOP to produce large PDF reports that will be served to web clients. However, the PDF files that FOP produces are not optimized. So, the reader client will have to download the entire PDF file before viewing

todo list

2001-07-20 Thread Keiron Liddle
Hi all, I have create a todo list. I will put this as part of the website (when I can) unless someone beats me to it. Currently it is only text, but will be xml when a suitable format presents itself. This should give some idea of main development concerns, general improvements and possible

Re: Tables - page spanning

2001-07-23 Thread Keiron Liddle
I have a table that spans multiple pages, unfortunately, FOP appears to only let the table fill have the page before it throws a new page Any ideas greatly recieved Martin Reynolds What version are you using (always useful information). It may be a known problem with a previous

Re: Driver class

2001-07-25 Thread Keiron Liddle
On Wed, 25 Jul 2001 16:34:11 Chetan Vig wrote: I had a question on the Driver class which you modified. Is there any particular reason why addPropertyList call in the setupDefaultMappings() method was taken out. I changed this. Why? It doesn't really make sense to have the element

Re: [GUMP] Build Failure - Fop

2001-07-30 Thread Keiron Liddle
I've tried to work out what the problem with this is without success. The information suggests there is no xalan1 and that xalan2 is present (at least for the first bit). I've tried using the current xalan2 cvs without any problems. Does anyone know what the problem might be? Could it be

Re: file is taking long time to download!

2001-07-30 Thread Keiron Liddle
Is there any chance that the filter is turned off, or set the the one that makes it larger ie. ascii-hex. This is set in the config.xml and the userconfig.xml. On Sat, 28 Jul 2001 03:04:46 Arved Sandstrom wrote: At 10:38 AM 7/27/01 -0400, Chetan Vig wrote: Hi, Yes, I have noticed that

Re: AW: Getting number of rendered pages

2001-07-30 Thread Keiron Liddle
It could be possible to do this using a simple extension to fop. - define you own namespace, with elements and props - put the markup at the end of the document, where it can read the page number - provide some sort of connection with you other code On Mon, 30 Jul 2001 10:28:39 Erik Rehrmann

Re: Getting number of rendered pages

2001-07-30 Thread Keiron Liddle
I new you where going to ask how to do it. So here it is. I have attached a simple example of how to add an extension to fop. This prints out the page that the extension is placed into. To build you will need to add a lib dir and put the necessary libs in. (not there for obvious reasons). There

Re: AW: Getting number of rendered pages

2001-07-30 Thread Keiron Liddle
On Mon, 30 Jul 2001 13:28:58 Jeremias Maerki wrote: THAT's exactly what I was searching for! But unfortunatetly, the Driver.format() in the current cvs versions looks like Do you mean an other class/method ? No, the problem is this: I'm using an older version which still returned the

Re: Problems with different versions of FOP (SVG vs inline-graphics)

2001-08-01 Thread Keiron Liddle
I don't particularly want to give a java lesson (again) but this oddly enough is a CLASSPATH error. ie. fix you classpath. On Tue, 31 Jul 2001 21:05:05 Ed Koster wrote: I've recently upgraded to Fop 19.0. While it now provides inline graphic support, which I need, it broke certain SVG

Re: logging

2001-08-02 Thread Keiron Liddle
On Thu, 02 Aug 2001 08:56:55 Jeremias Maerki wrote: Isn't logging going to be a standard part of JDK 1.4? I thought that was going to be based on IBM's Log4J. Is Avalon's logging based on that? If not, should the 'standard' be considered? IIRC JDK 1.4 logging includes the ability

Re: Reason for delay

2001-08-06 Thread Keiron Liddle
On Mon, 06 Aug 2001 13:17:28 Arved Sandstrom wrote: Hi, all The main sticking point at the moment is the updating of the CHANGES file. I have not yet mustered up the courage to do this. We actually need 2 sets of changes added - 0.18 to 0.19, and 0.19 to 0.20. I have no idea how long

Re: logging

2001-08-06 Thread Keiron Liddle
On Fri, 03 Aug 2001 15:34:26 Daniel Parker wrote: And a good one. I'm not familiar with Velocity or it's particular approach, but the basic idea of separating logging interface from logging implementation is sound. Components such as fop should not require a particular logging

running without batik (was logging)

2001-08-07 Thread Keiron Liddle
This would require the element mappings to handle things a bit better, fairly easy. The other part is to setup some sort of render factory for foreign data handling (in fo:instream-foreign-object and external graphics). This would need a bit of work and time. Another issue might be the size of

Re: linefeed-treatment

2001-08-08 Thread Keiron Liddle
On Wed, 08 Aug 2001 15:12:19 Gregor N. Purdy wrote: Thanks for the reply. So, does that mean that the entry in src/codegen/foproperties.xml should be edited so it doesn't say datatypeToBeImplemented/datatype? If its being handled correctly, then we don't need the message to be printed. If

Re: Adding Bookmarks on Fop page......

2001-08-09 Thread Keiron Liddle
if you look on this page you should find what you are looking for: http://xml.apache.org/fop/extensions.html there is also an example in docs/examples/fo/pdfoutline.fo Note: in current cvs this feature is broken On Thu, 09 Aug 2001 07:00:47 sunitha nair wrote: hi all, how can i add book

Regression tests (was Re: Public API Change in Driver)

2001-08-10 Thread Keiron Liddle
On Thu, 09 Aug 2001 17:45:10 Sam Ruby wrote: Steve Coffman wrote: We are very comitted to keeping all FOP and Cocoon releases in sync. When Cocoon changes Xerces and Xalan versions and JDK versions, so does FOP. Cool. By the way, I am monitoring and nagging those projects too on a

Re: Attracting companies to FOP (was: Re: Public API Change in Driver)

2001-08-10 Thread Keiron Liddle
Hi Fopwegian (or should that be Fopocastrian), On Fri, 10 Aug 2001 08:41:54 Mark Lillywhite wrote: Hi fopsians, Also, some 'live' examples of real-world stuff on the FOP page would be good, some enumeration of the benefits of XML:FO and FOP, some ways that FO can be applied to solve real

Re: Attracting companies to FOP (was: Re: Public API Change in Driver)

2001-08-10 Thread Keiron Liddle
Al, As I mentioned in another email, I have been looking at getting a webstart demo working (batik has one if you want a look). Basically it operates like an applet (except it is a full running application) that is easily run from a web browser. This will use the awt viewer to load .fo files

embedded font problem (was: Re: FOP 0.20.0 Release now available)

2001-08-13 Thread Keiron Liddle
On Mon, 13 Aug 2001 03:27:37 Arved Sandstrom wrote: Confirmed, on all counts: 1) NPE running your 'dsrb2' example, something to do with the lazy font code it looks like; 2) 500 K file for 17 pages with your 'emp' example. I'm not familiar with fonts, so someone else is going to want to

Re: Why some fonts in FontSetup but not others?

2001-08-13 Thread Keiron Liddle
Randall, The particular fonts that are added in FontSetup are all the fonts that are always available to Acrobat Reader. These are fonts that come with acrobat. Other fonts may be avilable to acrobat on your machine (because you havew a particular font installed) but that does not ensure that

Re: PDFGraphics2D, sanserif, sans-serif, and sansserif

2001-08-13 Thread Keiron Liddle
On Sun, 12 Aug 2001 05:11:09 Randall Parker wrote: In the apache.fop.svg.PDFGraphics2D.java there are the following lines: Font gFont = getFont(); String name = gFont.getName(); if (name.equals(sanserif)) { name = sans-serif; } I do not

Re: PDFGraphics2D seems to be 180 degrees out of phase for rotated text

2001-08-13 Thread Keiron Liddle
On Sun, 12 Aug 2001 05:59:19 Randall Parker wrote: I have a class that draws up rotated text as part of a report preparation. If I call into it with a JPanel's visible Graphics2D object the text that is rotated 90 degrees and 270 degrees is displayed on the screen with the rotations that I

Re: some help in generating from fo to pdf

2001-08-13 Thread Keiron Liddle
The website will have the updated information for the changed api. Give it a couple of days and hopefully it will be updated. but basically yopu need: Driver driver = new Driver(); driver.setRenderer(Driver.RENDER_PDF); InputHandler inputHandler = new XSLTInputHandler(xmlFile, xslFile);

Re: svg probs with 0.19.0

2001-08-14 Thread Keiron Liddle
Steve, With the latest version (0.20.1) I get the same result with the awt previewer and the pdf output. THis means that at least the even-odd problem is fixed. As for the viewBox - I'm not really sure how it should work and applies when embedding inside xsl-fo. If you simply need to change the

Re: Why some fonts in FontSetup but not others?

2001-08-14 Thread Keiron Liddle
On Tue, 14 Aug 2001 00:16:44 Randall Parker wrote: I understand the conservative motivation here. But suppose I'm generating PDFs for an intranet app (as it happens I am) and have complete control over which fonts are on the user machines. Well, in that case I do not want

Re: Release Process Improvements, Versioning etc

2001-08-14 Thread Keiron Liddle
On Tue, 14 Aug 2001 05:27:26 Weiqi Gao wrote: I have not used the testing framework. I tried ./build.sh test once and it threw me some error message. It would be benefitial if the testing frame work can be made to work in a way similar to the make; make check sequence for GNU projects.

Re: Using extra fonts with embedded FOP ?

2001-08-14 Thread Keiron Liddle
On Mon, 13 Aug 2001 17:43:44 [EMAIL PROTECTED] wrote: When using an embedded version of FOP, can I add the fonts to config.xml and rebuild FOP rather than cerating specifying userconfig.xml ? you should only modify the userconfig.xml What options are there to make userconfig.xml known to an

Re: Release Process Improvements, Versioning etc

2001-08-14 Thread Keiron Liddle
On Tue, 14 Aug 2001 00:08:50 Arved Sandstrom wrote: Hi, all I invite everyone to submit ideas as to how we can improve the release process: versioning, builds and testing. It seems like almost everytime a 0.X.0 release comes out, there is almost instantaneously a showstopper bug that

XMLRenderer

2001-08-14 Thread Keiron Liddle
I have a bit of a problem with a change to the XMLRenderer. On line 203 it has: + area.getGeneratedBy() + \); This means that every new run of fop with this renderer will produce a different result (as it puts in the object name which has memory address values). Thereby ruining diffs. can it

Re: XMLRenderer

2001-08-14 Thread Keiron Liddle
Hi Arved, I knew there had to be some reason for it. Looks like a YAS is the way to go. The only xml diff utility I know of is the IBM one, which we can't use (not allowed to distribute). On Tue, 14 Aug 2001 12:43:31 Arved Sandstrom wrote: Hi, Keiron I had it in mind to achieve exactly

Re: Test case for PDFDocumentGraphics2D rotated text problem

2001-08-15 Thread Keiron Liddle
Thanks for the test. I'm really not sure how to fix this. I can make it so that the text is almost in the right position except it is flipped on the horizontal axis (so you'll have to stand on your head to read it:) I think the solution is a bit ugly due to the different coordinate systems.

Re: javax.xml.transform.TransformerException: Unknown error in XPath

2001-08-13 Thread Keiron Liddle
Scott, It would appear to be something to do with importing another stylesheet. in propmaker the problem is (at-this line) from these parts: xsl:import href=elements.xsl/ xsl:attribute name=family this line ---xsl:call-template name=capallxsl:with-param name=str

Re: Test case for PDFDocumentGraphics2D rotated text problem

2001-08-15 Thread Keiron Liddle
Randall, On Wed, 15 Aug 2001 17:51:56 Randall Parker wrote: So then Acrobat can draw the text at 45, 135, 225 and 315 degrees? (ie 1:30, 4:30, 7:30, 10:30) I don't see any text at those positions in the textAsShapes=false version. No, I was talking about the font problem, not the position

Re: [Patch] Chapter 15 is now Chapter 18 in XML Bible, Second Edition, ...

2001-08-16 Thread Keiron Liddle
On Thu, 16 Aug 2001 13:35:25 Weiqi Gao wrote: ... and here's a patch to update the link in Resources. fixed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: bug in FopServlet

2001-08-16 Thread Keiron Liddle
On Thu, 16 Aug 2001 09:17:10 Alex Greif wrote: Hi, the FopServlet example still uses the Driver.addPropertyList() method. please update the Servlet. I'm running fop 0.20.1 Both the current cvs version (2001/08/10) and the previous version do not have this method. You must somehow have an

Re: Ideas about PDFGraphics2D font handling for True Type to Type 1

2001-08-20 Thread Keiron Liddle
Randall, Maybe we need to have something similar to this class in batik: org.apache.batik.gvt.font.FontFamilyResolver Going a bit further we could make it an option to be able to use any font that java can load (ie. reading the font metrics). On Sun, 19 Aug 2001 23:09:12 Randall Parker

Re: Bookmarks

2001-08-21 Thread Keiron Liddle
Chetan, The actual problem is that bookmarks were not implemented for the new stream rendering mechanism. The formatting/layout and rendering is being done differently for the top level elements, ie. bookmarks and pagesequence. The bookmarks were being ignored. I have a fix for the problem,

Re: Problem with API change in fop 0.20.1

2001-08-22 Thread Keiron Liddle
http://xml.apache.org/fop/embedding.html On Wed, 22 Aug 2001 09:35:17 Nestel, Frank wrote: Hello, we've experimenting with fop as an PDF renderer and would like to upgrde to fop0.20. As this is only a part of a larger framework, we used to use the TraX Result Wrappers to pass along our

Re: Problem with API change in fop 0.20.1

2001-08-22 Thread Keiron Liddle
On Wed, 22 Aug 2001 10:20:28 Michel Lehon wrote: Keiron, Could you take a look at the things you did for the logger in driver, it look wierd to me as the _treeBuilder 's logger is only set if a call to setLogger is done, otherwise I get a NullPointerException If you want I can take a look...

Re: Question: Images not from external file, but embedded in xml.

2001-08-24 Thread Keiron Liddle
Christian, The fo:external-graphic can only have data from a url specified in the src element, so unless you somehow make a url to your database you cannot use this element. An alternative would be to use svg. The svg image supports inline data (encoded as base64). On Fri, 24 Aug 2001

Re: Create document properties.

2001-08-24 Thread Keiron Liddle
Juergen, Currently none of those are implemented. The only one that is relevent to the xsl-fo spec is title which is currently not implemented. The other document properties could be done by using an extension similair to the one available for bookmarks. If you are interested in implementing

Layout Redesign

2001-08-30 Thread Keiron Liddle
Hi All, I have written a document describing a possible way that we could implement the layout process (also has some info about user agent). I am hoping for feedback (particularly from those who have looked at the layout - Arved, Karen, Peter and others). It is mostly a description so there

Basic Link

2001-08-30 Thread Keiron Liddle
Basic links that have a destination that will be on a following page are broken. The changes involving the stream renderer do not check to make sure that the links are resolved before rendering the page, or more correctly, the id references don't care about basic links. To fix this someone will

Leader

2001-08-30 Thread Keiron Liddle
The problem with the leader is that the default value for the maximum length (leader-length.maximum) is 100% and the code was reading that value as 0. This resulted in a 0 length leader. - To unsubscribe, e-mail: [EMAIL

Re: [Patch] Re: Fw: hyphenation with table problem

2001-08-31 Thread Keiron Liddle
On Mon, 27 Aug 2001 21:34:41 Enrico Schnepel wrote: Hello Steve, The problem you are running into is known, resolved but not merged into the cvs tree yet. I've already send a diff script which resolves hypenation problems within LineArea to fop-dev one week ago. I've attached the diff

Re: A better shell script for running FOP

2001-08-31 Thread Keiron Liddle
On Wed, 22 Aug 2001 01:38:28 Weiqi Gao wrote: Hi, I have adapted the shell script that Ant uses to run itself into a shell script that can be used to run FOP. I have attached the 'fop' script. This can potentially be a nice replacement for the fop.sh script that FOP currently uses.

Re: [PATCH] Page citations do not work in PSRenderer

2001-09-05 Thread Keiron Liddle
If you mean when the page number is turned into the actual number, then yes it has been considered and will be done in a better way. On Thu, 06 Sep 2001 04:05:05 Carlos Villegas wrote: Last time I look at the code, I noticed that resolution of page references is left to the renderers.

Re: Layout Redesign

2001-09-06 Thread Keiron Liddle
Peter, I'll only answer a few things. The before floats should behave fairly similar to footnotes. I am quite sure that the side floats cannot go outside of the body region area (and overlap footnotes), anyway that would be rather complicated. About using the minimum spacing first: The reason

Re: Layout Redesign

2001-09-06 Thread Keiron Liddle
On Tue, 04 Sep 2001 12:37:34 Arved Sandstrom wrote: One thing I was going to suggest is, and since you mentioned pictures anyway, is let's take this as a useful working high-level design description, and convert it into a high-level design doc, complete with static and dynamic diagrams

Re: ERROR LOADING EXTERNAL SVG

2001-09-07 Thread Keiron Liddle
On Thu, 06 Sep 2001 20:32:11 Brigette Muller wrote: Hi, I am getting the following error when trying to load an SVG image. What am I missing? I have checked that the batik.jar from the fop.0.20.1/lib dir that comes with fop is in the classpath. The SVG was created by Adobe Illustrator

Re: producing OMR marks (Optical Mark Reading)

2001-09-07 Thread Keiron Liddle
Hi John, I think that for this type of thing using sax events is at the wrong end of the processing. For your situation it still may be a complementary part of the process to insert the necessary information. A while back I posted a simple example of how you can include custom tags in a

Design Tasks

2001-09-10 Thread Keiron Liddle
Hi All, These are the design tasks that I think we need to cover before (serious) coding is done on the new layout approach. FO Objects: The classes that represent the FO object heirarchy should implement one or more interfaces that represent what the object can do in terms of the layout and

Re: Design Tasks

2001-09-10 Thread Keiron Liddle
On Mon, 10 Sep 2001 12:11:46 Bodo Teichmann wrote: i would like to help in further development of fop. currently i'm still in the learning stage and because of that i would realy like to read the lastest doc from you in docs/design. unfortunately i don't know much about docbook and the

Re: Design Tasks

2001-09-10 Thread Keiron Liddle
On Mon, 10 Sep 2001 13:57:30 Bodo Teichmann wrote: Keiron, i still have a little problem with the optional.jar. runing build.bat gives me an: C:\workdir_cvs\xml-fop_cvs\docs\design\build.xml:49: java.lang.ClassNotFoundExce ption: org.apache.tools.ant.taskdefs.optional.TraXLiaison error.

Re: Design Tasks

2001-09-10 Thread Keiron Liddle
It sounds like a problem with windows (dos) and classpaths. It works fine for me on unix so I don't really know what the problem is. On Mon, 10 Sep 2001 15:48:21 Bodo Teichmann wrote: 'Relative URI design/intro.xml; can not be resoved without a Document-URI.' if i replace all relative URI

Re: embedding pictures

2001-09-11 Thread Keiron Liddle
On Tue, 11 Sep 2001 09:05:47 Jeremias Maerki wrote: Hi Daniel On Mon, 10 Sep 2001 23:34:47 +0200 (CEST) Daniel Pfuhl wrote: is ist possible to specify the compression rate for images to be embedded in an pdf file?? it is very important to me, because i need the images in a higher

Re: Layout Redesign

2001-09-11 Thread Keiron Liddle
On Mon, 10 Sep 2001 17:04:24 Corinna Hischke wrote: Hi all, hi designers, I'd like to follow your ideas for the new design. But somehow me pc is unable to connect to your design document at http://xml.apache.org/fop/fop.pdf. Instead I get this page not found error (HTTP 404). Any other

Re: FOP on IBM AS400

2001-09-17 Thread Keiron Liddle
On Fri, 14 Sep 2001 12:30:09 Stephen Fry wrote: Hi We are attempting to port our application which uses fop 0.20.1 to the AS400. We seems to have some issues with FOP's use of AWT classes. Has anyone any experience of this environment ? Is it possible to configure FOP not to use AWT or is

Re: FW: cvs commit: xml-fop/src/org/apache/fop/render/xml XMLRenderer .java

2001-09-18 Thread Keiron Liddle
Art, The point of view I was thinking of is that the driver should be put back into the state it started with (from the no argument constructor) and that it shouldn't hold onto things if it is going to be reused. This means that it uses a minimum of memory while it is idle. I would argue that

Re: table-header problem

2001-09-18 Thread Keiron Liddle
This problem is now fix. Gotta like those one line fixes. On Mon, 17 Sep 2001 23:41:35 Shkuro, Yuri wrote: Hi, I am using FOP 0.20.1 CVS build of 9/17. I have two tables in the document with fo:table-header defined for each, and the header contains three lines of text in some

Re: ETA on 0.20.2

2001-09-19 Thread Keiron Liddle
On Tue, 18 Sep 2001 16:19:50 Michel Lehon wrote: Hi, I just updated my local CVS copy to test a few things, and I cant build it. I get compile error in SVGObj and SVGElement. Is that normal ? Any fix? I think you just need to do a build clean first.

Re: Formatting in addiction to the total page number

2001-09-19 Thread Keiron Liddle
This is possible with a bit of inovation. Thanks to the support of markers and svg. The only problem is that the message will appear on all pages except the last page, unless someone knows how to solve this. The idea is to put the message in the static area and also have a marker that is placed

Re: Formatting in addiction to the total page number

2001-09-19 Thread Keiron Liddle
On Wed, 19 Sep 2001 17:31:43 Keiron Liddle wrote: This is possible with a bit of inovation. Thanks to the support of markers and svg. The only problem is that the message will appear on all pages except the last page, unless someone knows how to solve this. Sorry about the double message

Re: Does render(dom) actually work?

2001-09-20 Thread Keiron Liddle
Hi, This may be a problem that I have fixed. The line number (167) doesn't seem to match anything I can find so I'm not sure. There was a problem where text outside the root element would cause a null pointer exception. Actually after a second look I think it was due to the stream redner

Re: [ERROR]: Logger not set message

2001-09-21 Thread Keiron Liddle
The logging used by fop has been changed to use a more common logging library, logkit. You just need to set the logger on the Driver, ie. driver.setLogger(logger); To see how to create a logger look at the getLogger method in the Driver, and read up at jakarta.apache.org. This information will

Performance and java 1.1

2001-09-21 Thread Keiron Liddle
Hi All, I have been doing some performance testing so we can get an idea of how things might be improving (or getting worse) with changes to the code. There are three types of tests. I have used 6 fo documents that are generated 500 times. - for each document a new jvm is started, so 3000

Re: Avalon?

2001-09-21 Thread Keiron Liddle
One area where we could make good use of avalon framework is the configuration, currently we have our own implementation of some configuration classes. Using their implementation would mean it is better tested and used and should be a help. Some of the other interfaces/classes may not be as

Re: Performance and java 1.1

2001-09-24 Thread Keiron Liddle
So in conclusion I think there is a general consensus (vote) to move to java 1.2. I will commit what I have so far for the next release. For java 1.1 users: Sorry but I think it is better to do it this way. To run with java 1.1 you could use the collections.jar and change the import statements.

Re: Batik/SVG working in latest FOP builds?

2001-09-25 Thread Keiron Liddle
Either you have an old version of batik or svg classes in you classpath or you need to do a build clean. On Mon, 24 Sep 2001 21:01:03 [EMAIL PROTECTED] wrote: Sorry to be dumb about this, but I just joined the list recently. My customer just added a requirement to use SVG images as

Code freeze

2001-09-27 Thread Keiron Liddle
Hi All, The code for fop will be frozen until the next release. Unless any show stoppers are found which need immediate fixing. I encourage people to give it a go and provide feedback. Noted recent problems: Some log messages are not very clear. Some log messages may go to the wrong place (if

  1   2   3   4   5   6   >