XSL-FO Ausgang
|
XSL-FO definiert Ausgang innerhalb der Elemente.
|
XSL-FO Block, Flu� und Seite
|
�Blockiert� von den zufriedenen �Fl�ssen� in �Seiten� und gebracht auf Ausgabedatentr�ger.
XSL-FO Ausgang ist normalerweise genistetes inneres <fo: block> Elemente, <fo: flow> Elemente, <fo: page-sequence> Elemente:
|
<fo:page-sequence>
<fo:flow flow-name="xsl-region-body">
<fo:block>
<!-- Output goes here -->
</fo:block>
</fo:flow>
</fo:page-sequence>
|
XSL-FO Beispiel
|
XSL-FO Beispiel:
|
<?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>
|
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
|