You could write a XSLT stylesheet... I think it's quicker and more customizable than finding a Java library to do the job :) ... This message and any...
Hi. I have XSL which uses 'xsl:use-attribute-sets' atribute to include attributes set. In some circumstance I want to override/redefine values of some ...
Does exist any XSL visual generator tool?? I must define some templates for my documents and I don't want to write manually xsl file. Thanks for reply......
Might be of interest to all RTF fans: jfor is an open-source XSL-FO to RTF converter written in java Although V0.3.5 only supports a subset of the XSL-FO spec,...
thank you: i'll try it with FOP as soon as I get the change :) meanwhile, I'll be still looking for table-centering... regards, adrian. 8/23/2001 4:45:24 ...
Sorry for asking this again, I haven't received any answer so I'm really doing a little spamming here, I guess... I would like to center an object in FO: a...
Problem: The format date, in my XML document is like this: 2001-07-20. I am using an XSL:FO sheet to convert this XML document into a PDF format(using XALAN...
Hello, see the following example: <xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" > <xsl:output method = "text" /> ...
Hello, I've done that using a small Java class as an extension. 8/23/2001 1:01:26 Internet (Embedded image moved to file: pic19815.pcx) a_krar@... -...
Hi there, with the help of this list I got rid of the out of memory error I got with fop (0.19 and 020), so I am now able to render my output. But... It's a...
Hello, I have the following problem: With the <xsl:value-of select="." /> I could print out all elements of a node, but not the attribute values. So I would...
Hi all, My problem is that i have a large table (horizontally), and need to be able to display it in PDF for printing purposes. Is there a way to create a ...
Hi, I was wondering how you can make the text in a table cell vertical so that the letters are sideways and go from the base of the cell to the top? Any help...
Hi there, I'm quite new to using XSL-FO and have got a question about what is correct syntax for XSL-FO regarding property inheritance. I recently upgraded...
Hello, I know it's pretty basic but I haven't yet figured out how to do it so here it goes: how do I center things on a page, in FO? how do I center a table on...
Hi there, I am using fop 0.19 to render a good deal of information. It comes to about 100 pages. FOP crashes with an out of memory error, and I am not sure...
i, ... text text text text text text text text text text text text text text ? I try to use fo:list-block without success. I need it within a footnote (since...
hi,dear Mr/Mrs, I have used FOP to generate the xml file,but I found when I add the code the font.html refer into the config.xml and useconfig.xml fils, it...
hi,dear Mr/Mrs, I met a question about registering fonts in FOP 0.17.0 DEV. in the apache website about Fop,it said i can register the fonts wiht FOP like...
Hi, I have been working with FOP-0.17.0 till couple days ago, Had a working PDF with borders. I downloaded the new FOP 19 from the apache site and when i used...
I have set the parameter A with the match, which I want to use <xsl:with-param name = "A" >Bezeichnung/EditElements/*</xsl:with-param> But when I start the...