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, ∼2925🔥, 0💬
Popular Posts:
JDK 17 jdk.javadoc.jmod is the JMOD file for JDK 17 Java Document tool, which can be invoked by the ...
MP3SPI is a Java Service Provider Interface that adds MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format su...
HttpComponents Client Source Code Files are provided in the source package file, httpcomponents-clie...
What Is wstx-asl-3.2.8.jar? wstx-asl-3.2.8.jar is JAR file for the ASL component of Woodstox 3.2.8. ...
What Is activation.jar? I heard it's related to JAF (JavaBeans Activation Framework) 1.0.2? The if y...