topical media & game development

talk show tell print

professional-xml-04-XMLSpyFiles-HelloWorld.xsl / xsl



  <?xml version="1.0"?>
  <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  
          <fo:layout-master-set>
                  <fo:simple-page-master 
                                  master-name="A4" 
                                  page-height="29.7cm" 
                                  page-width="21cm" 
                                  margin-top="1.0cm"   
                                  margin-bottom="1.0cm"
                                       margin-left="1.0cm"  
                                  margin-right="1.0cm">
                              <fo:region-body   margin="1.0cm"/>
                              <fo:region-before extent="1.0cm"/>
                          <fo:region-after  extent="1.0cm"/>
                  </fo:simple-page-master>
          </fo:layout-master-set>
  
          <fo:page-sequence master-reference="A4">
                  <fo:flow flow-name="xsl-region-body">
                          <fo:block>Hello World</fo:block>
                  </fo:flow>
          </fo:page-sequence>
  
  </fo:root>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.