Question - what does "Page subsequences exhausted" mean?

2002-03-15 Thread David Wood
I've been occassionally getting this error: [ERROR]: Page subsequences exhausted. Using previous subsequence. I haven't really nailed down what causes it - it's happened with both very large and very small input XML. It doesn't seem to affect the output. I was just wondering what this means? -D

Re: table: column-width

2002-03-15 Thread Mathy V Arumugam
Thank you very much for your help! Works great. Mathy Rob Smith wrote: > Chuck Paussa wrote: > > > > > > > > > > (presumably only one of the xsl:for-each elements should be included) > > You can also do this in pure XSLT using a recursive named template: > > > >

Information Regarding New Training Solutions 6489xjxY6-393JyrQ2283MiXT9-092l28

2002-03-15 Thread Brenda3584s84
Title: Untitled Document I noticed your email address on a technology list serve related to I.T. certification. With your permission, we would like to send you information regarding new training solutions – including 14-day instructor-led BootCamps for certifications such as the MCSE,

SVG dtd

2002-03-15 Thread Kris De Waele
Hi, I get an error when I include a SVG document (using ) and the document has this doctype: http://www.w3.org/TR/2000/03/WD-SVG-20001102/DTD/svg-20001102-stylable.dtd"; > which is different from the W3C recommandation dtd: http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";> I've notic

Re: Table-cell vertical-align problem

2002-03-15 Thread Costantino Sertorio
Solved! Yes, the answer is to set display-align="after". Thanks Costantino "Costantino

Re: Printing Problem,

2002-03-15 Thread Jeremias Maerki
Well, a couple of times I almost went mad because I couldn't figure out why my lengths didn't come out like I wanted them. And that was because I had "Fit to page" enabled. Most problems I have with inaccurate positioning of text elements is when I have to print on preprinted forms. I usually solv

Re: Printing Problem,

2002-03-15 Thread Balaji Loganathan
Dear Jeremias., Thanks again Jeremias,but my print options doesn't have something like "Fit to page",and I also removed all the page print settings simillar to above. I printed the PDF with same printer now,its printing with different margin edges now,So i found the error is in feeding of paper

Re: Printing Problem,

2002-03-15 Thread Jeremias Maerki
Maybe you have "Fit to page" activated in Acrobat Reader. That may cause your page to be scaled and the margins may vary. Normally, PDF is portable between printers which does not mean that the same documents really looks exactly the same on each printer (resolution, font replacements etc). And a

Table-cell vertical-align problem

2002-03-15 Thread Costantino Sertorio
Hi, How do I vertically align the "2nd column" text to the last line of the text contained in the first column? Input: TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST

FO encoding="UTF-16" does not work with FOP?

2002-03-15 Thread Costantino Sertorio
Hello, I am doing a transformation in two steps: 1. with MSXML4, process an XML file with a stylesheet to generate FO. This comes out as UTF-16. 2. take this FO file and generate the PDF with FOP. I get this error from FOP: [INFO]: FOP 0.20.3rc [INFO]: building formatting object tree [ERROR]: Unk

Printing Problem,

2002-03-15 Thread Balaji Loganathan
Hi, Please look at the below program and especially margin settings of body and table. If I print this out in HP printer,Lexmark printer and if I measure the paper output with a Millimeter scale or ruler.The margins all sides seems to vary by plus or minus 2-6 mm with HP printer and Lexmark.Ev

RE: table: column-width

2002-03-15 Thread Rob Smith
Chuck Paussa wrote: > > > > (presumably only one of the xsl:for-each elements should be included) You can also do this in pure XSLT using a recursive named template: ...

RE: rotate text

2002-03-15 Thread Balaji Loganathan
Hi, I too want to write text in with property(6) in http://www.w3.org/TR/xsl/slice7.html#writing-mode-related and particularly on the fo:region-start,please look at the attached figure at the bottom "Some text in this direction". Is there any way ? I'm using apache FOP Thanks a lot for your tip Je

RE: rotate text

2002-03-15 Thread j.pilgrim
Title: RE: rotate text Hello, Michael wrote: > I would like to rotate a piece of text by 90 degrees. > Is there any possibility within FOP? I'm not sure if it works directly with FO(P), but I'm sure it works with SVG/Batik. Regards, Jens

Re: FW: Batik, FOP, and PDF

2002-03-15 Thread Keiron Liddle
3) Why is crimson-parser missing from the fop binary distribution? They ship batik.jar and fop.jar...but the rasterizer won't run unlesscrimson-parser.jar is in the class path. I have to get this from thebatik binary distribution. I missed this question. The reason is that bat

use indefinite value for page-height

2002-03-15 Thread Miya Chiharu
Hello, (B (BCan I use value "indefinite" for page-height property in simple-page-master ? (BWhen I write (B (B (B (Bin fo document, fop said that "[ERROR]: Error in page-height property value (B'indefinite': org.apache.fop.fo.expr.PropertyException: No conversion defined". (B (BI want to

FW: Batik, FOP, and PDF

2002-03-15 Thread Joe Mihalich
Hello, (sorry if this got sent twice) I have a few questions regarding the relationship between FOP and Batik. From what I understand from reading docs on the xml apache web site, FOP has "extended" batik in some fashion and added a PDF transcoder