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, ∼2921🔥, 0💬
Popular Posts:
Guava is a suite of core and expanded libraries that include utility classes, google's collections, ...
What Is poi-3.5.jar - Part 2? poi-3.5.jar is one of the JAR files for Apache POI 3.5, which provides...
What Is poi-5.2.3.jar? poi-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which provides an...
How to merge two JAR files with "jar" commands? I am tired of specifying multiple JAR files in the c...
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but c...