xsl-fo
How can I match <titlealts> using XSLT?
I\'m trying to match the following and apply a style to it: <titlealts>some string in here</titlealts>[详细]
2023-03-30 22:03 分类:问答XSL-FO creating Dynamic Table Of Contents
How we开发者_开发百科 can create a table of contents page dynamically in XSL-FO?What I\'ve done in the past is use <fo:page-number-citation> for each entry in the TOC (Table of Contents). I do t[详细]
2023-03-29 20:56 分类:问答Using XSLT to create XSL-FO with nested bold/italic tags
I\'m creating xslt file, which should convert my xml into xsl-fo. XML is something like that: <doc>[详细]
2023-03-28 04:22 分类:问答How to dynamically change xslt page-sequence based on node attributes?
The watered-down version of the problem I\'m having is this. For an XML file like: <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-03-22 21:58 分类:问答Adding line break in a PDF with XSL-FO?
Trying to create a PDF file based on an XML and afile using XMLSpy. I\'m trying to split a field into two lines based on the fie开发者_如何学Pythonld content.[详细]
2023-03-21 12:47 分类:问答What's the best way to exclude a node in an svg file when using xsl-fo to generate a pdf?
I have some SVG files that I\'d like to create a PDF with.For simplicity lets assume each one represents one page in the PDF. There is a node in the SVG containing some text that I would like to exclu[详细]
2023-03-21 03:14 分类:问答Modify Printing attribute for Media Name Java Apache FOP API
Am using Apache FOP API to print a document which was working well for a while but now it is trying to print on a legal size paper on tray 1. Am wondering if i can change that to Letter size so that u[详细]
2023-03-19 16:43 分类:问答Identifying number of columns in table Html to XSL FO
Am trying to convert html to pdf using XSl FO. In my html, there are mutiple tables with different columns, so in the xslt I would need to identify the columns of a table from the number of td . Can s[详细]
2023-03-19 08:13 分类:问答Get FOP to add space-before and space-after
I have two paragraphs. How do I get FOP to add the values of the space-after attribute of the first and the space-before attribute of the second paragraph?[详细]
2023-03-18 23:56 分类:问答Referencing elements in xsl-fo
is it possible to \"reference\" elements in xsl-fo? What I am trying to do is the following: <开发者_如何学编程;fo:marker marker-class-name=\"continued\">[详细]
2023-03-18 09:27 分类:问答