Re: problem : centered table in FO [FAQ]

2001-11-29 Thread Corinna Hischke
Hi Matt, you can set the row height with the height property. Here is what I did: This is my page layout: If element 'body' is the root of the partial tree that is put into the page body via xsl, my xsl contains this template: That's

Re: Evaluating and

2001-11-29 Thread Christopher R. Maden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 17:18 28-11-2001, Peter B. West wrote: >I have sent the follwing enquiry to the editors. > >The editors, > >I cannot see any provision for , or in Section >5.9. How is it intended that such properties be evaluated? Oops. See the CSS 2 spec;

Re: Merging jfor into FOP - what's the plan?

2001-11-29 Thread Keiron Liddle
On 2001.11.27 12:40 Bertrand Delacretaz wrote: > Without knowing too much about FOP internals, I think a processing chain > along these lines might help: > > parsing if needed > -> SAX events > -> FO attributes processing (validation, inheritance) > -> StructureRenderer > > StructureRenderer is

Driver API Suggestion

2001-11-29 Thread Nestel, Frank
Hi, as a former (0.19 was running fine) and future user (hope I get 0.20.2 up again, 0.20.1 was kind of a mess in my environment) of fop I'd first like to thank for it. Great work! Second I have a question on the API of the Driver Object, which is a bit about aesthetic Deep within a XSLT Frame

AW: Driver API Suggestion

2001-11-29 Thread Nestel, Frank
Oops, ignore my post, I currently have a mixture of fop0.19 and fop0.20.2 round here. Very sorry, Frank > -Ursprüngliche Nachricht- > Von: Nestel, Frank [mailto:[EMAIL PROTECTED]] > Gesendet am: Donnerstag, 29. November 2001 13:31 > An: '[EMAIL PROTECTED]' > Betreff: Driver API Suggestio

AW: Driver API Suggestion

2001-11-29 Thread Beer, Christian
I am using getContentHandler from 2.20.1 without any format() or render(). So I think it has changed from 0.19 to 0.20.1! -Ursprüngliche Nachricht- Von: Nestel, Frank [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 29. November 2001 13:31 An: '[EMAIL PROTECTED]' Betreff: Driver API Sugge

CVS snapshot does not render

2001-11-29 Thread Philippe Van Der Gucht
Hello, I'm trying to make the latest cvs snapshot working but when it tries to render PDF's I get this: ---8<--- Fop Test Starting Tests ... Buildfile: build.xml init: newPDF: [fop] D:\xml-fop\docs\examples\fo\border.fo -> D:\xml-fop\docs\examples\te sts\border.pdf

Re: CVS snapshot does not render

2001-11-29 Thread antonio . azzarito
Can you send me your JAVA_HOME, build.bat and fo.bat? another question: has you a class as follow? org.apache.fop.fo.properties.Precedence my jdk raise this "Class not found", so I don't know where I can retreive it. Seems it's missing together with other hundred classes! Thanks. Antonio. ---

Please help me to solve strange space problem in fo:block

2001-11-29 Thread Mahendar Aleti
Hi I am generating a simple document with fixed font family. If the fo:block contains the new line( with the space collapsed), then the next line in PDF is shifted by one character length to the right. FO: This is a simple fo block. Hello World This is a simple fo block. Hello Worl

patch: added support for letter-spacing

2001-11-29 Thread Raymond Penners
Hi, I've added support for the 'letter-spacing' property. A patch to fop 0.20.2, and a test case are added to this mail. I would really appreciate some feedback on this, especially from one of the core developers. Thanks, -- Raymond Penners http://www.w3.org/1999/XSL/Format";>

Re: AW: Non existent tag error...

2001-11-29 Thread bryan hansen
I did not solve the problem, I was going to add the line that I said oops on in the original message, sorry for the confusion. I will try this and see if it works. Thanks, Bryan --- "Beer, Christian" <[EMAIL PROTECTED]> wrote: > Hi Bryan, > > did you solve the problem, or what does the oops >

DO NOT REPLY [Bug 5180] New: - property background-image not functioning

2001-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Fw: xslt and number formats

2001-11-29 Thread Brian T. Wolf
Sorry this is probably not the most appropriate forum, but I have looked everywhere I can think of. If anyone on this list can point me in the right direction I would be grateful. Thanks, Brian - Original Message - From: "Brian T. Wolf" <[EMAIL PROTECTED]> Newsgroups: comp.text.xml Sent: T

RE: xslt and number formats

2001-11-29 Thread Ramin Firoozye
Hi Brian, I tried your code in Xalan (C and J) and MSXML and got '2.79' (with the digits after decimal point intact). The XSLT spec says that numbers are kept in double format internally so you shouldn't be getting any truncation loss as a result of doing math. The 'sum' function is also supposed

FOP conformance

2001-11-29 Thread Carmelo Montanez
Hi all:       Anyone aware of how  FOP 0.20.2 conforms to the latest XSL recommendations of October of this year?, I am writing some conformance tests for the latest specifications and FOP complains about         it complains about "master-reference", which used to be "master-name" o

Re: xslt and number formats

2001-11-29 Thread Brian T. Wolf
Silly me, the sample I included in the message is not what I was really using. Instead of I was really using . The "value-of" does seem to work better - thanks! I still need to include your suggestion for the "format-number", however if I use after the decimal as you suggest then trailing ze

Re: FOP conformance

2001-11-29 Thread Arved Sandstrom
This was already a known thing, and Norman Walsh pointed it out also.   There is simply no point in fixing this until the FOP rewrite emerges.   Arved Sandstrom - Original Message - From: Carmelo Montanez To: [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 4:14

RE: AW: Non existent tag error...

2001-11-29 Thread Darren Munt
I've found that the test needs to encompass three possibilities: 1. That the tag is not present; 2. That the tag is empty (ie. tagname=''), or; 3. That the tag is present and contains a value. If you use test="@tagname", the test will be true in cases 2 and 3. However, if you use test="not(@tagn