Introduction to XSL-FO
- Previous Page XSLFO Tutorial
- Next Page XSLFO Documentation
Ginagamit ang XSL-FO sa pagformat ng XML data na gagamitin sa paglalarawan.
Pangunahing kaalaman na dapat mayroon bago matuto:
Dapat mayroon kayong pag-unawa sa XML at XML namespace bago matuto ng XSL-FO.
Kung gusto ninyong unawain muna ang mga proyekto na ito, basahin ninyo ang aming 'XML Tutorial》。
Ano ang XSL-FO?
- XSL-FO ay isang wika na ginagamit sa pagformat ng XML data.
- XSL-FO ay tinukoy bilang Extensible Stylesheet Language Formatting Objects (Extensible Stylesheet Language Formatting Objects).
- XSL-FO ay isang rekomendadong pamantayan ng W3C.
- XSL-FO is usually called XSL at present
XSL-FO ay kaugnay sa pagformat.
XSL-FO ay isang XML-based markup language na ginagamit upang ilarawan ang format ng paglalarawan ng XML data sa screen, papel o ibang medya (mga impormasyon).
XSL-FO is usually called XSL at present
Why is there such confusion? Are XSL-FO and XSL the same thing?
It can be said like this, but we need to explain to you:
Styling (Styling) is aboutTransformation InformationandFormatting InformationTwo types of information. When the World Wide Web Consortium wrote their first XSL working draft, this draft included the syntax of a language for transforming and formatting XML documents.
Later, the XSL working group divided this original draft into independent standards:
- XSLT is a language used to transform XML documents
- XSL and XSL-FO are languages used to format XML documents
- XPath is a language for navigating XML documents through elements and attributes
The rest of this tutorial is about the formatting of the document: XSL-FO, also known as XSL.
You can read more about XSLT content in our《XSLT Tutorial》Read more about XSLT content.
You can read more about XSLT content in our《XPath Tutorial》Read more about XPath content.
XSL-FO is a web standard
XSL-FO was established as a W3C recommended standard on October 15, 2001. It is usually called XSL.
For more information about W3C's XSL activities, please read our《W3C Tutorial》。
- Previous Page XSLFO Tutorial
- Next Page XSLFO Documentation