You're right,
name="basic"> is just
named and
later on referenced
by
reference="basic">
will do the trick
thanks a lot
markus
> -Original Message-
> From: Arved Sandstrom [mailto:[EMAIL PROTECTED]
> Sent: April 24, 2002 6:38 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Spaces and precedence
>
>
> > -Original Message-
> > From: J.Pietschmann [mailto:[EMAIL PROTECTED]
> > Sent: April 24, 2002 5:17 PM
> > To: [E
> -Original Message-
> From: J.Pietschmann [mailto:[EMAIL PROTECTED]
> Sent: April 24, 2002 5:17 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Spaces and precedence
>
> Ralf Steppacher wrote:
> > I have a short question about spaces and precedences:
> > What I want is to suppress additional spa
Eric Smith wrote:
Is there a way to get xml escaped characters to render in svg's?
All my xml escapes of foreign language chars in svg's render as
literal question marks. (The same escapes render fine when in xsl:fo).
I suppose you mean character references, like •.
You can try to select a font wh
[EMAIL PROTECTED] wrote:
I'm attempting to add a font to my userconfig.xml file. I'm using fop
version 0.20.1.
Unless you have reasons to stay with 0.20.1, you
should upgrade to 0.20.3.
BUT -
Obviously I'd like to have more control where I put my font and metric
files so I've attempted numerous wa
Emma Larsson wrote:
Ok.. But then I have to set these attributes for each cell in each row? There is now way to
set the border on the entire row at once?
Yes, setting border properties on a row is not implemented,
one reason being a pending clarification of the spec.
You have to set the border att
Sam Prokop wrote:
Thanx, it works, but i get the following Error:
[ERROR]: unknown font dialog,italic,bold so defaulted font on any
I have no trouble with sans-serif fonts. Does it work if
you switch off bold and italics?
(by the way i tried font-family:helvetica, too)
Try "Helvetica" (capi
David Calles wrote:
I have a table and with FOP, I try to make a vertical alignement of the text
Although the sintaxis is accepted by FOP, the text is not vertically
centerd on the cell. I have tried to put the vertical-align=iddle" in the
, in the and in the and it is
always the same.
The vert
Pierre-Yves Chauveau wrote:
I would like to use a marker that can be retrieved from a different
page, ie till I don't get a new title I want the same title rendered in
the footer part.
So I used marker and retrieve marker but I get a NPE
The current implementation can only get markers from the s
Ingo Bruell wrote:
JP> http://marc.theaimsgroup.com/?l=fop-dev&m=101914568126394&w=2
I have tried that, the linefeeds are preserved but the text is
reformatted and aligned to one site. Is there a way to leave things as
they are ?
Setting white-space-collapse to false works for me. Did
you use a m
Xavier DAMAY wrote:
I understood and succeeded with multi-column body region, but it didn't
fit my needs. In fact I need multi column in block containers or tables,
because i need two columns on the left and a third one completly
independant in the right in a page and i need a two columns area a
Ralf Steppacher wrote:
I have a short question about spaces and precedences:
What I want is to suppress additional space if one headline directly
follows another.
To achieve this I wrote the template with FOs below but it does not work
(I played a bit with attributes and values and could not fin
I'm attempting to add a font to my userconfig.xml file. I'm using fop
version 0.20.1.
I've followed the directions at apache for adding fonts -
http://xml.apache.org/fop/fonts.html
I'm using VisualAge for Java running in the Websphere test environment on
windows 2000.
In my Java I've specified
Is there a way to get xml escaped characters to render in svg's?
All my xml escapes of foreign language chars in svg's render as
literal question marks. (The same escapes render fine when in xsl:fo).
help ...
--
Eric Smith
Hi Devendra,
DT> I remember having changed the value of the "alignment" parameter in the
DT> param.xsl file to the value "left".
DT> Thus the alignment parameter im my file is now:
DT> left
DT> This changes the default alignment to left and should solve your problem.
DT> This is not a FOP issue
Hi Ingo,
I remember having changed the value of the "alignment" parameter in the
param.xsl file to the value "left".
Thus the alignment parameter im my file is now:
left
This changes the default alignment to left and should solve your problem.
This is not a FOP issue ;-)
Regards,
Devendra
Hi,
i am using docbook to generate a book and have the problem that my
programlistings (examples) will not look as i have entered.
Docbook generates the following fo's:
--- snip ---
<[EMAIL PROTECTED] uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<[EMAIL PROTECTED] uri="/WEB-INF/struts-
Hi,
When I try to put an image in a cell of a table, and I don't specify any
dimensions (width="" and height=""), because I don't know them, the image
gets the maximum space it can in the cell.
Is it exists any parameter to use with external-graphic to format images
with the original size?
Thank
Thanks for your help. It works as you say.
-Mensaje original-
De: J.Pietschmann [mailto:[EMAIL PROTECTED]
Enviado el: martes, 23 de abril de 2002 21:10
Para: [EMAIL PROTECTED]
Asunto: Re: Problems with FOP and XML/XSL
Ramon Maria Gallart wrote:
> ...I'm getting an error message when i t
Buonincontri, Steve (CAP, MMF, ITSS) wrote:
Any of you folks know of good tools to do XML Schema design and XSLT development?
xml spy (xmlspy.com) is not bad tool. It even works with
fop.
--
Oleg Tkachenko
Multiconn International, Israel
Hi,
I would like to use a marker that can be retrieved
from a different page, ie till I don't get a new title I want the same title
rendered in the footer part.
So I used marker and retrieve marker but I get a
NPE
If I put retrieve-boundary="page", it works on the
first page but on the secon
Hi David,
as of FOP release 0.20 I experienced many of the fo:table* attributes not to
work as before. My usual workaround for a task like the mentioned is to
place fo:blocks within the fo:table-cells and apply the formatting to the
block. Con: more code. Pro: table structures have a somewhat clea
Did you try display-align?
Brian
-Original Message-
From: David Calles [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 24, 2002 10:12 AM
To: [EMAIL PROTECTED]
Subject: How to use vertical-align="middle" in a table
Hi,
I have a table and with FOP, I try to make a vertical alignement of
Hello Everybody,
for my application I created output from FOP to multipage TIFF images.
I have a need in this format to fax documents, created by FOP.
I think FOP developers can be interested in possibility to add to existing
output formats the formats supported by
Java Advanced Imaging (JAI)
Any of you folks know of good tools to do XML Schema design and XSLT
development?
-sb
Hi,
I have a table and with FOP, I try to make a vertical alignement of the text
Although the sintaxis is accepted by FOP, the text is not vertically
centerd on the cell. I have tried to put the vertical-align="middle" in the
, in the and in the and it is
always the same.
I don't specify the h
Markus,
Could it be that you haven't completely fixed the
master-name/master-reference issues?
simple-page-master master-name
page-sequence-master master-name
simple-page-master-reference master-reference
repeatable-page-master-reference master-reference
conditional-page-master-referenc
Hi,
example given, should result in an alternating odd/even layout by
referencing the page-sequence-master with the master-reference="basic" but
will show:
[INFO]: FOP 0.20.3
[INFO]: building formatting object tree
[ERROR]: 'master-reference' for 'fo:page-sequence'matches no
'simple-page-master
'
Emma Larsson wrote:
I want to add a border after each fo:table-row in my fo:table. Is this possible?
The proper attribute is "border-bottom", but AFAIK the border
atribute for table-row is not implemented yet so you must use
border-bottom="..." for each cell in row.
But may be I am wrong, I
Ok.. But then I have to set these attributes for each cell in each row? There
is now way to
set the border on the entire row at once?
/Emma
- Original Message -
From: "Magnus Sjöberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 24, 2002 2:50 PM
Subject: Re: Borde
You want to specify these attributes for the fo:table-cell
element:
border-start-style="solid"
border-start-color="black"
border-start-width="1pt"
border-top-style="solid"
border-top-color="black"
border-top-width="1pt"
border-end-style="solid"
border-end-width="1pt"
border-end-color="blac
Hi,
I want to add a border after each fo:table-row in my fo:table. Is this possible?
/Emma
I put this in my
Page no:
of
where the last block in the document looks like this
Hope this helps
Ian
At 12:54 PM 4/24/2002 +0200, you wrote:
Hello,
I want to write something like "page x of y" where y is the
number of pages in
my document.
"x" is generated by "" but how
do I get "y
Hello,
I want to write something like "page x of y" where y is the number of pages in
my document.
"x" is generated by "" but how do I get "y"??
Harald
Hi,
can somebody provide the structure for a simple alternating page layout
(odd/even)? My previous working example broke with 0.20.3, could be halfway
fixed, but doesn't alternate anymore, because I am only able to reference
simple-page-master's in page-sequence, and not page-sequence-master's, wh
It looks like the last version which works with Java 1.1 is Fop-0.18.1.
Fop 0.19.x did not work with Java 1.1.
Thanks for your help.
Barbara
> From: [EMAIL PROTECTED]
> Reply-To: [EMAIL PROTECTED]
> Date: Mon, 22 Apr 2002 15:53:35 -0500
> To: [EMAIL PROTECTED]
> Subject: Re: FOP on JDK 1.1
>
>
Thanx, it works, but i get the following Error:
[ERROR]: unknown font dialog,italic,bold so defaulted font on any
this is my code:
http://www.w3.org/2000/svg";>
Fonts
text
--- this text is defaulted
is this a limitation of this strokesvgte
> I have a table that spans several pages in my document. I want to
> have the table header repeated on every page that the table spans.
> How is it done?
Use a fo:table-header.
http://www.w3.org/TR/xsl/slice6.html#fo_table-header
Ralf
Thank you very much for your response,
I understood and succeeded with multi-column body region, but it didn't
fit my needs. In fact I need multi column in block containers or tables,
because i need two columns on the left and a third one completly
independant in the right in a page and i need a
I have a table that spans several pages in my document. I want to have the
table header repeated on every page that the table spans. How is it done?
Harald
I'd say this is Cooktop: it supports a number of XSLT processors (Xalan,
Saxon, XT, MSXML etc.)
and FOP, allows template definition, Codebits definition (so you can select
bits of code from a menu).
Best of it all is that configuration is done in XML files :-).
Check out http://www.xmlcooktop.
Josh,
There was a change in the spec. Page-masters (like simple-page-master)
have a master-name. Things that refer to page-masters (like
page-sequence) now have a master-reference instead of a master-name. You
will have to change your fo:s and whatever is generating them to conform.
Peter
Josh
Hi all
I've updated my version of FOP to 0.20.3 (from Fop 0.20.1) and
immediately got an issue with an existing .fo which was working nicely
for a while there.
The error I'm getting when kicking FOP into gear is:
[INFO]: FOP 0.20.3
[INFO]: building formatting object tree
[ERROR]: 'master-referen
43 matches
Mail list logo