Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
Collections:
Other Resources:
What Is XSL-FO Language
What Is XSL-FO Language?
✍: FYIcenter.com
XSL-FO (Extensible Stylesheet Language - Formatting Objects)
is an XML based language that can be used to describes the way pages are set up.
The contents of the pages are filled from flows. There can be static flows
that appear on every page (for headers and footers) and the main flow
which fills the body of the page.
XSL-FO is the second part of the XSL specification defined by W3C, Extensible Stylesheet Language (XSL) Version 1.1. The first part of the XSL specification is XSLT (Extensible Stylesheet Language Transformation).
XSLT and XSL-FO are normally used in a two-step process that takes data in XML format as input
and produces paginated output as shown in this diagram:
The first step uses XSLT to transform the source XML tree to a FO (Formatting Objects) tree.
The second step uses Formatting Objects processors to generate outputs specific to different output devices.
⇒ Hello Example of XSL-FO - Hello.fo
2015-11-26, ∼2789🔥, 0💬
Popular Posts:
Java Cryptography Extension 1.2.2 JAR File Size and Download Location: File name: jce.jar, jce-1.2.2...
What is the dom\ElementPrinter.java provided in the Apache Xerces package? I have Apache Xerces 2.11...
How to download and install javamail-1_2.zip? The JavaMail API is a set of abstract APIs that model ...
JDK 11 jdk.jshell.jmod is the JMOD file for JDK 11 JShell tool, which can be invoked by the "jshell"...
JDK 11 jdk.internal.vm.compiler .jmodis the JMOD file for JDK 11 Internal VM Compiler module. JDK 11...