On the contrary, I feel patches/fixes shouldnt be posted to the entire
mailing-list. Probably all the committers should have one alias, and one
could use that. Big patches like the one I have made will waste a lot of
bandwidth being forwarded to thousands of people.
seshadri
- Original Mess
Column spans are supported (number-colmuns-spanned="X") but row spans are
not yet supported.
Venu Reddy
-Original Message-
From: Cho [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 4:08 PM
To: [EMAIL PROTECTED]
Subject: Re: column span
You may try to use nested table.
M Anna
You may try to use nested table.
M Annamalai wrote:
> 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
> t
I am using the 1.7 version to get fop to show the table border.
Denis Perchine wrote:
> 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 2
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
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:
>
> ...
>
> ...
>
> line-height has no affect if the
I am not sure if I have the syntax exactly correct (and I do not have FOP
installed on my Windows 2000 or NT workstations at the moment), but in the
past I have successfully printed directly to a network printer, just by
opening a file stream to it. For example in your example only the first line
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
[
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 kn
Is it a bug or is it still not implemented ?
another problem I have:
...
...
line-height has no affect if the block contains no text.
the following example works fine:
...
Hallo
...
Can anybody help please ? Or can anybody give me an advise if there is an
FOP version where the first sample w
Is it a bug or is it still not implemented ?
another problem I have:
...
...
line-height has no affect if the block contains no text.
the following example works fine:
...
Hallo
...
Can anybody help please ? Or can anybody give me an advise if there is an
FOP version where the first sample w
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 org.apache.fop.app
Use astyle (astyle.sourceforge.net) to style the code any way you want. If
your platform isn't supported by astyle, then use jstyle (don't have the
URL).
Jakarta has coding conventions, Avalon has coding conventions, and I believe
the XML project has coding conventions. I don't recall whether the
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
Scott,
I'm not seeing any problems due to this redirect change with the FOP build
currently. What was the problem you were seeing?
-Kelly
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 19, 2001 3:14 PM
> To: [EMAIL PROTECTED]
> Cc: Fop-De
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2255
*** shadow/2255 Wed Jun 20 13:40:54 2001
--- shadow/2255.tmp.11005 Thu Jun 21 11:05:41 2001
***
*** 2,9
| [Patch] Load required file using the Context Class Loader (needed for Coco |
+---
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
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 w
Also +1. I haven't personally focused a lot of attention on line-stacking, to
include leading calculation, other than to observe that we don't exactly _have_
a line-stacking-strategy, other than a de facto one that seems to meet the
partial requirements for 2 possibilities. :-) I'm not sanguine ov
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 Obje
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 ?
John H. Wyman5160 Darry LaneDublin, OH
43016(614)-889-0698[EMAIL PROTE
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 circumstan
+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 c
keiron 01/06/21 07:58:25
Modified:src/org/apache/fop/svg SVGElement.java
Log:
removed unneeded code
Revision ChangesPath
1.5 +1 -25 xml-fop/src/org/apache/fop/svg/SVGElement.java
Index: SVGElement.java
===
keiron 01/06/21 07:33:23
Modified:src/org/apache/fop/svg XMLObj.java
Log:
added a few extra useful methods
Revision ChangesPath
1.2 +47 -5 xml-fop/src/org/apache/fop/svg/XMLObj.java
Index: XMLObj.java
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
=
keiron 01/06/21 07:21:20
Modified:src/org/apache/fop/image FopImageFactory.java
Log:
trys to get the reference from baseDir + ref path
Revision ChangesPath
1.18 +3 -11 xml-fop/src/org/apache/fop/image/FopImageFactory.java
Index: FopImageFactory.java
keiron 01/06/21 07:18:12
Modified:docs/examples/fo images.fo
Log:
images are relative to where the doc is
rather than an arbitrary location
Revision ChangesPath
1.11 +4 -4 xml-fop/docs/examples/fo/images.fo
Index: images.fo
===
keiron 01/06/21 06:35:11
Modified:src/org/apache/fop/tools/anttasks Fop.java
Log:
handles baseDir (with a capital D)
properly as suggested by
Anthony Tagunov <[EMAIL PROTECTED]>
Revision ChangesPath
1.7 +132 -172 xml-fop/src/org/apache/fop/tools/anttasks/Fop.
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
=
> 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
> 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 copyri
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:
>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 will eventually be
integrated into the offic
Sure , the extent of xsl-region-bottom shoud be equal to margin-bottom of
xls-region-body !
- Original Message -
From: "Petr Andrs" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 21, 2001 1:26 PM
Subject: Re: Aligning the footer to bottom of page
> As I understand the
Hello Petr,
Thursday, June 21, 2001, 2:26:37 PM, you wrote:
PA> I rendered your file succesfully on my Celeron 700 with 384 MB of RAM
PA> and WinNT SP 6a and java -Xmx512MB. According to task manager's
PA> processes tab java.exe took 172000kB of memory and memory usage in
PA> performance tab
As I understand the CR, it seems to me quite strange to specify extent
on region-before or region-after larger than apropriate margins on
region-body. If this rule is violated I can't imagine how areas should
be layed out. Maybe this causes some of your problems.
pa
On 20 Jun 2001, at 13:49 W
I rendered your file succesfully on my Celeron 700 with 384 MB of RAM
and WinNT SP 6a and java -Xmx512MB. According to task manager's
processes tab java.exe took 172000kB of memory and memory usage in
performance tab grown by 20kB. So you should allow java to take
more memory by starting j
Hi Erik,
I don't succeed in solving the same problem. Only for non-dynamic content
you can align the text on the bottom using space-before="10pt"
(size=type-size).
Greetings from Hamburg
Andrea
you wrote:
Hi all,
I've encountered difficulties using alignment within tables rows.
I attached a m
Hi Andrea,
which version of fop you're using? In version 0.19.0 text wrapping in table cells
works fine for me.
Please have a look at my mail regarding cell alignment I sent yesterday (I attached a
copy to this mail).
If you execute the example you should see the correct text wrapping in the ta
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 PROTE
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 follo
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 proba
Hello,
I tried to put dynamic i.e. page dependent content in the footer.
But so far without success. Anybody knows whether this is possible at all ?
After all FOP is capable of placing page numbers dynamically in the
footer...
Thanks for hints.
Falk
-
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?
Chris,
I doubt that you could do everything with xsl and even if you could then it
would probably be very messy.
The xml is simple, i
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 thi
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
Hi
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 streams.
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 inte
Hello Seshadri,
Friday, June 22, 2001, 7:59:48 AM, you wrote:
SGK> Yup, I have sent it to Arved, for committing. I can post u a copy if u want.
SGK> seshadri
SGK> - Original Message -
SGK> From: <[EMAIL PROTECTED]>
SGK> To: <[EMAIL PROTECTED]>; Eugene Nedzvetsky <[EMAIL PROTECTED]>
SG
50 matches
Mail list logo