Hi I have an xml document i want to print into a table with fo. The problem is that depending on the xml documents, the number of columns of my fo table...
In the following sample (see message 727 for the full document: <http://groups.yahoo.com/group/XSL-FO/message/727>, is there an easy way to make the running...
Thanks for all your very helpful answers (Nikolai, David and Kenneth)! I will be looking at RenderX to get a feel for what can and can't be done. It certainly...
Hi there, I'm new to fo, so please bear with me. I don't even know enough to make my test case any smaller than what I've pasted below. Can anybody tell me why...
Hello, When we use external-graphic, why Fop embedds the image in the Pdf file. Does somebody know why Fop does not creat a link to the image file and loads...
Bonjour, Petit problème de namespace, en effet mon fichier XML un et mon XSLT en contiennent un , pourtant à l"exe l'erreur me dit que l'url mis en ...
hi, does somebody know how to write the following PI using java program? <?xml version="1.0" encoding="ISO-8859-1" ?> <?xml-stylesheet href="al.xsl"...
I am writting FO in a java program and creating a PDF as output. My PDF will be something like: 1.Heading1 This is heading1 1.1 Heading2 This is heading2 1.1.2...
try: *********************************************************** <fo:block white-space-collapse="false" font-size="10pt"> my name is <xsl:value-of...
Hi, I have an XML file which has the following data. <LIMIT>10000</LIMIT> <TOTAL>$22,000.34</TOTAL> <LIMIT>$30,000</LIMIT> <TOTAL>$77,000.99</TOTAL> How do i...
Hi, I am generating FO in a java program.I need to generate the 'table of Contents' page at last in my java program. But i want this page to appear as the...
I am getting this error (1Error: -1 < 0) when I place a extrenal link <fo:basic-link> tag in <fo:static-content flow-name="xsl-region- before"> tag. Is it...
Why FOP divides methods format() & render() if I can't do anything between these 2 methods. For example I need to obtain the AreaTree object generated after...
bonjour, j'utilise actuellement FOP 0.18.1-DEV pour editer des documents au format PDF. j'ai un problème avec les espaces. je veux ecris un phrase du style: ...
hi, I use FOP-0.18.1-DEV to get PDF files, i've got some problem with spaces. i wrote: <fo:block white-space-collapse="false" font-size="10pt"> my name is...
hi, I am developing a project using SAX parser the XML file, but i found that there are a lot of "if...switch...." in my program, it seems too untidy, so does...
Hello, Status: Transforming an XML document into a PDF file, using XALAN and FOP 0.20.1 Problem: I do not know in advance how many pages will be generated in...
... I does support it, at least since 0.17: I have done it :) This message and any attachments (the "message") is intended solely for the addressees and is...
Ouyang, A derivation of my previous posting "RE: [XSL-FO] Positionning a block" (the typo was in the original email) and using the odd-or-even attribute...