»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / General / Tech Support / recognize <br> from html
Posted:  13 Nov 2007 14:36
Dear

Problem, I can not
make a template .xsl recognize a <br> (new line) from html code.

thanks



<xsl:template match="body">
                 
  <fo:flow flow-name="xsl-region-body">         
     <fo:block-container border-color="black" border-style="solid" border-width="1pt" height="21.6cm" width="11.2cm" top="0.5cm" left="0.65cm" position="absolute">
         
                   
<fo:block text-align="start" font-size="10pt" font-family="serif" line-height="10pt">
<xsl:value-of select="."/>
         
</fo:block>
</fo:block-container>
</fo:flow>
</xsl:template>