Hi I used this, and i get alternate colours, <xsl:for-each select="/screening/company-ticker"> <xsl:choose > <xsl:when test="position() mod 2 = 0"> ...
Hi, I am trying to include navigation in an XSL-fo file I created but I can't figure out how - I am pretty new to this. I have a table of contents and clicking...
Hi, In our documentation we provide a simple link in the header back to the TOC. So just create a ref at the TOC, then link back. The object for the link we...
I see Nicola did something similar to what we did in our XSLT and XSL-FO PDF books that we sell off our web site, but in our case we put the 26 letters of the...
Altsoft presents the new version 3.0 of its .NET based Xml2PDF formatting engine. The major new features of the new version include: - Significant refactoring...
There is also the 'back' button that most pdf browsers offer of course. Remember, don't over engineer your solutions. I'm sure Ken and Nicola would agree that...
Guys Help me I have to apply spacing between the lines in the list-item-body My code snippet is like this <fo:list-item-body> <fo:inline> ... </fo:inline> ...
Guys Help me I have to apply spacing between the lines in the list-item-body My code snippet is like this <fo:list-item-body> <fo:inline> ... </fo:inline> ...
... This is the incorrect structure for fo:list-item-body ... everywhere where you need lines you need to use fo:block, so you need fo:block here as a child of...
Hi folks, I've been lurking on the XSL-FO list for a month or so now. I'm working for a company that has some very specific needs that I think XSL-FO might be...
... Right ... because the XSL-FO specification says nothing about rendering, most such solutions are just transformations from XML to HTML in parallel with XML...
Hello! If you need to convert each page to a html page, it will be possible to achieve the objective by converting AreaTree to HTML. AreaTree is a pagenated,...
hello i want to definie a java-Progressbar for FOP. but FOP must put the Progress-Integer(1,2,3.....50...100) out. I dont now if the FOP can do it . thanks...
Hi, ... I'm sorry I wasn't clear. What we want is to have printed web page break nicely. The document will still be in one pane when viewed, so it won't be...
... Both XEP and XSL Formatter provide some form of area tree that you can post-process. ... I'm still not sure I understand exactly what you're looking for,...
Thanks for the suggestion. I've looked at FOP, and see that it has an area tree output which I could conceivably further process. Unfortunately, it seems that...
Hello, ... could conceivably further process. Unfortunately, it seems that neither version of FOP (stable or dev) plans support for fo:float. ... I am not...
... It does, as does XEP (which has no GUI, only an API and a command line). Cheers, Eliot -- W. Eliot Kimber Professional Services Innodata Isogen 9390...
... It depends on what your exact expectations are. You can, for example, set up a custom logger which filters out the page number info messages. Check the FOP...
I'm trying to translate design specs that specify baseline-to-baseline into reliable FO specifications and I'm finding that it may not be possible. What I need...
... I just realized that it doesn't really matter where the baseline as long as you know the line-height of the lines in the blocks involved. For example,...
... The only quantity that has messed me up in the past is the half-leading, as the default leading value is implementation defined. I've taken control by...
OK. Looks like there are a couple of viable solutions. I will investigate further. I'd like to thank everyone who chimed in for their time and input. Dan ......
hello all, not long ago I created a hyph file to solve the issue of wrapping text that may not be normal language, ie - a field in a table that holds a product...
... This approach has one big benefit -- it works in all XSL-FO implementations and doesn't force users to reconfigure their installation with a new...
Jirka Kosek
jirka@...
Jan 25, 2006 10:22 am
7093
Not true, when I moved to 0.9a the zero width spaces stopped working, also even in 20.5 they were not true zero width, they made little gaps in the text. ... ...
Dear list subscribers, RenderX has released XEP 4.5, a new version of its XSL processor and accompanying tools. The new version introduces Thai support - XEP...
... That's a known bug. There is no workaround for 0.20.5. You could try the preview release of the development code, where this problem should have been...