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, 2061👍, 0💬
Popular Posts:
commons-fileupload-1.3.3 -sources.jaris the source JAR file for Apache Commons FileUpload 1.3., whic...
What Is jsse.jar (JDK 6) Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Ja...
What Is commons-lang3-3.1.jar? commons-lang3-3.1.jar is the JAR file for Apache Commons Lang 3.1, wh...
What Is commons-codec-1.4.jar? commons-codec-1.4.jar is the JAR file for Apache Commons Codec 1.4, w...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...