ZVON > References > Zvon Example Repository
Example repository: index | categories | search

All > XSL FO > General > External links

Rendered image | PDF document
Use basic-link with external-destination.


Source
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" >
     <fo:layout-master-set>
          <fo:simple-page-master master-name="simple">
               <fo:region-body/>
          </fo:simple-page-master>
     </fo:layout-master-set>
     <fo:page-sequence master-reference="simple">
          <fo:flow flow-name="xsl-region-body">
               <fo:block>Go to
                    <fo:basic-link external-destination="http://www.zvon.org">ZVON</fo:basic-link>
               </fo:block>
          </fo:flow>
     </fo:page-sequence>
</fo:root>