wrapping xsl-region-after

2003-03-17 Thread Louis . Masters
This may seem like a strange request, but I have a user asking if the
footer (xsl-region-after) of a report page can wrap to the next page if
there is too much data to fit into the context area.  The only solution I
could come up with would be moving the footer information into the
xsl-region-body, but this will yield strange results when the actual detail
data also wraps.

Just thought I would throw it out there to see if anyone else has run into
something like this.

-Lou



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svg as external graphic does not get scaled?

2003-03-17 Thread phillip rhodes
Using fop-0.20.5rc2
I am using the external-graphic object to includes graphs.  If I use a svg,
it does not get scaled.  My graphs scale fine if I use other image formats.

The SVG does get displayed, but it appears very large.
There is a height and width attribute in the svg.

   fo:external-graphic
src=http://test.rhoderunner.com/hra/chart?val=xamp;categories=March+2003a
mp;chartValues=16amp;chartType=2amp;showLegend=falseamp;title=Diabetesam
p;series=Diabetesamp;pdf=0amp;format=svg content-height=4cm
content-width=12cm height=4cm width=12cm /


Is this something that is not supported?  Thoughts?






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Page headers and footers

2003-03-17 Thread Louis . Masters

Without trying your code, I have seen some strange page numbers when the
data in the extent is too big and causes the header to wrap on to the next
page.  As a test, set the size of the header to be very large and see if
your page numbers start working.

-Lou





Granchak, Tanya [EMAIL PROTECTED] on 03/14/2003 08:07:14

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:

Subject:  Page headers and footers

Hello!
I'm using Fop 0.20.5. I use the following fo:page-sequence-master for the
page sequence:

fo:simple-page-master master-name=DefaultPage-first margin-top=0.5in
margin-bottom=0.5in margin-left=1in margin-right=1in
page-height=11in page-width=8.5in
 fo:region-body margin-top=0.3in
margin-bottom=0.5in/fo:region-body
 fo:region-before region-name=xsl-region-before-first extent=0.4in
display-align=before/fo:region-before
 fo:region-after region-name=xsl-region-after-first extent=0.4in
display-align=after/fo:region-after
/fo:simple-page-master
fo:simple-page-master master-name=DefaultPage-rest margin-top=0.5in
margin-bottom=0.5in margin-left=1in margin-right=1in
page-height=11in page-width=8.5in
 fo:region-body margin-top=0.3in
margin-bottom=0.5in/fo:region-body
 fo:region-before region-name=xsl-region-before extent=0.4in
display-align=before/fo:region-before
 fo:region-after region-name=xsl-region-after extent=0.4in
display-align=after/fo:region-after
/fo:simple-page-master
fo:page-sequence-master master-name=DefaultPage
 fo:repeatable-page-master-alternatives
  fo:conditional-page-master-reference
master-reference=DefaultPage-first page-position=first
  /fo:conditional-page-master-reference
  fo:conditional-page-master-reference
master-reference=DefaultPage-rest page-position=rest
 /fo:conditional-page-master-reference
 /fo:repeatable-page-master-alternatives
/fo:page-sequence-master

fo:page-sequence contains:

fo:page-sequence id=XSLTbook120120 hyphenate=true
master-reference=DefaultPage language=en format=1
 fo:static-content flow-name=xsl-region-after-first
 fo:block font-family=serif margin-left=-4pc margin-right=-4pc
  /fo:block
 /fo:static-content
 fo:static-content flow-name=xsl-region-after
  fo:block font-family=serif margin-left=-4pc
margin-right=-4pc
   fo:table table-layout=fixed width=100%
border-top-width=0.5pt border-top-style=solid border-top-color=black
   fo:table-column column-number=1
column-width=33%/fo:table-column
   fo:table-column column-number=2
column-width=34%/fo:table-column
   fo:table-column column-number=3
column-width=33%/fo:table-column
   fo:table-body
fo:table-row height=14pt
 fo:table-cell text-align=left
relative-align=baseline display-align=after
  fo:block
  fo:block/fo:block
  /fo:block
 /fo:table-cell
 fo:table-cell text-align=center
relative-align=baseline display-align=after
  fo:block
  fo:block
  fo:page-number/fo:page-number
  /fo:block
  /fo:block
 /fo:table-cell
 fo:table-cell text-align=right
relative-align=baseline display-align=after
  fo:block
  fo:block/fo:block
  /fo:block
 /fo:table-cell
/fo:table-row
   /fo:table-body
   /fo:table
  /fo:block
 /fo:static-content
fo:flow flow-name=xsl-region-body
..

Page numbers are generated for the pages: 2, 5, 8, 11, and so on. It is
incorrect. What is the reason for the problem?

Regards,
Tanya Granchak



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANNOUNCEMENT] OKI dot-matrix renderer available for download

2003-03-17 Thread Mirko Sertic
Hello fop users !

Finally, it has been done : our renderer to generate output for oki dot
matrix printers is gone open source as part of the mogwai project on
sourceforge.net. The current release can be downloaded at
http://mogwai.sourceforge.net .

This renderer generates escape sequences which can be directly send to the
matrix printer. Thus, the data is not printed pixel-per-pixel like printing
with acrobat. The printing process is really speeded up.

The release 0.1 has the following limitations :

1. No graphics and no svg is supported.
2. There are only two font sizes ( normal and double-height, double-width )
3. Only horizontal lines are supported. Vertical lines are cut away.

This renderer has been used in production environment, and it fits our needs
very well. The few limitations are no real problem, because the printing is
done on pre-printed business paper, so there is no need for lines and the
artwork.

Making this renderer available is our way to say thank you to the
community.
All the developers of the fop team have done a real great work. Thanks a
lot.

I hope that this renderer is also usefull for other people. If there are any
problems, don't hesitate to contact me.

Happy coding!

Mirko Sertic


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Embedding fonts!

2003-03-17 Thread Uwe Klosa
Hi,

I'm using embedded fonts in fop. That is working fine. But if I want to edit
the resulting pdf files with Acrobat, the font names aren't correct in the
file. I'm getting 1Eec24TimesNewRoman or 2Ef1d7TimesNewRoman where it should
be TimesNewRoman. Why creates fop theses font names? Has anyone tried do
edit the resulting pdf files?

Regards Uwe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Embedding fonts!

2003-03-17 Thread Dennis Myrén
That is the correct behavior.
I am not sure, but I think these six leading characters are placed in front of 
the font name to ensure the embedded font will be used in the document, and not 
the font installed on the machine with the same name.

Regards,
Dennis

-Original Message-
From: Uwe Klosa [mailto:[EMAIL PROTECTED] 
Sent: 17. mars 2003 11:33
To: fop-dev@xml.apache.org; [EMAIL PROTECTED]
Subject: Embedding fonts!

Hi,

I'm using embedded fonts in fop. That is working fine. But if I want to edit
the resulting pdf files with Acrobat, the font names aren't correct in the
file. I'm getting 1Eec24TimesNewRoman or 2Ef1d7TimesNewRoman where it should
be TimesNewRoman. Why creates fop theses font names? Has anyone tried do
edit the resulting pdf files?

Regards Uwe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SV: Embedding fonts!

2003-03-17 Thread Uwe Klosa
But how to create pdf files that are editable with Acrobat then?

Regards,
Uwe

-Ursprungligt meddelande-
Från: Dennis Myrén [mailto:[EMAIL PROTECTED] 
Skickat: den 17 mars 2003 11:57
Till: [EMAIL PROTECTED]; Klosa Uwe
Ämne: RE: Embedding fonts!

That is the correct behavior.
I am not sure, but I think these six leading characters are placed in front
of the font name to ensure the embedded font will be used in the document,
and not the font installed on the machine with the same name.

Regards,
Dennis

-Original Message-
From: Uwe Klosa [mailto:[EMAIL PROTECTED] 
Sent: 17. mars 2003 11:33
To: fop-dev@xml.apache.org; [EMAIL PROTECTED]
Subject: Embedding fonts!

Hi,

I'm using embedded fonts in fop. That is working fine. But if I want to edit
the resulting pdf files with Acrobat, the font names aren't correct in the
file. I'm getting 1Eec24TimesNewRoman or 2Ef1d7TimesNewRoman where it should
be TimesNewRoman. Why creates fop theses font names? Has anyone tried do
edit the resulting pdf files?

Regards Uwe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Embedding fonts!

2003-03-17 Thread Dennis Myrén
I think Acrobat itself stores embedded fonts in this way.
The document should already be fully editable in Acrobat.

MVH Dennis



-Original Message-
From: Uwe Klosa [mailto:[EMAIL PROTECTED] 
Sent: 17. mars 2003 12:10
To: [EMAIL PROTECTED]
Subject: SV: Embedding fonts!

But how to create pdf files that are editable with Acrobat then?

Regards,
Uwe

-Ursprungligt meddelande-
Från: Dennis Myrén [mailto:[EMAIL PROTECTED] 
Skickat: den 17 mars 2003 11:57
Till: [EMAIL PROTECTED]; Klosa Uwe
Ämne: RE: Embedding fonts!

That is the correct behavior.
I am not sure, but I think these six leading characters are placed in front
of the font name to ensure the embedded font will be used in the document,
and not the font installed on the machine with the same name.

Regards,
Dennis

-Original Message-
From: Uwe Klosa [mailto:[EMAIL PROTECTED] 
Sent: 17. mars 2003 11:33
To: fop-dev@xml.apache.org; [EMAIL PROTECTED]
Subject: Embedding fonts!

Hi,

I'm using embedded fonts in fop. That is working fine. But if I want to edit
the resulting pdf files with Acrobat, the font names aren't correct in the
file. I'm getting 1Eec24TimesNewRoman or 2Ef1d7TimesNewRoman where it should
be TimesNewRoman. Why creates fop theses font names? Has anyone tried do
edit the resulting pdf files?

Regards Uwe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: [ANNOUNCEMENT] OKI dot-matrix renderer available for download

2003-03-17 Thread Mirko Sertic
Hi!

Yes, a third - party page with links would be cool !
By the way, i forgot to make a link to the fop page on our site.
This will be done soon.

Cheers

Mirko

-Ursprungliche Nachricht-
Von: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 17. Marz 2003 11:59
An: [EMAIL PROTECTED]
Betreff: Re: [ANNOUNCEMENT] OKI dot-matrix renderer available for
download


Mirko Sertic wrote:

 Finally, it has been done : our renderer to generate output for oki dot
 matrix printers is gone open source as part of the mogwai project on
 sourceforge.net. The current release can be downloaded at
 http://mogwai.sourceforge.net .
Good news, Mirko!
I believe it's worth to create another page on the FOP site about third
party
FOP plugins/renderers etc.

--
Oleg Tkachenko
Multiconn Technologies, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SV: Embedding fonts!

2003-03-17 Thread Uwe Klosa
No, that is not correct, after what my tests with word and acrobat showed.
If I embed Times New Roman the name in the PDF file is TimesNewRoman.
Perhaps should I have a look at the source and try out something.

Mvh Uwe

-Ursprungligt meddelande-
Från: Dennis Myrén [mailto:[EMAIL PROTECTED] 
Skickat: den 17 mars 2003 12:24
Till: [EMAIL PROTECTED]; Klosa Uwe
Ämne: RE: Embedding fonts!

I think Acrobat itself stores embedded fonts in this way.
The document should already be fully editable in Acrobat.

MVH Dennis



-Original Message-
From: Uwe Klosa [mailto:[EMAIL PROTECTED] 
Sent: 17. mars 2003 12:10
To: [EMAIL PROTECTED]
Subject: SV: Embedding fonts!

But how to create pdf files that are editable with Acrobat then?

Regards,
Uwe

-Ursprungligt meddelande-
Från: Dennis Myrén [mailto:[EMAIL PROTECTED] 
Skickat: den 17 mars 2003 11:57
Till: [EMAIL PROTECTED]; Klosa Uwe
Ämne: RE: Embedding fonts!

That is the correct behavior.
I am not sure, but I think these six leading characters are placed in front
of the font name to ensure the embedded font will be used in the document,
and not the font installed on the machine with the same name.

Regards,
Dennis

-Original Message-
From: Uwe Klosa [mailto:[EMAIL PROTECTED] 
Sent: 17. mars 2003 11:33
To: fop-dev@xml.apache.org; [EMAIL PROTECTED]
Subject: Embedding fonts!

Hi,

I'm using embedded fonts in fop. That is working fine. But if I want to edit
the resulting pdf files with Acrobat, the font names aren't correct in the
file. I'm getting 1Eec24TimesNewRoman or 2Ef1d7TimesNewRoman where it should
be TimesNewRoman. Why creates fop theses font names? Has anyone tried do
edit the resulting pdf files?

Regards Uwe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: Embedding fonts!

2003-03-17 Thread Müller, Markus
Sorry, if this is a duplicate mail, but it seems the original one was
dropped anywhere out there ...

Hi,

How did you create your font metrics file? Did you use the option -enc
ansi and set the font name explicitly?
What system are you using?

Markus

$ -Ursprüngliche Nachricht-
$ Von: Uwe Klosa [mailto:[EMAIL PROTECTED] 
$ Gesendet: Montag, 17. März 2003 13:16
$ An: [EMAIL PROTECTED]
$ Betreff: SV: Embedding fonts!
$ 
$ 
$ No, that is not correct, after what my tests with word and 
$ acrobat showed.
$ If I embed Times New Roman the name in the PDF file is TimesNewRoman.
$ Perhaps should I have a look at the source and try out something.
$ 
$ Mvh Uwe
$ 
$ -Ursprungligt meddelande-
$ Från: Dennis Myrén [mailto:[EMAIL PROTECTED] 
$ Skickat: den 17 mars 2003 12:24
$ Till: [EMAIL PROTECTED]; Klosa Uwe
$ Ämne: RE: Embedding fonts!
$ 
$ I think Acrobat itself stores embedded fonts in this way.
$ The document should already be fully editable in Acrobat.
$ 
$ MVH Dennis
$ 
$ 
$ 
$ -Original Message-
$ From: Uwe Klosa [mailto:[EMAIL PROTECTED] 
$ Sent: 17. mars 2003 12:10
$ To: [EMAIL PROTECTED]
$ Subject: SV: Embedding fonts!
$ 
$ But how to create pdf files that are editable with Acrobat then?
$ 
$ Regards,
$ Uwe
$ 
$ -Ursprungligt meddelande-
$ Från: Dennis Myrén [mailto:[EMAIL PROTECTED] 
$ Skickat: den 17 mars 2003 11:57
$ Till: [EMAIL PROTECTED]; Klosa Uwe
$ Ämne: RE: Embedding fonts!
$ 
$ That is the correct behavior.
$ I am not sure, but I think these six leading characters are 
$ placed in front
$ of the font name to ensure the embedded font will be used in 
$ the document,
$ and not the font installed on the machine with the same name.
$ 
$ Regards,
$ Dennis
$ 
$ -Original Message-
$ From: Uwe Klosa [mailto:[EMAIL PROTECTED] 
$ Sent: 17. mars 2003 11:33
$ To: fop-dev@xml.apache.org; [EMAIL PROTECTED]
$ Subject: Embedding fonts!
$ 
$ Hi,
$ 
$ I'm using embedded fonts in fop. That is working fine. But 
$ if I want to edit
$ the resulting pdf files with Acrobat, the font names aren't 
$ correct in the
$ file. I'm getting 1Eec24TimesNewRoman or 2Ef1d7TimesNewRoman 
$ where it should
$ be TimesNewRoman. Why creates fop theses font names? Has 
$ anyone tried do
$ edit the resulting pdf files?
$ 
$ Regards Uwe
$ 
$ 
$ -
$ To unsubscribe, e-mail: [EMAIL PROTECTED]
$ For additional commands, e-mail: [EMAIL PROTECTED]
$ 
$ 
$ -
$ To unsubscribe, e-mail: [EMAIL PROTECTED]
$ For additional commands, e-mail: [EMAIL PROTECTED]
$ 
$ 
$ -
$ To unsubscribe, e-mail: [EMAIL PROTECTED]
$ For additional commands, e-mail: [EMAIL PROTECTED]
$ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



fo:table

2003-03-17 Thread Balaji Loganathan
Hi,
which option is better and fast for building a table? 

1.Construct one table with 8 rows, 2 columns.(most of
the rows have table inside table).

2.Construct 8 individual tables.(then insert table
inside table).

I hope my question is clear ??

Regards
Balaji

http://mobile.yahoo.com.au - Yahoo! Mobile
- Check  compose your email via SMS on your Telstra or Vodafone mobile.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: fo:table

2003-03-17 Thread MARTIN Franck
not really
- Original Message - 
From: Balaji Loganathan [EMAIL PROTECTED]
To: fop [EMAIL PROTECTED]
Sent: Monday, March 17, 2003 3:32 PM
Subject: fo:table


 Hi,
 which option is better and fast for building a table? 
 
 1.Construct one table with 8 rows, 2 columns.(most of
 the rows have table inside table).
 
 2.Construct 8 individual tables.(then insert table
 inside table).
 
 I hope my question is clear ??
 
 Regards
 Balaji
 
 http://mobile.yahoo.com.au - Yahoo! Mobile
 - Check  compose your email via SMS on your Telstra or Vodafone mobile.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



dynamic table

2003-03-17 Thread patrick-peter.mannhart
Hi,

does smoebody knows how I can generate dynamical Tables (esp. rows!) in XSL-FO? 
For ex. I def. a table with 4 columns, but the number of rows isn't well-known 
at the moment?

Thank's for help
regards
patrick

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: dynamic table

2003-03-17 Thread Jochen . Maes

do a xml-for each on the xmltag that specifies the table, when setting the
fo:column column-width and around the table-cells...
Jochen Maes
ICT Development


KBC Securities (kbcsecurities.com)
Havenlaan 12 Avenue du Port SIF 8683
B-1080 Brussels
Belgium

 Tel:  +32 2 429 96 81  

 GSM:  +32 496 57 90 99 

 E-mail :  [EMAIL PROTECTED] 





This message and any attachments hereto are for the named person's use
only. It may contain confidential, proprietary or legally privileged
information. You may not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. If you have received this e-mail message without being
the intended recipient, please notify KBC Securities promptly and delete
this e-mail. Any views expressed in this message are those of the
individual sender, except where the message states otherwise and the sender
is authorised to state them to be the views of KBC Securities. KBC
Securities reserves the right to monitor all e-mail communications through
its networks and any messages addressed to, received or sent by KBC
Securities or its employees are deemed to be professional in nature. The
sender or recipient of any messages to or of KBC Securities agrees that
those may be read by other employees of KBC Securities than the stated
recipient or sender in order to ensure the continuity of work-related
activities and allow supervision thereof. KBC Securities does not accept
liability for the correct and complete transmission of the information, nor
for any delay or interruption of the transmission, nor for damages arising
from the use of, or reliance on, the information.




patrick-peter.mannhar  

[EMAIL PROTECTED]To: [EMAIL 
PROTECTED] 
  cc:   

17/03/2003 16:09  Subject: dynamic table

Please respond to   

fop-user









Hi,

does smoebody knows how I can generate dynamical Tables (esp. rows!) in
XSL-FO? For ex. I def. a table with 4 columns, but the number of rows isn't
well-known at the moment?

Thank's for help
regards
patrick

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: dynamic table

2003-03-17 Thread Louis . Masters

Sample code for this below:

 xsl:for-each select=reportcols
  fo:table-column column-width=[EMAIL PROTECTED]/
 /xsl:for-each

-Lou





[EMAIL PROTECTED] on 03/17/2003 10:12:58

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:

Subject:  Re: dynamic table


do a xml-for each on the xmltag that specifies the table, when setting the
fo:column column-width and around the table-cells...
Jochen Maes
ICT Development


KBC Securities (kbcsecurities.com)
Havenlaan 12 Avenue du Port SIF 8683
B-1080 Brussels
Belgium

 Tel:  +32 2 429 96 81

 GSM:  +32 496 57 90 99

 E-mail :  [EMAIL PROTECTED]





This message and any attachments hereto are for the named person's use
only. It may contain confidential, proprietary or legally privileged
information. You may not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. If you have received this e-mail message without being
the intended recipient, please notify KBC Securities promptly and delete
this e-mail. Any views expressed in this message are those of the
individual sender, except where the message states otherwise and the sender
is authorised to state them to be the views of KBC Securities. KBC
Securities reserves the right to monitor all e-mail communications through
its networks and any messages addressed to, received or sent by KBC
Securities or its employees are deemed to be professional in nature. The
sender or recipient of any messages to or of KBC Securities agrees that
those may be read by other employees of KBC Securities than the stated
recipient or sender in order to ensure the continuity of work-related
activities and allow supervision thereof. KBC Securities does not accept
liability for the correct and complete transmission of the information, nor
for any delay or interruption of the transmission, nor for damages arising
from the use of, or reliance on, the information.



patrick-peter.mannhar

[EMAIL PROTECTED]To:
[EMAIL PROTECTED]
  cc:

17/03/2003 16:09  Subject: dynamic
table
Please respond to

fop-user







Hi,

does smoebody knows how I can generate dynamical Tables (esp. rows!) in
XSL-FO? For ex. I def. a table with 4 columns, but the number of rows isn't
well-known at the moment?

Thank's for help
regards
patrick

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: table

2003-03-17 Thread Rob Stote
Title: RE: table





Balaji


I did a quick test, I never nest tables, as a personal preference, easy to debug, read etc. FOP does say that the numbers produced from their debug statements should not be used comparatively. Hope this helps:

File attached


RESULTS FOR CALLED TABLES:


703 [main] DEBUG RenderPDF - Avg render time: 328ms/page
640 [main] DEBUG RenderPDF - Avg render time: 289ms/page
703 [main] DEBUG RenderPDF - Avg render time: 320ms/page
656 [main] DEBUG RenderPDF - Avg render time: 312ms/page
625 [main] DEBUG RenderPDF - Avg render time: 297ms/page
AVRG: 309.2ms/page


RESULTS FOR NESTED TABLES:


766 [main] DEBUG RenderPDF - Avg render time: 312ms/page
609 [main] DEBUG RenderPDF - Avg render time: 281ms/page
688 [main] DEBUG RenderPDF - Avg render time: 312ms/page
609 [main] DEBUG RenderPDF - Avg render time: 281ms/page
641 [main] DEBUG RenderPDF - Avg render time: 305ms/page
AVRG: 298.2ms/page


I hope this is what you are looking for.


Rob
-Original Message-
From: Balaji Loganathan [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 17, 2003 10:33 AM
To: fop
Subject: fo:table


Hi,
which option is better and fast for building a table? 


1.Construct one table with 8 rows, 2 columns.(most of
the rows have table inside table).


2.Construct 8 individual tables.(then insert table
inside table).


I hope my question is clear ??


Regards
Balaji


http://mobile.yahoo.com.au - Yahoo! Mobile
- Check  compose your email via SMS on your Telstra or Vodafone mobile.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







hockeycalledtable.xsl
Description: Binary data


hockey2nested.xsl
Description: Binary data


hockey2nested.xml
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

number-rows-spanned

2003-03-17 Thread Clay Leeds
I successfully use number-columns-spanned in my XSL-FO files. However, 
I can not figure out how to do number-rows-spanned correctly. I now 
see in the FOP:Implemented:Properties section, that 
number-columns-spanned is cited but number-rows-spanned is not. This 
may account for my difficulties.

Has the functionality for number-rows-spanned been added to FOP while 
the maintainer of the Implemented list was asleep (wishful 
thinking-to-be-sure). I wonder what other features have been added while 
no one was looking.

Is there some type of search engine in CVS which could be used to 
output Implemented list to ensure we're not missing some 
object|property that's been implemented, or is that wishful thinking too 
;-)?

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: number-rows-spanned

2003-03-17 Thread Louis . Masters

I use number-rows-spanned in 0.20.3:

fo:table-cell number-rows-spanned=2
/fo:table-cell

-Lou





Clay Leeds [EMAIL PROTECTED] on 03/17/2003 11:47:37

Please respond to [EMAIL PROTECTED]

To:   FOP-User [EMAIL PROTECTED]
cc:

Subject:  number-rows-spanned

I successfully use number-columns-spanned in my XSL-FO files. However,
I can not figure out how to do number-rows-spanned correctly. I now
see in the FOP:Implemented:Properties section, that
number-columns-spanned is cited but number-rows-spanned is not. This
may account for my difficulties.

Has the functionality for number-rows-spanned been added to FOP while
the maintainer of the Implemented list was asleep (wishful
thinking-to-be-sure). I wonder what other features have been added while
no one was looking.

Is there some type of search engine in CVS which could be used to
output Implemented list to ensure we're not missing some
object|property that's been implemented, or is that wishful thinking too
;-)?

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: number-rows-spanned

2003-03-17 Thread Clay Leeds
Lou,
Thanks for the quick reply. That's GREAT! A couple of questions:
1. Does it work in 0.20.4 and/or 0.20.5x?
2. Can you give me an example? I'd like to do something like this:
|===|
|   |   |   |
|   |   |   |
|   |   |   |
|===|   |
|   |   |   |
|   |   |   |
|   |   |   |
|===|
|   |   |
|   |   |
|   |   |
|===|
Many thanks!
[EMAIL PROTECTED] wrote:
I use number-rows-spanned in 0.20.3:
fo:table-cell number-rows-spanned=2
/fo:table-cell
-Lou

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


How can I generate a read-only PDF document

2003-03-17 Thread Bruno Antunes
Can i have and example of how can I generate a read-only PDF
document, using FOP.

--
Bruno Antunes



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I generate a read-only PDF document

2003-03-17 Thread Clay Leeds
Bruno,
I believe you'll either have to wait for the upcoming release of 0.20.5x 
(which is coming soon although I doubt we'll get a clearer release 
date than that ;-); or you can post-process your PDF files with 
pdfcrypt or something. HTH!

Bruno Antunes wrote:
Can i have and example of how can I generate a read-only PDF
document, using FOP.
--
Bruno Antunes
--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [ANNOUNCEMENT] OKI dot-matrix renderer available for download

2003-03-17 Thread Victor Mote
I have just added an entry to the Related/Useful Products section of the
resources page for the Mogwai project:
http://xml.apache.org/fop/resources.html

The change should appear the next time the web site is updated.

Victor Mote

 -Original Message-
 From: Mirko Sertic [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 17, 2003 4:41 AM
 To: [EMAIL PROTECTED]
 Subject: AW: [ANNOUNCEMENT] OKI dot-matrix renderer available for
 download


 Hi!

 Yes, a third - party page with links would be cool !
 By the way, i forgot to make a link to the fop page on our site.
 This will be done soon.

 Cheers

 Mirko

 -Ursprungliche Nachricht-
 Von: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
 Gesendet: Montag, 17. Marz 2003 11:59
 An: [EMAIL PROTECTED]
 Betreff: Re: [ANNOUNCEMENT] OKI dot-matrix renderer available for
 download


 Mirko Sertic wrote:

  Finally, it has been done : our renderer to generate output for oki dot
  matrix printers is gone open source as part of the mogwai project on
  sourceforge.net. The current release can be downloaded at
  http://mogwai.sourceforge.net .
 Good news, Mirko!
 I believe it's worth to create another page on the FOP site about third
 party
 FOP plugins/renderers etc.

 --
 Oleg Tkachenko
 Multiconn Technologies, Israel


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I generate a read-only PDF document

2003-03-17 Thread Clay Leeds
My bad. As for an example, I don't have one, but there's some pre-mature 
info on the FOP running page RE: the Args for creating PDF files:

http://xml.apache.org/fop/running.html
You may also be able to download the CVS version of FOP 0.20.5rc3 (?) 
and try it.

Clay Leeds wrote:
Bruno,
I believe you'll either have to wait for the upcoming release of 0.20.5x 
(which is coming soon although I doubt we'll get a clearer release 
date than that ;-); or you can post-process your PDF files with 
pdfcrypt or something. HTH!

Bruno Antunes wrote:
Can i have and example of how can I generate a read-only PDF
document, using FOP.
--
Bruno Antunes

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How can I generate a read-only PDF document

2003-03-17 Thread s-oualid
As read in FOP FAQ (http://xml.apache.org/fop/faq.html#PDF-postprocess) :

--
5.4. How do I add security features (encryption, disable printing) to my 
PDF document?^ 
FOP does not currently support this feature. Possible workarounds include 
those mentioned in the PDF Post-Processing FAQ. 

Some sample code for encrypting a FOP generated PDF with iText to get you 
started [...]

Check the iText tutorial and documentation for setting access flags, 
password, encryption strength and other parameters. 
--

Cheers,

Simon




Clay Leeds wrote:
 Bruno,
 
 I believe you'll either have to wait for the upcoming release of 0.20.5x 

 (which is coming soon although I doubt we'll get a clearer release 
 date than that ;-); or you can post-process your PDF files with 
 pdfcrypt or something. HTH!
 
 Bruno Antunes wrote:
 
 Can i have and example of how can I generate a read-only PDF
 document, using FOP.

 -- 
 Bruno Antunes


-- 
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: number-rows-spanned

2003-03-17 Thread Peter Solberg

You can achieve this table layout by using nested tables...

fo:tablefo:table-column/fo:table-column/fo:table-bodyfo:table-rowfo:table-cell!-- NESTED TABLE --
fo:tablefo:table-column/fo:table-column/fo:table-bodyfo:table-rowfo:table-cell/fo:table-cellfo:table-cell/fo:table-cell/fo:table-rowfo:table-rowfo:table-cell/fo:table-cellfo:table-cell/fo:table-cell/fo:table-row/fo:table-body/fo:table
/fo:table-cellfo:table-cell/fo:table-cell/fo:table-rowfo:table-rowfo:table-cell/fo:table-cellfo:table-cell/fo:table-cell/fo:table-row/fo:table-body/fo:table

From: Clay Leeds <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED] 
To: [EMAIL PROTECTED] 
Subject: Re: number-rows-spanned 
Date: Mon, 17 Mar 2003 08:57:05 -0800 
 
Lou, 
 
Thanks for the quick reply. That's GREAT! A couple of questions: 
 
1. Does it work in 0.20.4 and/or 0.20.5x? 
2. Can you give me an example? I'd like to do something like this: 
 
|===| 
| | | | 
| | | | 
| | | | 
|===| | 
| | | | 
| | | | 
| | | | 
|===| 
| | | 
| | | 
| | | 
|===| 
 
Many thanks! 
 
[EMAIL PROTECTED] wrote: 
I use "number-rows-spanned" in 0.20.3: 
 
 
 
 
-Lou 
 
 
-- 
Clay Leeds - [EMAIL PROTECTED] 
Web Developer - Medata, Inc. - http://www.medata.com 
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc 
 
 
- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 
Add photos to your messages with  MSN 8.  Get 2 months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: number-rows-spanned

2003-03-17 Thread Clay Leeds
Peter,
I appreciate the note. However, I'm already doing that and am instead 
interested in implementing a non-nested version as I am inclined to 
believe it will provide more optimized  efficient results. Rob Stote's 
e-mail earlier today showed a ~6% cut in processing time:

RESULTS FOR CALLED TABLES:
703 [main] DEBUG RenderPDF  - Avg render time: 328ms/page
640 [main] DEBUG RenderPDF  - Avg render time: 289ms/page
703 [main] DEBUG RenderPDF  - Avg render time: 320ms/page
656 [main] DEBUG RenderPDF  - Avg render time: 312ms/page
625 [main] DEBUG RenderPDF  - Avg render time: 297ms/page
AVRG: 309.2ms/page
RESULTS FOR NESTED TABLES:
766 [main] DEBUG RenderPDF  - Avg render time: 312ms/page
609 [main] DEBUG RenderPDF  - Avg render time: 281ms/page
688 [main] DEBUG RenderPDF  - Avg render time: 312ms/page
609 [main] DEBUG RenderPDF  - Avg render time: 281ms/page
641 [main] DEBUG RenderPDF  - Avg render time: 305ms/page
AVRG: 298.2ms/page
I realize this is somewhat subjective  limited testing (there may be 
correlations to platform, as well as other processes running), but I am 
looking for the most efficient solution possible. From my experience 
with Netscape and other web browsers (a different beast to be sure!) 
nested tables tend to exhibit significant load increases as tables are 
nested deeper  deeper.

Thank you again for the note (and the code!)
Respectfully,
Web Maestro Clay
Peter Solberg wrote:
You can achieve this table layout by using nested tables...

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: number-rows-spanned - Faster?

2003-03-17 Thread Clay Leeds
Is it faster to nest my fo:tables or to use number-rows-spanned to 
create more complicated tables?

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Installing to FOP / Tomcat

2003-03-17 Thread Adam Shelley
Hello,

I'm still trying to configure fop 0.20.4 to work with tomcat 4.1.18 but i am
unable to connect to
http://localhost:8080/fop/fop?fo=/home/path/to/fofile.fo on a win2k server.
I get an error 404 msg.  Surfing the net trying to figure out what i'm doing
wrong i came accross a post that identified that the web.xml file format in
the $CATALINA_HOME$/conf/ has been modified with the release of tomcat
4.1.18. http://www.jguru.com/forums/view.jsp?EID=1064694

The file itself seems to validate against the dtd:
java.sun.com/dtd/web-app_2_3.dtd but I'm not sure what is wrong.  Does one
of the servlet-mapping elements in web.xml have to be modified to load fop
correctly using this configuration?  I tried uncommenting the
servlet-mapping element with servlet-name = invoker but this didn't seem to
help.

!-- The mapping for the default servlet --
servlet-mapping
servlet-namedefault/servlet-name
url-pattern//url-pattern
/servlet-mapping

!-- The mapping for the invoker servlet --

!--
servlet-mapping
servlet-nameinvoker/servlet-name
url-pattern/servlet/*/url-pattern
/servlet-mapping
--

!-- The mapping for the JSP servlet --
servlet-mapping
servlet-namejsp/servlet-name
url-pattern*.jsp/url-pattern
/servlet-mapping

!-- The mapping for the SSI servlet --
!--
servlet-mapping
servlet-namessi/servlet-name
url-pattern*.shtml/url-pattern
/servlet-mapping
--

!-- The mapping for the CGI Gateway servlet --
!--
servlet-mapping
servlet-namecgi/servlet-name
url-pattern/cgi-bin/*/url-pattern
/servlet-mapping
--

Here is the web.xml file found in fop.war packaged with 0.20.4.  Notice that
this validates to another dtd.  I'm not sure that this holds any bearing on
my eror.  Could there be a configuration issue with these two configuration
files that are generating my error?

?xml version=1.0 encoding=ISO-8859-1?

!DOCTYPE web-app
PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd;

web-app
servlet
servlet-name
Fop
/servlet-name
servlet-class
FopServlet
/servlet-class
/servlet
servlet-mapping
servlet-name
Fop
/servlet-name
url-pattern
/fop
/url-pattern
url-pattern
/servlet/fop
/url-pattern
/servlet-mapping
/web-app

Any insight would be appreciated.  I've been struggling for a while trying
to get this up and running.

-Adam

-Original Message-
From: Adam Shelley [mailto:[EMAIL PROTECTED]
Sent: March 12, 2003 12:34 PM
To: [EMAIL PROTECTED]
Subject: RE: Installing to FOP / Tomcat


Hello, thanks for  the reply Phillip

I just reinstalled tomcat (to start from scratch) and placed the war file in
the webapps dir. This seemed to get processed right away then I copied the
supporting .jar files into the web-inf/lib directory.

This is from the log file.

2003-03-12 12:21:05 StandardHost[localhost]: Installing web application at
context path /fop from URL file:C:/Program Files/Apache Group/Tomcat
4.1/webapps/fop
2003-03-12 12:21:05 WebappLoader[/fop]: Deploying class repositories to work
directory C:\Program Files\Apache Group\Tomcat
4.1\work\Standalone\localhost\fop
2003-03-12 12:21:05 WebappLoader[/fop]: Deploy class files /WEB-INF/classes
to C:\Program Files\Apache Group\Tomcat 4.1\webapps\fop\WEB-INF\classes
2003-03-12 12:21:05 StandardManager[/fop]: Seeding random number generator
class java.security.SecureRandom
2003-03-12 12:21:05 StandardManager[/fop]: Seeding of random number
generator has been completed
2003-03-12 12:21:05 StandardWrapper[/fop:default]: Loading container servlet
default
2003-03-12 12:21:05 StandardWrapper[/fop:invoker]: Loading container servlet
invoker
2003-03-12 12:21:54 HTMLManager: list: Listing contexts for virtual host
'localhost'


This is from stderr.txt

INFO: Jk running ID=0 time=0/120  config=C:\Program Files\Apache
Group\Tomcat 4.1\conf\jk2.properties
Mar 12, 2003 12:21:05 PM org.apache.commons.digester.Digester error
SEVERE: Parse Error at line 26 column 23: The content of element type
servlet-mapping must match (servlet-name,url-pattern).
org.xml.sax.SAXParseException: The content of element type servlet-mapping
must match (servlet-name,url-pattern).
at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHand
lerWrapper.java:232)
at
org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:17
3)
at
org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:37
1)
at
org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:30
5)
at
org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValidator.
java:1918)
at
org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:8
51)
at

Re: number-rows-spanned

2003-03-17 Thread Louis . Masters

1.  No idea - I have not tried to upgrade yet.

2.  OK, I didn't actually run this, but it should work:

fo:table-row
 fo:table-cell/
 fo:table-cell/
 fo:table-cell number-rows-spanned=2/
/fo:table-row
fo:table-row
 fo:table-cell/
 fo:table-cell/
/fo:table-row
fo:table-row
 fo:table-cell number-columns-spanned=2/
 fo:table-cell/
/fo:table-row

Try it out and let me know.  If it doesn't work, I'll send you the complete
xsl file that we use.

-Lou






Clay Leeds [EMAIL PROTECTED] on 03/17/2003 11:57:05

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:

Subject:  Re: number-rows-spanned

Lou,

Thanks for the quick reply. That's GREAT! A couple of questions:

1. Does it work in 0.20.4 and/or 0.20.5x?
2. Can you give me an example? I'd like to do something like this:

|===|
|   |   |   |
|   |   |   |
|   |   |   |
|===|   |
|   |   |   |
|   |   |   |
|   |   |   |
|===|
|   |   |
|   |   |
|   |   |
|===|

Many thanks!

[EMAIL PROTECTED] wrote:
 I use number-rows-spanned in 0.20.3:

 fo:table-cell number-rows-spanned=2
 /fo:table-cell

 -Lou


--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: number-rows-spanned

2003-03-17 Thread Clay Leeds
Thanks Lou,
[EMAIL PROTECTED] wrote:
Try it out and let me know.  If it doesn't work, I'll send you the complete
xsl file that we use.
-Lou
Works fine. I actually modified a portion of my own code to see. It 
still uses many nested tables, but my results did show a slight 
improvement (which, of course could be attributed to many things).

Considering I've probably got 30+nested tables on each page (some 3 or 4 
levels deep) I am hoping this could pan out to perhaps a 5-15% 
improvement in rendering times (I tend to be optimistic! ;-). The 
location I changed in my code for testing was *very* minor, but since it 
showed a slight improvement, I'm inclined to do further testing.
--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


quick question on aligning table in region-body

2003-03-17 Thread Lee, Insoo

How would I center the whole table?
I was hoping to do display-align=center to fo:table, but it didn't work...
fo:region-body doesn't seem to take display-align=center, so I'm trying to
do margin-left=2cm to region-body or fo:table, but it complains about
[INFO] area contents overflows area... any simple way to center the
fo:region-body?
Thanks

I have a following setup...

fo:layout-master-set
fo:simple-page-master master-name=anypage
page-width=21.0cm  
page-height=29.7cm
margin-top=0.5cm  
margin-bottom=0.5cm
margin-left=1.5cm 
margin-right=1.5cm
fo:region-body
region-name=xsl-region-body
margin-top=0.5cm 
margin-bottom=1.5cm/
fo:region-before
region-name=xsl-region-before
extent=0cm/
fo:region-after
region-name=xsl-region-after
extent=0.8cm/
/fo:simple-page-master
/fo:layout-master-set



fo:page-sequence master-reference=anypage

fo:flow flow-name=xsl-region-body

xsl:apply-templates select=REPORT_NAME/
xsl:apply-templates select=CREATED_BY/

fo:table table-omit-header-at-break=false 
table-layout=fixed
fo:table-header
fo:table-row
fo:table-cell 
border-collapse=collapse 
space-before=0pt
number-columns-spanned=2
   fo:block space-after=0.2cm
fo:leader leader-length=100%
leader-pattern=rule/
   /fo:block
/fo:table-cell
/fo:table-row

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installing to FOP / Tomcat

2003-03-17 Thread Adam Shelley
Okay,

I think i figured out that the url should not be
http://localhost:8080/fop/fop?blah
if should be http://localhost:8080/fop/servlet/fop?blah

I did this and it smacked me with a bunch of exceptions and now it gives me
a 503 error but you can void my previous questions.

-Adam

-Original Message-
From: Adam Shelley [mailto:[EMAIL PROTECTED]
Sent: March 17, 2003 10:05 AM
To: [EMAIL PROTECTED]
Subject: RE: Installing to FOP / Tomcat


Hello,

I'm still trying to configure fop 0.20.4 to work with tomcat 4.1.18 but i am
unable to connect to
http://localhost:8080/fop/fop?fo=/home/path/to/fofile.fo on a win2k server.
I get an error 404 msg.  Surfing the net trying to figure out what i'm doing
wrong i came accross a post that identified that the web.xml file format in
the $CATALINA_HOME$/conf/ has been modified with the release of tomcat
4.1.18. http://www.jguru.com/forums/view.jsp?EID=1064694

The file itself seems to validate against the dtd:
java.sun.com/dtd/web-app_2_3.dtd but I'm not sure what is wrong.  Does one
of the servlet-mapping elements in web.xml have to be modified to load fop
correctly using this configuration?  I tried uncommenting the
servlet-mapping element with servlet-name = invoker but this didn't seem to
help.

!-- The mapping for the default servlet --
servlet-mapping
servlet-namedefault/servlet-name
url-pattern//url-pattern
/servlet-mapping

!-- The mapping for the invoker servlet --

!--
servlet-mapping
servlet-nameinvoker/servlet-name
url-pattern/servlet/*/url-pattern
/servlet-mapping
--

!-- The mapping for the JSP servlet --
servlet-mapping
servlet-namejsp/servlet-name
url-pattern*.jsp/url-pattern
/servlet-mapping

!-- The mapping for the SSI servlet --
!--
servlet-mapping
servlet-namessi/servlet-name
url-pattern*.shtml/url-pattern
/servlet-mapping
--

!-- The mapping for the CGI Gateway servlet --
!--
servlet-mapping
servlet-namecgi/servlet-name
url-pattern/cgi-bin/*/url-pattern
/servlet-mapping
--

Here is the web.xml file found in fop.war packaged with 0.20.4.  Notice that
this validates to another dtd.  I'm not sure that this holds any bearing on
my eror.  Could there be a configuration issue with these two configuration
files that are generating my error?

?xml version=1.0 encoding=ISO-8859-1?

!DOCTYPE web-app
PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd;

web-app
servlet
servlet-name
Fop
/servlet-name
servlet-class
FopServlet
/servlet-class
/servlet
servlet-mapping
servlet-name
Fop
/servlet-name
url-pattern
/fop
/url-pattern
url-pattern
/servlet/fop
/url-pattern
/servlet-mapping
/web-app

Any insight would be appreciated.  I've been struggling for a while trying
to get this up and running.

-Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: quick question on aligning table in region-body

2003-03-17 Thread Clay Leeds
Thankfully, this appears to be a FAQ:
http://xml.apache.org/fop/faq.html#fo_center
If you still have trouble, please post again.
;-)
Lee, Insoo wrote:
How would I center the whole table?
I was hoping to do display-align=center to fo:table, but it didn't work...
fo:region-body doesn't seem to take display-align=center, so I'm trying to
do margin-left=2cm to region-body or fo:table, but it complains about
[INFO] area contents overflows area... any simple way to center the
fo:region-body?
Thanks
I have a following setup...

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: number-rows-spanned

2003-03-17 Thread Philip Semanchuk
On Mon, 2003-03-17 at 11:47, Clay Leeds wrote:
 I successfully use number-columns-spanned in my XSL-FO files. However, 
 I can not figure out how to do number-rows-spanned correctly. I now 
 see in the FOP:Implemented:Properties section, that 
 number-columns-spanned is cited but number-rows-spanned is not. This 
 may account for my difficulties.

Clay,
I use number-rows-spanned without difficulty and with no nested tables.
Usage examples for both number-rows-spanned and number-columns-spanned
are in /docs/examples/tables/headfoot.fo. FYI, I found this by grepping
for spanned in the tables directory. I am using FOP 0.20.5rc.

Good luck
Philip


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]