You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

unknown.fo 1001B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fo:root source-document="a" xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <fo:layout-master-set>
  4. <fo:simple-page-master
  5. margin-right="1.5cm"
  6. margin-left="1.5cm"
  7. margin-bottom="2cm"
  8. margin-top="1cm"
  9. page-width="21cm"
  10. page-height="29.7cm"
  11. master-name="first">
  12. <fo:region-before extent="1cm"/>
  13. <fo:region-body margin-top="1cm"/>
  14. <fo:region-after extent="1.5cm"/>
  15. </fo:simple-page-master>
  16. </fo:layout-master-set>
  17. <fo:page-sequence master-reference="first">
  18. <fo:flow source-document="a" flow-name="xsl-region-body">
  19. <fo:block source-document="inherit" space-before.optimum="3pt" space-after.optimum="15pt">
  20. The Counter Extension
  21. </fo:block>
  22. <fo:block space-before.optimum="3pt" space-after.optimum="20pt">
  23. <fo:instream-foreign-object>
  24. <fake xmlns="http://www.foo.com/fake">
  25. <a>
  26. </a>
  27. </fake>
  28. </fo:instream-foreign-object>
  29. </fo:block>
  30. </fo:flow>
  31. </fo:page-sequence>
  32. </fo:root>