AW: Preserving Linefeed character

2002-07-23 Thread Steiner, Priska
Hello I had the same problem. I' ve solved it, with doing the newline in the xml. In the xml I wrote a new tag instead of the newline, like this: Line1Line2 In the xsl I ad a template for the new tag:   With this it works by us fine. Regards Priska --

Re: FOP extension elements

2002-07-23 Thread Keiron Liddle
On Tue, 2002-07-23 at 22:20, Matthew L. Avizinis wrote: > Hello all, > The following is stated on the FOP website: > > "These extension are available by default. They are automatically loaded and > you only need to provide the correct namespace for your embedded xml > markup." > > OK, so and a

cvs commit: xml-fop/src/org/apache/fop/fo/pagination PageSequence.java

2002-07-23 Thread pietsch
pietsch 2002/07/23 19:39:45 Modified:src/org/apache/fop/fo/flow Tag: fop-0_20_2-maintain Flow.java StaticContent.java src/org/apache/fop/fo/pagination Tag: fop-0_20_2-maintain PageSequence.java Added: src/org/apache/

RE: Flow and region-body

2002-07-23 Thread Arved Sandstrom
> -Original Message- > From: J.Pietschmann [mailto:[EMAIL PROTECTED]] > Sent: July 23, 2002 11:12 PM > To: fop dev > Subject: Flow and region-body > > > Hi, > I'm about to remove some hackery from the maintenance > branch, as part of a general cleanup. > > There is a comment in Flow.java (

Flow and region-body

2002-07-23 Thread J.Pietschmann
Hi, I'm about to remove some hackery from the maintenance branch, as part of a general cleanup. There is a comment in Flow.java (soon/now AbstractFlow.java) // flow is *always* laid out into a BodyAreaContainer I was not able to find support for this directly in the spec, although I think t

Re: FO to RTF

2002-07-23 Thread Peter B. West
Ramana, To all that Keiron has said, I would add: Talk to Bertrand Delacrétaz<[EMAIL PROTECTED]>, who is our resident RTF guru, and lead developer of jfor. Having said that, I notice that Chris Scott, who has also posted on this thread, has also contributed to jfor. The first step, it seems

cvs commit: xml-fop/src/org/apache/fop/svg SVGObj.java

2002-07-23 Thread pietsch
pietsch 2002/07/23 18:06:26 Modified:src/org/apache/fop/extensions Tag: fop-0_20_2-maintain Label.java Outline.java src/org/apache/fop/fo Tag: fop-0_20_2-maintain ColorProfile.java Declarations.java FObj.java

Re: pls help with getting latest maint version

2002-07-23 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > Hi all, pls forgive me, and i know this must be the millionth time you're > being asked for it, but can someone pls send me the FTP command for getting > the latest maint version? Or even better, can someone pls send me the latest > maintenance version jar..thx > You ca

FOP extension elements

2002-07-23 Thread Matthew L. Avizinis
Hello all, The following is stated on the FOP website: "These extension are available by default. They are automatically loaded and you only need to provide the correct namespace for your embedded xml markup." OK, so and are loaded by default without needing to do the other stuff described in

Preserving Linefeed character

2002-07-23 Thread Al-Dhahir, Haitham
Hi, I have an XML document which contains a linefeed character in one of the lines. However, when I process this into PDF using FOP, the outputted line has a space where the linefeed should be. My XML: My XSL: What I want to appear in the PDF: Line1 Line2 What is actually appearing: Line1Li

Re: FOP doc

2002-07-23 Thread J.Pietschmann
Victor Mote wrote: > 3. Running "build.sh usage" indicates that "build.sh docs" should build the > html documentation. There is no target for "docs", but there is one for > "htmldoc". This appears to be a bug, for which I will submit a patch after I > am more confident that I understand what shoul

Re: Re: the license of Chinese hyphenation pattern file

2002-07-23 Thread Peter S. Housel
"stoneson" <[EMAIL PROTECTED]> wrote: > the problem is : when I use to write a part of Chinese > in the block or table-cell, the Chinese text could not broken > in the end of line. so I use the hyhens to fixed it, the problem solved, > but there is not hyhens file of Chinese for FOP, I wonde

pls help with getting latest maint version

2002-07-23 Thread Dudley . Butt
Hi all, pls forgive me, and i know this must be the millionth time you're being asked for it, but can someone pls send me the FTP command for getting the latest maint version? Or even better, can someone pls send me the latest maintenance version jar..thx This message contains information intend

Re: FO to RTF

2002-07-23 Thread Christopher Scott
I have been working on a few driver classes for FOP (based on the MIF classes) that will allow interoperability with the JFOR (www.jfor.org) package. JFOR already converts (rather then renders) fo to rtf, and there is a movement to combine the two completely. First though, I will submit code tha

Changing the content handler

2002-07-23 Thread RamanaJV
Devs, The Driver.render(XMLReader, InputSource) method starts the rendering process, when the end element of PageSequence is found. This happens because the FOTreeBuilder makes it so. Is it possible, if I want to build the pages even before the PageSequence is reached, when a own custom t

RE: FO to RTF

2002-07-23 Thread Keiron Liddle
Hi Ramana, Firs thing would be to decide on where to put the code eg. org.apache.fop.rtf.* It would appear that this area hasn't been documented much (there are some emails). A summary: - these types of formats (RTF, MIF) do not need the layout process - there is a StructureHandler that receive

RE: FO to RTF

2002-07-23 Thread RamanaJV
Keiron, I have been experimenting with several FO to RTF tools. The developer is required to have the knowledge of RTF and the FOP architechure to work on this RTF renderer. I'm ready to work on this, but I need some help with the seniors in understanding the FOP architechure, as I'm a new

Re: FO to RTF

2002-07-23 Thread Keiron Liddle
On Mon, 2002-07-22 at 05:41, Keen Tim wrote: > Hi all, > > The FOP documentation suggests that the RTF renderer will be integrated > soon. When might we expect this to happen? I'm not sure when this will happen. We seem to be stalled at the moment. I think we just need to get the ball rolling to

cvs commit: xml-fop/src/codegen foproperties.xml

2002-07-23 Thread keiron
keiron 2002/07/23 04:07:59 Modified:src/codegen foproperties.xml Log: added font weight keywords Revision ChangesPath 1.33 +3 -1 xml-fop/src/codegen/foproperties.xml Index: foproperties.xml ===

cvs commit: xml-fop/src/org/apache/fop/tools AreaTreeBuilder.java

2002-07-23 Thread keiron
keiron 2002/07/23 04:06:51 Modified:src/org/apache/fop/apps LayoutHandler.java src/org/apache/fop/area Trait.java src/org/apache/fop/fo PropertyManager.java Title.java src/org/apache/fop/layout FontInfo.java FontState.java src

cvs commit: xml-fop/src/org/apache/fop/fo/flow InstreamForeignObject.java

2002-07-23 Thread keiron
keiron 2002/07/23 04:01:59 Modified:src/org/apache/fop/fo/flow InstreamForeignObject.java Log: fix for unknown child that returns null size Revision ChangesPath 1.29 +5 -1 xml-fop/src/org/apache/fop/fo/flow/InstreamForeignObject.java Index: InstreamForeig

cvs commit: xml-fop/src/org/apache/fop/pdf PDFState.java

2002-07-23 Thread keiron
keiron 2002/07/23 04:00:26 Modified:src/org/apache/fop/pdf PDFState.java Log: handles clip better added method to restore to a level Revision ChangesPath 1.6 +24 -3 xml-fop/src/org/apache/fop/pdf/PDFState.java Index: PDFState.java

cvs commit: xml-fop/src/org/apache/fop/image/analyser TIFFReader.java

2002-07-23 Thread keiron
keiron 2002/07/23 03:59:10 Modified:src/org/apache/fop/image AbstractFopImage.java src/org/apache/fop/image/analyser TIFFReader.java Log: prevent npe Revision ChangesPath 1.10 +6 -4 xml-fop/src/org/apache/fop/image/AbstractFopImage.java Ind

cvs commit: xml-fop/src/org/apache/fop/svg PDFGraphicsConfiguration.java PDFGraphicsDevice.java PDFDocumentGraphics2D.java PDFGraphics2D.java PDFTextElementBridge.java PDFTextPainter.java PDFTranscoder.java

2002-07-23 Thread keiron
keiron 2002/07/23 03:57:57 Modified:src/org/apache/fop/svg PDFDocumentGraphics2D.java PDFGraphics2D.java PDFTextElementBridge.java PDFTextPainter.java PDFTranscoder.java Added: src/org/apache/fop/svg PDFGraphicsConfiguration.java

Re: FOP doc

2002-07-23 Thread Nicola Ken Barozzi
Keiron Liddle wrote: ... > If you don't know there is an effort going on called Forrest that is an > overhaul of the website documentation process etc. It will eventually be > creating pdf files etc. A draft version has been committed, and can be seen on our automatically updated hourly test si

RE: page break

2002-07-23 Thread Keiron Liddle
On Tue, 2002-07-23 at 09:08, RamanaJV wrote: > Then, > Is it possible to know, without actually rendering, how many lines a > block is expected to span. I really need this now in my application to get > away from the pagination problem that are occuring. Also, is it possible to > know, how m