bs:document-limit-display サンプル
bs:document-limit-display サンプル
(『<biz-Stream_home>/sample/xml/document-limit-display/document-limit-displaySample1-doc.xml
』)
<?xml version="1.0" encoding="UTF-8"?>
<!-- XML file created by biz-Stream Designer -->
<!-- biz-Stream Copyright BrainSellers.com Corp. -->
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:pdf="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:bs="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" version="5.0.0">
<bs:document-properties-set>
<bs:document-limit-display date="2022/06/30" count="10"/>
</bs:document-properties-set>
<fo:layout-master-set>
<fo:simple-page-master master-name="A4縦" page-height="297mm" page-width="210mm">
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="A4縦" name="new sheet" bs:local-page-control="none">
<fo:flow flow-name="xsl-region-body">
<bs:block-container>
<bs:include href="${base-dir}\sample\xml\document-limit-display\document-limit-displaySample1-page.xml"/>
</bs:block-container>
</fo:flow>
</fo:page-sequence>
<fo:page-sequence master-reference="A4縦" name="new sheet2" bs:local-page-control="none">
<fo:flow flow-name="xsl-region-body">
<bs:block-container>
<bs:include href="${base-dir}\sample\xml\document-limit-display\document-limit-displaySample1-page.xml"/>
</bs:block-container>
</fo:flow>
</fo:page-sequence>
</fo:root>
