I\'m a beginner at XSL FO. I have a very simple XML document : <?xml version= \"1.0\" ?> <test>
I have the following xml: <fo:block font-weight=\"bold\" font-style=\"italic\">Some Text Here</fo:block>
I\'m trying to embed some text into a PDF I generate using XSL-FO/xslt. My text is embedded correctly but the LineFeed and Carriage Returns are removed, so my text file is just a huge block of text.
I am getting the error \"entity 0slash was referenced but not declared\" whe开发者_如何学Gonever I try to convert .fo file to .pdf with apache fop 1.0
I am writing an XSL stylesheet for XSL-FO transfomration to create a PDF, with tables, using Apache FOP library. I have succeeded in getting PDF document with data. But having some issues with the lay
I was just wondering, is it possible, to name s开发者_C百科everal alternative fonts in an FO-File?
UPDATE Rephrasing the question to clarify confusion. I am using XSLT and XSL:FO translated by Apache FOP.I want to print address labels.
I have a Web front end and I am trying to handle layout with tables, because my tables all contain a col with a width- in pixels, what is the best way to handle it inside the pdf to get a consistent l
I\'m using xsl-fo and trying to style xref content within a <sup> eg I want to make the 2 superscript.
A while ago I asked this question: using xslt stylesheet to convert xhtml blank lines to an XSL-FO blank line