Hi
 
I'm using sablotron under php with apache and mysql.
 
anybody in my case, i would be interested to share experience
 
about sablot :
 
 
I noticed that sablot is sensitive to "<" sign in CDATA sections and even between quotes in test attribute of an xsl:if.
 
and that it is not possible to have a CR between
 <xsl:attribute name="href">..///something</xsl:attribute>
 
if i write it like this in the file
 
 <xsl:attribute name="href">
    ..///something
</xsl:attribute>
 
it inserts very bad characters %a0%09%09 i think.
 
 
is it conformal , and if not is it going to be fixed in a near future ?
 
 
for the rest it works fine !
 
i use sablocmd from the command line to have the error messages, because through php
 
you have an error message but not the type of error nor source line incriminated which makes impossible to debug after some time.
 
is it a sablot bug or php ?
 
thanks
 
 

Reply via email to