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:
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, 1993🔥, 0💬
Popular Posts:
JDK 11 jdk.dynalink.jmod is the JMOD file for JDK 11 Dynamic Linking module. JDK 11 Dynamic Linking ...
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications ...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...
How to read XML document from socket connections with the socket\DelayedInput.java provided in the A...