This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xml to html paragraphing


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]