<?xml version="1.0"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="sans-serif" font-size="36pt" font-weight="bold">
  <fo:layout-master-set>
    <fo:simple-page-master master-name="body-page" margin-top="0.5in" margin-left="0.5in" margin-right="0.5in" margin-bottom="0.5in" page-height="11in" page-width="8.5in">
      <fo:region-body margin-top="1.5in" margin-bottom="1.5in"/>
      <fo:region-before extent="1in"/>
      <fo:region-after extent="1in"/>
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="body-page">
    <fo:static-content flow-name="xsl-region-before">
    </fo:static-content>
    <fo:static-content flow-name="xsl-region-after">
      <fo:block>
        <fo:page-number/>
      </fo:block>
    </fo:static-content>
    <fo:flow flow-name="xsl-region-body">
      <fo:block>
        <fo:block font-family="sans-serif" font-size="24pt" line-height="110%" space-before="12pt">Simple internal link: 
          <fo:inline color="blue" text-decoration="underline"><fo:basic-link internal-destination="block-01">block 1</fo:basic-link></fo:inline></fo:block>
        <fo:block font-family="sans-serif" font-size="24pt" line-height="110%" space-before="12pt">Simple internal link: 
          <fo:inline color="blue" text-decoration="underline"><fo:basic-link external-destination="url(http://www.w3.org/TR/REC-CSS2/syndata.html#value-def-color)">http://www.w3.org/​TR/​REC-CSS2/​syndata.html#value-def-color</fo:basic-link></fo:inline></fo:block>
        <fo:block font-family="sans-serif" font-size="24pt" line-height="110%" space-before="12pt">
          <fo:inline>Simple internal link on a block</fo:inline>
          <fo:basic-link internal-destination="block-02">
            <fo:block-container 
                 start-indent="1in"
                 inline-progression-dimension="2in" 
                 block-progression-dimension="1in" 
                 display-align="center" text-align="center">
              <fo:block background-color="aqua" border-style="outset" border-width="0.125in" border-color="maroon">Click Here</fo:block>
            </fo:block-container>
          </fo:basic-link>
        </fo:block>
      </fo:block>
      <fo:block break-before="page" id="block-01">This is block 1</fo:block>
      <fo:block break-before="page" id="block-02">This is block 2</fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>
