[DO NOT REPLY: Bug 3329] New: background-color not working within fo:region-body

2001-08-28 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3329

XSL -> PR

2001-08-28 Thread Christopher R. Maden
The Extensible Stylesheet Language reached Proposed Recommendation status at the W3C today. Hooray! -Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FAQ: Where's the Windows zip file for Fop?

2001-08-28 Thread Weiqi Gao
On 29 Aug 2001 13:31:09 +1000, Mark Lillywhite wrote: > > Why not stick the whole distro into a JAR file? Everyone has "jar", > don't they? (and aren't JAR and ZIP files compatible with each > other?). > > Maybe this is a dumb idea but it seems a bit silly to have platform > wars when there's a

RE: FAQ: Where's the Windows zip file for Fop?

2001-08-28 Thread Jim Wright
Winzip works just fine for this type of thing. jw -Original Message- From: Mark Lillywhite [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 10:31 PM To: [EMAIL PROTECTED] Subject: Re: FAQ: Where's the Windows zip file for Fop? Why not stick the whole distro into a JAR file? Ev

Re: FAQ: Where's the Windows zip file for Fop?

2001-08-28 Thread Mark Lillywhite
Why not stick the whole distro into a JAR file? Everyone has "jar", don't they? (and aren't JAR and ZIP files compatible with each other?). Maybe this is a dumb idea but it seems a bit silly to have platform wars when there's a Java standard for archiving. I'm not really sure why we don't see

FAQ: Where's the Windows zip file for Fop?

2001-08-28 Thread Weiqi Gao
On 28 Aug 2001 15:55:38 +1000, Peter B. West wrote: > > How about a Fop-0.20.1-bin.zip.txt, explaining how to unzip > a tar.gz? It might reduce the F of this AQ. Q: Why isn't there a Windows .zip version of Fop on the download site? A: To save diskspace on the Fop download site. This is pract

RE: FOP null error even.

2001-08-28 Thread COFFMAN Steven
Try running your XSL through Xalan first: java org.apache.xalan.xslt.Process -IN AccessoriesXML.xml -XSL sample.xsl -OUT access.fo If that doesn't work, it's a problem with your XSL. If it does, then let us know your FOP, Xerces, and Xalan versions. -Steve -Original Message- From: Ser Sie

[DO NOT REPLY: Bug 3305] New: list-block overlapping footnote body

2001-08-28 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3305

RE: horizontal alignment

2001-08-28 Thread Alex McLintock
Added. -->> http://www.OWAL.co.uk:8090/asf/servlet/asf/screen/DisplayQuestionAnswer/action/SetAll/project_id/18/faq_id/276/topic_id/496/question_id/993 <<-- PS I promised that I would produce a short xml version of this FAQ with only the essential questions. I'm not sure when this will happen

RE: horizontal alignment

2001-08-28 Thread Louis . Masters
Since this seems to be a pretty common question, could we add this to the FAQ or somewhere in the distro? -Lou "Giannetti, Fabio" <[EMAIL PROTECTED]> on 08/28/2001 08:54:45 AM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: horizontal a

[DO NOT REPLY: Bug 3258] Fop-0.20.0 is broken

2001-08-28 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3258

[DO NOT REPLY: Bug 1231] basic-link can't link to a page-sequence element

2001-08-28 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1231

[DO NOT REPLY: Bug 3302] New: NoClassDefFoundError - org/apache/fop/apps/fop

2001-08-28 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3302

RE: horizontal alignment

2001-08-28 Thread Giannetti, Fabio
Hi, I think that you have to specify the display-align property to the region body ... So everything inside that page (or sequence of the same page) will be rendered in the middle. Fabio -Original Message- From: Matthias Born [mailto:[EMAIL PROTECTED]] Sent: 28 Augus

horizontal alignment

2001-08-28 Thread Matthias Born
hi! how can i place a table (the whole table, not the text) in the middle of the page, sth. like horizontal-alignment="center|middle"? thx matze - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAI

Re: Fop and arabic

2001-08-28 Thread Alex McLintock
--- adel ben <[EMAIL PROTECTED]> wrote: > Hi all, > > is it possible to render arabic characters from xml into pdf? > what is the standard of encoding arabic characters in xml? Hello Adel, I don't think I've heard of anyone genuinely doing arabic stuff with FOP yet. I think we would all be gre

Fop and arabic

2001-08-28 Thread adel ben
Hi all, is it possible to render arabic characters from xml into pdf? what is the standard of encoding arabic characters in xml? with regards, adel ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ -

Re: keep-with-next problem on multi column text

2001-08-28 Thread Arved Sandstrom
Hi, Bodo I'd be very happy to help. I'm badly sidelined due to work pressure, but there is always some time I can pry loose...I'd rather spend that time getting new developers up to speed. I'll review the source this evening and give you a synopsis of what we are facing here. Regards, Arved

Re: text-transform

2001-08-28 Thread Daniel Knapp
> Thanks Daniel, I have go though the website that you recommended to me. > But, I found that the text-transform doesn't work in fo:block, so, can you > help me? Well, I've used text-transform in -tags, 'cause it makes more sense there (I don't want to make a whole block e.g. uppercase). AFAIK

Re: text-transform

2001-08-28 Thread ektan
hi, Thanks Daniel, I have go though the website that you recommended to me. But, I found that the text-transform doesn't work in fo:block, so, can you help me? Thank you. best rgds, ektan - To unsubscribe, e-mail: [

Re: text-transform

2001-08-28 Thread Daniel Knapp
> Anyone know how to work with the text-transform in fo:block? There's good information about FO at http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html It's a chapter from the XML Bible S.E. If it can't help you, ask me again. :-) MfG, Daniel -- Daniel Knapp <[EMAIL PROTECTED]> int a=

text-transform

2001-08-28 Thread ektan
hi, Anyone know how to work with the text-transform in fo:block? Thanks for any help you can give. best rgds, ektan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]