Re: [xsl] xml to html paragraphing

Subject: Re: [xsl] xml to html paragraphing
From: Peter Flynn <peter@xxxxxxxxxxx>
Date: Fri, 30 Mar 2001 03:24:34 +0100
On Thu, 29 Mar 2001, you wrote:
> Hi Peter,
>              But i have the para tags in within the text of the element 

Then you just need another template rule to handle them, eg

<xsl:template match="P">
  <P><xsl:apply-templates/></P>
</xsl:template>

///Peter

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


Current Thread