Hi all, I am a template developer using 3B2 pagination software. I want to know does any xslfo formatter provides such features as avialable in other...
... While the software you cite is self-contained, using XSL-FO for styling is the second step of a two-step process of algorithmically preparing your content...
... Drawing horizontal or vertical rules can be done in several ways with FO. All the useful FO implementations also support the use of SVG to draw anything...
Hi, I managed to find your post describing the exact problem that I'm having with FOP, that is trying to create running headers using fo:marker and ...
I am trying to create a running header using an fo:retrieve-marker element in the static-content region of my XSL, and an fo:marker in the flow region....
... What FOP release do you use? ... Yes, see http://xmlgraphics.apache.org/fop/compliance.html Both the maintenance and the development release have gaps in...
Hello, I am using Fop-0.20.2. Does this version support using markers? If not, is it a simple upgrade from Apache. I see that there is a Fop-0.20.5 version. ...
... Yes, but there were some bugs. Upgrade either to the latest stable release (0.20.5), or the development code (0.9something). In either case prepare to do...
Here is a test case that tries putting bpd=100% in the three places it might work (and is allowed): on the table, on a table cell in the last row, and on a...
I've started up a personal blog where I intend to rant about technical issues related to XML and related technologies. Some of you may find it interesting or...
Finally we are able to confirm that our March 13-17, 2006 publicly-subscribed XSL training is going to happen, but the venue had to change to the Washington DC...
Montreal in August: what could be better? Great food, great coffee, and a funky hotel full of markup geeks! CALL FOR PARTICIPATION EXTREME MARKUP LANGUAGES...
B Tommie Usdin
btusdin@...
Feb 13, 2006 1:40 pm
7113
It has been about a year and a half since I've messed with XSL-FO. I've changed jobs and am about to dive into implementing an FO solution for print. Back when...
I've used xep 2.x to render books that were about 1500 pages, but the JVM used about 1.6GB. Also, XEP was very slow processing images. I believe both of...
... The easiest thing to do would probably be to hand-create or generate from an existing script a page sequence of say 10 pages and then just cut and paste it...
Starting from 3.0 beta, Altsoft Xml2PDF engine formats huge FO-files without any problems. The speed and memory usage are good enough in comparison with the...
... You may find some of the samples at http://www.idealliance.org/proceedings/xml03/slides/xslfoshowcase/index.html useful. These samples, which were used for...
B Tommie Usdin
btusdin@...
Feb 21, 2006 4:44 pm
7118
I've been using the render from www.xmlpdf.com in a production environment for over a year now. It can render large documents, 10,000 plus pages, with nested...
Antenna House is pleased to inform you that XSL-FO processor XSL Formatter V4.0 Alpha2 that conforms to the to the specification of Extensible Stylesheet...
Hi, This new version fixes a few bugs and has the following new features: - CSS3 namespaces. - The new "wrapper" and "foreign" display types. - The...
Werner Donné
werner.donne@...
Mar 2, 2006 2:04 pm
7122
Hello Everyone, I have a simple xml file. <article> <item> <journalid>....</journaldid> <bk:identity>....</bk:identity> <ab:date>....</ab:date> </item> ...
Hi, You can get a basic Schema or DTD at this URL by file upload or by url. http://www.hitsw.com/xml_utilites/ There are limitations to doing this (only simple...
... A single XSD can only define elements for a single namespace. If you have several namespaces, you have to write two different schemas. There is a list...
Hello all, My New York City customer is looking for XML, XSLT and XSL-FO talent to hire as full-time staff and I offered to post information about their...
I am trying to implement this: If length of heading is less than or equal to 27, keep Heading on current line (for example, "Crimes and Civil Prevention" is...
... You could put an <fo:inline keep-together.within-line="always"> around the initial words that need to fit on the first line. This should be easy to do in...
Hi I want to create a page header for the first page and a different page header for all other remaining pages. How can I do this using XSL-FO. I am using...