Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Convert XML to FO with FOP
How to convert my data in XML to XSL-FO format with FOP? I have the XSLT file to define my data should be formatted.
✍: FYIcenter.com
If your data stored in XML format and you have an XSLT file that defines how data should be formatted, you can use the XSLT process provided in FOP to convert the XML file to an XSL-FO file as shown below:
fyicenter> cd \local\fop-2.2\fop fyicenter> java -cp .\lib\xalan-2.7.2.jar;.\lib\serializer-2.7.2.jar org.apache.xalan.xslt.Process -IN examples\embedding\xml\xml\projectteam.xml -XSL examples\embedding\xml\xslt\projectteam2fo.xsl -OUT \temp\projectteam.fo fyicenter> dir \temp\projectteam.fo 2,176 projectteam.fo
2016-07-05, 2342🔥, 0💬
Popular Posts:
Jaxen, Release 1.1.1, is an open source XPath library written in Java. It is adaptable to many diffe...
What Is jms.jar? I heard it's related to JMS (Java Message Service) 1.1? The if you have an jms.jar ...
The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible...
What JAR files are required to run sax\Writer.java provided in the Apache Xerces package? 1 JAR file...
How to display XML element type information with the jaxp\TypeInfoWriter.java provided in the Apache...