> 
Hi Tom,

thanks for your reply

about my  being more precise :

> > I noticed that sablot is sensitive to "<" sign in CDATA sections 
and  even between quotes in test attribute of an xsl:if.
 
i mean "<" is replaced by &lt ; in these cases.

eg :
<xls:if test="position()<10"> issues an error
...
</xsl:if>

and 
[!CDATA[<!-- @import ...-->]] outputs  : &lt;-- @import ...--> after 

transformation

and of course [!CDATA[&lt;!-- @import ...-->]] is not understood by 
the browser after output.

i thought this automatic replacement was not to happen  in CDATA 
sections ; but maybe is normal in attributes value (between quotes) 
and must be 



pascal




Reply via email to