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, 2450🔥, 0💬
Popular Posts:
What Is commons-fileupload-1.3.3 .jar?commons-fileupload-1.3.3 .jaris the JAR file for Apache Common...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...
How to perform XML Schema validation with sax\Writer.java provided in the Apache Xerces package? You...
Rhino JavaScript Java Library is an open-source implementation of JavaScript written entirely in Jav...
Jaxen, Release 1.1.1, is an open source XPath library written in Java. It is adaptable to many diffe...