XSL-FO Output
|
XSL-FO defines output inside elements.
|
XSL-FO Block, Flow and Page
|
"Blocks" of content "Flows" into "Pages" and transferred to output media.
A D V E R T I S E M E N T
XSL-FO output is normally nested inside <fo:block> elements, <fo:flow>
elements,<fo:page-sequence> elements:
|
<fo:page-sequence>
<fo:flow flow-name="xsl-region-body">
<fo:block>
<!-- Output goes here -->
</fo:block>
</fo:flow>
</fo:page-sequence>
|
XSL-FO Example
|
XSL-FO Example:
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master master-name="A4">
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="A4">
<fo:flow flow-name="xsl-region-body">
<fo:block>Vyom Technosoft</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
|
Be the first one to comment on this page.
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords : xsl tutorial,
xsl fo tutorial,
xsl fo example,
xsl attributes,
xsl examples,
xsl cdata,
xsl reference,
xsl example,
xsl elements,
xsl tags,
xsl tutorials,
xsl attribute,
xsl name,
xsl functions,
w3schools xsl,
xsl dtd,
xsl syntax,
xsl namespace,
xsl variable,
xsl text,
xsl document,
xsl xpath,
xsl element,
xsl javascript,
xsl entity,
xsl css,
xsl doctype,
xsl count,
xsl sort
|