>
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 < ; in these cases.
eg :
<xls:if test="position()<10"> issues an error
...
</xsl:if>
and
[!CDATA[<!-- @import ...-->]] outputs : <-- @import ...--> after
transformation
and of course [!CDATA[<!-- @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