Re: [xsl] apply-templates - wrap

Subject: Re: [xsl] apply-templates - wrap
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 20 Nov 2001 09:35:41 GMT
  <xsl:template match="i">
    <fo:block>
    <fo:inline font-style="italic">
      <xsl:apply-templates/>
    </fo:inline>
    </fo:block>
  </xsl:template>

  <xsl:template match="para/i">
    <fo:inline font-style="italic">
      <xsl:apply-templates/>
    </fo:inline>
  </xsl:template>

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread