<?xml version='1.0' encoding='ISO-8859-1'?>

<!-- This file makes part of an XSL Test Suite -->
<!-- Paragraph styles: first line formatting -->

<plain-doc xmlns:fo="http://www.w3.org/1999/XSL/Format">

  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:dcterms="http://purl.org/dc/terms/"
           xmlns:dc="http://purl.org/dc/elements/1.1/"
           xmlns:db="http://www.oasis-open.org/docbook/xml/4.2/">
     <rdf:Description rdf:about="http://xep.xattic.com/testsuite/features/firstline.xml">
        <dc:title>Text Block Attributes - First Line Formatting</dc:title>
        <dc:description>
          <db:para>
           Tests first-line formatting - 
      <db:sgmltag class='starttag'>fo:initial-property-set</db:sgmltag> element.
          </db:para>
        </dc:description>
        <dc:date>2003-07-25</dc:date><dcterms:requires rdf:resource="http://xep.xattic.com/testsuite/features/macro.xsl"/>
    </rdf:Description>
  </rdf:RDF> 

<title>    Text Block Attributes - First Line Formatting   </title>

<text>
  XSL:FO provides a special element for first-line formatting - 
  <code>fo:initial-property-set</code>. 
</text>

<repeat times="3">
  <p text-align="start" 
     space-before="12pt" 
     font="12pt Times">

    <fo:initial-property-set color="red" 
                             xmlns:rx="http://www.renderx.com/XSL/Extensions"
                             font="bold 14pt Helvetica"/>
      <repeat times="5">
        The initial trait of this paragraph should be formatted using
        red 14 pt bold Helvetica font, while the rest of the text should 
        be rendered in 12 pt normal black Times.
      </repeat>
  </p>
</repeat>

</plain-doc>
