Hello, I have return chars in some XML and would like to display each return as a double return, without affecting the line-spacing of the paragraph. Is there...
... You can't impact the data like that in XSL-FO ... have you considered doing the duplication in your transformation step? My first thought was to adjust...
Which term is correct for the inter-character space totality please, i.e. the glyph width plus the allocated left and right space which make up the content...
Just a quick note that early registration is now open for hands-on training in XSLT and/or XSL-FO the week of September 10-14, 2007 in San Francisco,...
Hi All, I am experiencing some text overflowing page issues in my PDF files and want to know if anyone could give me a few pointers on how to resolve this ...
Antenna House is very pleased to announce the immediate availability of Antenna House XSL Formatter V4.2 offering support for Unicode 5.0, PDF Acrobat Forms...
(sorry for the late response but I found your note in the archives after Yahoo unceremoniously suspended sending me posts) ... Looking at your example, I...
Hi, I've been away from XSL-FO for so long I can't find this in my manuals or online. I need to center an image and its caption on a page. There are paragraphs...
... Yes you do ... and a table-and-caption at that because to centre a table you use text-align="center" on the table-and-caption surrounding it. The table...
Ack! I *just* read about the single quote in *your* manual but was on another track and forgot it. I fixed that now, thank you very much. But back to the...
... This is a known issue in XEP ... I tested the example I gave you in Antenna House. ... That XEP doesn't (yet) centre a table based on text-align= in ...
I'm sorry. I swear I searched the XEP stuff (I thought!) but I didn't find this. Yes, it helps immensely. And never mind the image size -- you gave me the...
I haven't got any responses for the below mentioned issue. I was going through the 'known Issues' list for fop 0.93 and it does mention about word spacing not...
... Does the text you are aligning contain any page-number-citations? I believe page number citations aren't properly aligned in fop-0.93. You might get better...
Chris Bowditch
bowditch_chris@...
Aug 29, 2007 7:36 am
7413
Thanks for the response. The text does not contain any page-number-citations. However, the layout is in dual column. If I render the same text in single column...
Altsoft is proud to announce the release of Xml2PDF Server 2007 version 1.1 and the accompanying family of products. In addition to new features and...
Hi to the forum, We currently use xsl fo for styling our xml. Our application takes user submitted content and adds it to our database where we then extract...
... Sounds good so far! ... Fine .... but I'm guessing this process does not mandate the "proper" use of element start and end tags (nesting, completion,...
Hi Ken, Firstly thanks so much for taking the time out to reply to my issue. ... the "proper" use of element start and end tags (nesting, completion, etc.). We...
... Perhaps even easier Ken, http://ccil.org/~cowan/XML/tagsoup/ links a variant of tidy into Saxon, so that the html can be processed in Saxon as if it were...
Just a quick note to announce XSLT and XSL-FO hands-on training in Austin, Texas at the start of January 2008. These are the most in-depth configurations of...
Xml2PDF Server 2007 v1.2 with the support of Custom XML in Word 2007 source and COM interface is released. The major new features of Xml2PDF 2007 version 1.2...
Dear list subscribers, RenderX is presenting the first public release of DiType 2.0. DiType is a Digital Typesetter, it accepts manuscripts in a number of ...
Just a quick note that we are looking for expressions of interest in attending five days of XSLT training and three days of XSL-FO training from January 26,...
Hi, All I have java code that refer to Driver class (org.apache.fop.apps.Driver driver = new Driver()), it is missing in the new fop.jar I just downloaded. Is...
Since FopImageFactory is no longer existed in new fop.jar, how can I resetCache ( org.apache.fop.image.FopImageFactory.resetCache(); // Reset) in Java...
... The Driver class is part of the API for FOP 0.20.5. The API was refactored when FOP was re-written, so 0.9x versions have a different API. See the...
Chris Bowditch
bowditch_chris@...
Jul 8, 2008 7:34 am
7426
Hi, Can anyone help me why I got error (java.lang.ClassCastException: org.apache.fop.layout.hyphenation.HyphenationTree) after upgraded to fop 0.94? Thanks....