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

vertical-align

2001-06-21 Thread Greiner, Andrea
Hello, is there someone who can tell me wether vertical-align will be implemented a day? Thanks Andrea Greiner -Ursprüngliche Nachricht- Von: Hoang Nam [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Juni 2001 22:42 An: [EMAIL PROTECTED] Betreff: Re: Aligning the footer to bottom of

Re: Redesign plan - plan tool

2001-06-21 Thread Christopher R. Maden
At 00:40 21-06-2001, Keiron Liddle wrote: 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. I'm a little confused - why not do this

Re: Redesign plan - plan tool

2001-06-21 Thread Christopher R. Maden
At 01:43 21-06-2001, Keiron Liddle wrote: On Thu, 21 Jun 2001 10:27:40 Christopher R. Maden wrote: I'm a little confused - why not do this with XSL, instead of hardcoding it in FOP's Java code? I doubt that you could do everything with xsl and even if you could then it would probably be

line-break in table-cells

2001-06-21 Thread Greiner, Andrea
Dear all, I need help quickly! What has happened to fop? I have the following problems with the new versions: When text will be inserted into a table-cell and the text is longer than the corresponding column-width of the table-cell, the text floats over all

RE: Redesign plan - plan tool

2001-06-21 Thread Malka, Michael
I am instressed. We have been using batik to generate svg from components, and then include them in pdf documents with fop. A simple xml to generate svg could be useful. The batik/svg support in 0.19 is great. Michael Malka -Original Message- From: Keiron Liddle [mailto:[EMAIL

Re: Redesign plan - plan tool

2001-06-21 Thread Fotis Jannidis
Good to have a plan like this. Would be nice, if we all could enter our free time and interests there. Well, I will have time for documentation and testing after the 13.6. Fotis Send reply to: [EMAIL PROTECTED] Date sent: Thu, 21 Jun 2001 09:40:21 +0200 From:

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: can i select which streams to encode and which not?

2001-06-21 Thread Jeremias Maerki
I have an urgent problem with Fop. I am using Fop 0.18.1 and 0.19-CVS. The config option of fop let me choose which filters to apply to stream. It doesnt let me choose however to which stream to apply these filters. What I need is that my generated pdf files only contain encoded image

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

2001-06-21 Thread keiron
keiron 01/06/21 06:27:12 Modified:src/org/apache/fop/tools TestConverter.java Log: gets the root element properly Revision ChangesPath 1.4 +2 -6 xml-fop/src/org/apache/fop/tools/TestConverter.java Index: TestConverter.java

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

2001-06-21 Thread keiron
keiron 01/06/21 07:27:44 Modified:src/org/apache/fop/tools/anttasks Fop.java Log: sets baseDir according to file being converted Revision ChangesPath 1.8 +3 -2 xml-fop/src/org/apache/fop/tools/anttasks/Fop.java Index: Fop.java

RE: Modification in line placement

2001-06-21 Thread Kelly Campbell
+1 for committing it. I've always thought there was something a little off in our line spacing, I just couldn't put my finger on it. Just because we have a test suite, doesn't mean we should let them hold us up from fixing problems :-) I've encountered this before on other projects that test by

Re: Re[2]: Out of Memory Error

2001-06-21 Thread Arved_37
Quoting Eugene Nedzvetsky [EMAIL PROTECTED]: No, thanks . I will receive this copy from CVS,when it will appear on CVS. I'll be back home on Sunday (the 24th). It's unlikely that I'll commit it on Sunday evening, but it won't be any later than Monday. I'd say that under typical circumstances

Text-Transform

2001-06-21 Thread John Wyman
Title: Message I need to produce all capital output from possibly mixed input text, and the text-transform="uppercase" seems to generate a not supported warning, this used to work in .12, am I doing something wrong ? fo:block font-family="serif" text-align="centered" font-size="18pt"

Re: test suite

2001-06-21 Thread Arved_37
Quoting Fotis Jannidis [EMAIL PROTECTED]: From Cafe con Leche the xml website maintained by Elliotte Rusty Harold: The United States National Institute for Standards and technology (NIST) has published published several hundred tests for XSLT, XPath, and XSL Formatting Objects. These

Re: Redesign ideas

2001-06-21 Thread Arved_37
Quoting Karen Lease [EMAIL PROTECTED]: [ SNIP ] FOP REDESIGN This is all focused on layout and should be fairly independent of the work mentioned above. We can think of layout proceeding in two parallel but interdependent processes, one of which is block oriented and the other of which is

cvs commit: xml-fop/src/org/apache/fop/layout/hyphenation Hyphenator.java

2001-06-21 Thread kellyc
kellyc 01/06/21 11:05:10 Modified:src/org/apache/fop/apps Options.java src/org/apache/fop/layout/hyphenation Hyphenator.java Log: Added patch for loading config via Thread ContextClassLoader PR: 2255 Submitted by: Davanum Srinivas Revision ChangesPath

Code conventions

2001-06-21 Thread Jeremias Maerki
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 prohibiting the use tabs, use an indentation level of 4 spaces

column span

2001-06-21 Thread M Annamalai
hi, We are designing a IT return form in PDF using XSLT to convert input xml file to XML:FO file. We have problem in spanning the rows or columns. It will be extremely useful, if you give us some examples which describes the row span and column span. we are using

height in table-row doesn't work in FOP 0.19

2001-06-21 Thread Heiko Barthel
Is it a bug or is it still not implemented ? another problem I have: ... fo:table-cellfo:block line-height=2cm//fo:table-cell ... line-height has no affect if the block contains no text. the following example works fine: ... fo:table-cellfo:block line-height=2cmHallo/fo:block/fo:table-cell

height in table-row doesn't work in FOP 0.19

2001-06-21 Thread Heiko Barthel
Is it a bug or is it still not implemented ? another problem I have: ... fo:table-cellfo:block line-height=2cm//fo:table-cell ... line-height has no affect if the block contains no text. the following example works fine: ... fo:table-cellfo:block line-height=2cmHallo/fo:block/fo:table-cell

Re: test suite

2001-06-21 Thread David_Marston
Allow me to clarify: These test suites (XML, XSL:T, XSL:FO) are coming from OASIS. NIST is contributing test cases to the effort, and Lotus/IBM is contributing XSLT cases through me. See http://www.oasis-open.org/committees/committees.shtml for a list of the OASIS Technical Committees. (I don't

Re: test suite

2001-06-21 Thread Shane_Curcuru
It's great to see such detailed tests coming out of various standards bodies! For more info on the XSLT tests (not necessarily the FO tests) you can look at xml-xalan/test/tests/conf, many of which will likely be submitted as part of the XSLT NIST tests by our xml-xalan conformance testing guru

Re: height in table-row doesn't work in FOP 0.19

2001-06-21 Thread Denis Perchine
On Thursday 21 June 2001 20:54, you wrote: Is it a bug or is it still not implemented ? Actually not implemented. But you can apply a patch by Ivan Demakov. See his mail on the list from 18 Jun 2001 16:39:47 +0700. another problem I have: ... fo:table-cellfo:block

When is the next formal release of FOP?

2001-06-21 Thread Qi Chen
Title: When is the next formal release of FOP? Can anyone tell me when next release of FOP (0.18.2) will be? Thanks -Qi Chen