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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <!-- defines page layout -->
  4. <fo:layout-master-set>
  5. <!-- layout for the first page -->
  6. <fo:simple-page-master master-name="only"
  7. page-height="29.7cm"
  8. page-width="21cm"
  9. margin-top="1cm"
  10. margin-bottom="2cm"
  11. margin-left="2.5cm"
  12. margin-right="2.5cm">
  13. <fo:region-body margin-top="3cm"/>
  14. <fo:region-before extent="3cm"/>
  15. <fo:region-after extent="1.5cm"/>
  16. </fo:simple-page-master>
  17. <fo:page-sequence-master master-name="single">
  18. <fo:single-page-master-reference master-reference="only"/>
  19. </fo:page-sequence-master>
  20. </fo:layout-master-set>
  21. <!-- end: defines page layout -->
  22. <!-- actual layout -->
  23. <fo:page-sequence master-reference="single" initial-page-number="1">
  24. <!-- usage of page layout -->
  25. <!-- header -->
  26. <fo:static-content flow-name="xsl-region-before">
  27. <fo:block text-align="end"
  28. font-size="10pt"
  29. font-family="serif"
  30. line-height="14pt" >
  31. XML Recommendation - p. <fo:page-number/>
  32. </fo:block>
  33. </fo:static-content>
  34. <fo:flow flow-name="xsl-region-body">
  35. <!-- defines text title level 1-->
  36. <fo:block font-size="18pt"
  37. font-family="sans-serif"
  38. line-height="24pt"
  39. space-after.optimum="15pt"
  40. background-color="blue"
  41. color="white"
  42. text-align="center"
  43. padding-top="0pt">
  44. Extensible Markup Language (XML) 1.0
  45. </fo:block>
  46. <!-- defines text title level 2-->
  47. <fo:block font-size="16pt"
  48. font-family="sans-serif"
  49. line-height="20pt"
  50. space-before.optimum="10pt"
  51. space-after.optimum="10pt"
  52. text-align="start"
  53. padding-top="0pt">
  54. Abstract
  55. </fo:block>
  56. <!-- Normal text -->
  57. <fo:block font-size="12pt"
  58. font-family="sans-serif"
  59. line-height="15pt"
  60. space-after.optimum="3pt"
  61. text-align="start">
  62. The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
  63. enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
  64. has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
  65. go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
  66. </fo:block>
  67. <!-- defines text title level 2-->
  68. <fo:block font-size="16pt"
  69. font-family="sans-serif"
  70. line-height="20pt"
  71. space-before.optimum="10pt"
  72. space-after.optimum="10pt"
  73. text-align="start"
  74. padding-top="0pt">
  75. Status of this document
  76. </fo:block>
  77. <!-- Normal text -->
  78. <fo:block font-size="12pt"
  79. font-family="sans-serif"
  80. line-height="15pt"
  81. space-after.optimum="3pt"
  82. text-align="start">
  83. This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a
  84. W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from
  85. another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its
  86. widespread deployment. This enhances the functionality and interoperability of the Web. For further information go to
  87. <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
  88. </fo:block>
  89. <!-- Normal text -->
  90. <fo:block font-size="12pt"
  91. font-family="sans-serif"
  92. line-height="15pt"
  93. space-after.optimum="3pt"
  94. text-align="start">
  95. This document specifies a syntax created by subsetting an existing, widely used international text processing standard
  96. (Standard Generalized Markup Language, ISO 8879:1986(E) as amended and corrected) for use on the World Wide Web. It
  97. is a product of the W3C XML Activity, details of which can be found at http://www.w3.org/XML. A list of current W3C
  98. Recommendations and other technical documents can be found at http://www.w3.org/TR.
  99. </fo:block>
  100. </fo:flow>
  101. </fo:page-sequence>
  102. </fo:root>