RE: Can't bind page number into a variable

2003-02-18 Thread Volker [EMAIL PROTECTED]
Hi Simon, I'm afraid but there is no way to know on which page you are. Is there a reason why you can't put the page number into a static area? If you can then the following snippets might help: 1. Define your pages (left / right) fo:simple-page-master master-name=right_page

Adding a .png Image

2003-02-18 Thread Annapu, Venkatasuresh
Hello , I want to insert a .png image in table but it seems .png is not supported. can anyone suggest me a solution where I can achieve this. Thanks in Advance, Venkata Suresh. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Adding a .png Image

2003-02-18 Thread Volker [EMAIL PROTECTED]
Hi Venkata, are you receiving any error messages? Like Jimi image library not available? If so you need to download the JIMI library from Sun Microsystems at http://java.sun.com/products/jimi/ and make sure the the classes are picked up. -Original Message- Hello , I want to insert

cvs commit: xml-fop/src/documentation/resources/images EmbeddingExampleFO2PDF.png EmbeddingExampleFO2PDF.svg EmbeddingExampleObj2PDF.png EmbeddingExampleObj2PDF.svg EmbeddingExampleObj2XML.png EmbeddingExampleObj2XML.svg EmbeddingExampleXML2FO.png EmbeddingExampleXML2FO.svg EmbeddingExampleXML2PDF.png EmbeddingExampleXML2PDF.svg

2003-02-18 Thread chrisg
chrisg 2003/02/18 04:27:35 Modified:.Tag: fop-0_20_2-maintain build.xml src/documentation/content/xdocs Tag: fop-0_20_2-maintain book.xml download.xml faq.xml involved.xml Added: src/documentation/content/xdocs Tag:

cvs commit: xml-fop/src/documentation/content/xdocs tabs.xml

2003-02-18 Thread chrisg
chrisg 2003/02/18 04:45:36 Modified:src/documentation/content/xdocs Tag: fop-0_20_2-maintain tabs.xml Log: forgot this one Revision ChangesPath No revision No revision 1.2.2.4 +8 -11

[ANNOUNCEMENT] FOP 0.20.5 Release Candidate 2 available

2003-02-18 Thread Christian Geisert
Hi all, the second Release Candidate for 0.20.5 is finally available at http://www.apache.org/dist/xml/fop for downloading and testing. (New download location - please use a mirror if possible) It is planed to make the actual release on on february the 28th if no serious bugs show up. The

Re: Licence issues in hyphenation patterns

2003-02-18 Thread jaccoud
And, well, I hope our PetroBras friend changed enough of the pt.xml to claim copyright, as he assigned it summarily to the ASF... nice, but a real legal burden! I checked it in, but now I think I should have asked for a paper first. I didn't modify the old pt.xml file, I wrote a new one

Re: [ANNOUNCEMENT] FOP 0.20.5 Release Candidate 2 available

2003-02-18 Thread Ralph LaChance
At 09:08 AM 2/18/2003, you wrote: the second Release Candidate for 0.20.5 is finally available at http://www.apache.org/dist/xml/fop for downloading and testing. (New download location - please use a mirror if possible) Cheers, and congratulations all around. This was a bumpy one (especially

Hyphenation patterns included in fop-0.20.5rc2

2003-02-18 Thread Clay Leeds
Esteemed feathery FOPpers, BTW, congrats stuff on the release! I just ran it, and it didn't give me an error! ;-) Would you let us know which hyphenation files are included with FOP 0.20.5rc2? I think that would be useful information to include in the fop-dev fop-user mailing lists for

ready to go again

2003-02-18 Thread Victor Mote
OK, I am ready to jump in do some work. Sorry for being out of action for so long. The threads that I would like to complete, or at least resolve, first, are: 1. Documentation. The main problem here is the web site generation, but it seemed to me that Peter and some others may have gotten that

Re: Licence issues in hyphenation patterns

2003-02-18 Thread J.Pietschmann
Christian Geisert wrote: And IMHO (and IANAL etc.) this is the crux as the Apache Software License does not forbid renamming the files. Yes, that's hairsplitting and comletly against common sense but remember we're talking about legal issues her. I meant the following LPPL condition: 3. You

Re: Markers in areas

2003-02-18 Thread J.Pietschmann
Arved Sandstrom wrote: Joerg, you can freely get rid of that stuff. Great! Anybody out there bothering to profile the new code? Two objects less created per Area, this should be noticable! J.Pietschmann - To unsubscribe,

RE: Markers in areas

2003-02-18 Thread Mark C. Allman
... but markers will continue to work as per the XSLFO spec, correct? We depend on markers for dynamic page headings. -- Mark C. Allman -- Allman Professional Consulting, Inc. -- www.allmanpc.com, 617-947-4263 -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent:

RE: Markers in areas

2003-02-18 Thread Arved Sandstrom
They are not connected concepts, Mark. I originally put in the code for lineage pairs, and also started the implementation for markers. So I can assure you that they are completely unrelated. For what it's worth, subsequent contributors have significantly improved on marker support, so I am only

Re: Licence issues in hyphenation patterns

2003-02-18 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I didn't modify the old pt.xml file, I wrote a new one entirely from scratch. ... Sorry for being unclear and short-spoken, I didn't meant to offend you. However, did you really start with an empty file in an editor and typed in all the pattern strings? The issues are

Re: Markers in areas

2003-02-18 Thread J.Pietschmann
Mark C. Allman wrote: ... but markers will continue to work as per the XSLFO spec, correct? There are restrictions (and have always been). Look into the CHANGES file. J.Pietschmann - To unsubscribe, e-mail: [EMAIL

markers in redesign

2003-02-18 Thread Keiron Liddle
Hi all, Since the topic is being discussed why don't we look at implementing markers in the redesign. I'll try to do what is obvious, getting the markers from the fo, adding when adding areas and retrieving when needed. I think some areas need changing so that the layout manager type is

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

2003-02-18 Thread keiron
keiron 2003/02/18 21:39:20 Modified:src/org/apache/fop/fo/flow InstreamForeignObject.java Log: cleaned up some styling Revision ChangesPath 1.36 +50 -43xml-fop/src/org/apache/fop/fo/flow/InstreamForeignObject.java Index: InstreamForeignObject.java

cvs commit: xml-fop/src/org/apache/fop/area Page.java PageViewport.java

2003-02-18 Thread keiron
keiron 2003/02/18 21:43:25 Modified:src/org/apache/fop/area Page.java PageViewport.java Log: place markers on page viewport Revision ChangesPath 1.9 +1 -6 xml-fop/src/org/apache/fop/area/Page.java Index: Page.java

cvs commit: xml-fop/src/org/apache/fop/layoutmgr/table Body.java Caption.java Cell.java Column.java Row.java TableAndCaptionLayoutManager.java TableLayoutManager.java

2003-02-18 Thread keiron
keiron 2003/02/18 21:49:29 Modified:src/org/apache/fop/layoutmgr AbstractLayoutManager.java BlockContainerLayoutManager.java BlockLayoutManager.java BlockStackingLayoutManager.java

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

2003-02-18 Thread keiron
keiron 2003/02/18 21:54:15 Modified:src/org/apache/fop/fo/flow RetrieveMarker.java Log: add retrieve marker layout manager Revision ChangesPath 1.12 +31 -10xml-fop/src/org/apache/fop/fo/flow/RetrieveMarker.java Index: RetrieveMarker.java

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

2003-02-18 Thread keiron
keiron 2003/02/18 21:55:25 Modified:src/org/apache/fop/pdf FlateFilter.java PDFColor.java Log: fixed some minor errors Revision ChangesPath 1.6 +7 -7 xml-fop/src/org/apache/fop/pdf/FlateFilter.java Index: FlateFilter.java