Re: moving source text around

Subject: Re: moving source text around
From: "Richard Lander" <rlander@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Apr 1999 08:39:38 -0400
 Thanks,

Your solutions works well. I even learned a few things in the process.

Take care,

Richard.

----- Original Message -----
From: Steve Dahl <sdahl@xxxxxxxxxxx>
To: Richard Lander <rlander@xxxxxxxxxxxxxxxxxxx>
Sent: Monday, April 12, 1999 11:33 PM
Subject: Re: moving source text around


> OK, this may look complicated, but bear with me. There may be a better way
to
> do this, but the following will work.
>
> If there is only one FRONT/TITLE in the document, use this:
>
>     <xsl:apply-templates select="REPORT/FRONT/TITLE" mode="print"/>
>
>     <xsl:template match='FRONT/TITLE' mode="print">
>      <H2 class='FRONTTITLE'>



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


Current Thread