XSL-FO document is an XML document with the root element named as "fo:root".
All the element names are prefixed with "fo:".
Prefix "fo:" is associated with the XML name space: "http://www.w3.org/1999/XSL/Format".
This is done by the attribute, "xmlns:xsl" in the root element.
Other "fo:" elements are used to provide page formatting information.
The next question is then do we have an application that can process this XSL-FO file
to format the embedded information? I tried the following:
I don't know how to make IE to work with XSL-FO.
I don't know how to make XML Spy to work with XSL-FO. It can be used to edit
XSL-FO files. But how to preview the formatted output?
I searched the Internet and located FOP from Apache. It can be used to format XSL-FO file
into PDF files.