Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
12 user(s) are online (11 user(s) are browsing encyclopedia)

Members: 0
Guests: 12

more...
browser tip
recommendation!
Sponsored
partner
Germany Next Topmodel
germanys next topmodel germanys next topmodel

XSL Formatting Objects

XSL Formatting Objects, or XSL-FO, is an XML markup language for document formatting. XSL-FO is part of Extensible Stylesheet Language, a set of W3C technologies designed for the transformation and formatting of XML data. The other parts of XSL are XSL Transformations and XPath.

XML documents, unlike HTML and XHTML documents, have no inherent, implicit, or default layout format. XSL-FO is a language that can be used to specify physical layout, colouring, typography, etc, of XML documents for screen, print, and other media. In this sense its role is similar to that of Cascading style sheet, but it is more powerful and flexible, particularly with regard to pagination and scrolling.

XSL-FO, unlike Cascading style sheet, is itself expressed in well-formed and valid XML. This increases its flexibility still further, allowing XSL-FO, for example, to be mixed with XSLT in the same stylesheet if required.

=See also=

*XML *Extensible Stylesheet Language *XSL Transformations *Cascading Style Sheets *XHTML

=External links=

  • [http://www.seyboldreports.com/TSR/subs/0217/techwatch.pdf What Is XSL-FO and When Should I Use It] (PDF, 764 KB) on the Seybold Report, by Stephen Deach, an author of the [http://www.w3.org/TR/xsl/ W3C XSL-FO Recommendation]
  • [http://www.xml.com/pub/a/2002/03/20/xsl-fo.html What is XSL-FO] on XML.com
  • [http://www.gilbane.com/gilbane_report.pl/94/XSLFO_Ready_for_Prime_Time.html XSL-FO: Ready for Prime Time] on the Gilbane Report
  • [http://www.renderx.com/tutorial.html XSL Formatting Objects Tutorial] on RenderX