XSL Formatting Objects #20
babbltd-admin
started this conversation in
Technical References
Replies: 1 comment
-
|
Mozilla's XSLT: Extensible Stylesheet Language Transformations XSLT allows a stylesheet author to transform a primary XML document in two significant ways: manipulating and sorting the content, including a wholesale reordering of it if so desired, and transforming the content into a different format. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
XSL-FO (XSL Formatting Objects) is a markup language for XML document formatting that is most often used to generate PDF files. XSL-FO is part of XSL (Extensible Stylesheet Language), a set of W3C technologies designed for the transformation and formatting of XML data. The other parts of XSL are XSLT and XPath. Version 1.1 of XSL-FO was published in 2006.
https://en.wikipedia.org/wiki/XSL_Formatting_Objects
Beta Was this translation helpful? Give feedback.
All reactions