Thank U very much, it works fine ;-)

Bob Stayton wrote:

>If you only want to modify this for articles,
>you could add a template in mode "process.root"
>to your html customization layer:
>
>
>  <xsl:template match="article" mode="process.root">
>     <xsl:apply-templates select="."/>
>  </xsl:template>
>
>Then it will not output the <head><body> stuff, but
>it will process everything in the document
>as html.
>
>  
>


Reply via email to