Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

inavlidxml2.fo 970B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. fegsdfgdsgfsdgf
  3. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  4. <!-- defines page layout -->
  5. <fo:layout-master-set>
  6. <fo:simple-page-master master-name="first"
  7. page-height="29.7cm" page-width="21cm"
  8. margin-top="1cm"
  9. margin-bottom="2cm"
  10. margin-left="2.5cm"
  11. margin-right="2.5cm">
  12. <fo:region-body margin-top="3cm"/>
  13. <fo:region-before extent="3cm"/>
  14. <fo:region-after extent="1.5cm"/>
  15. </fo:simple-page-master>
  16. </fo:layout-master-set>
  17. <!-- end: defines page layout -->
  18. <!-- actual layout -->
  19. <fo:page-sequence master-reference="first">
  20. <!-- text body -->
  21. <fo:flow flow-name="xsl-region-body">
  22. <!-- Normal text -->
  23. <fo:block text-align="center">0. Normal text without link
  24. </fo:block>
  25. </fo:flow>
  26. </fo:page-sequence>
  27. </fo:root>