Hello!
 
I am trying to install Xalan-C on a Linux RedHat platform and get weird behaviour
of the supplied binaries. testXSLT does not translate the string compare functionality
correctly, i.e.
 
<xsl:if test="$a >= $b">
  do something...
</xsl:if>
 
seems to return ALWAYS true, no matter which strings are contained in $a or $b.
 
Trying to rebuild Xalan, my compiler always _hangs_ on the file
XMLSupport/FormatterToHTML.cpp.
 
I am using gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81).
 
Can anybody help?
 
Thanks,
Markus
 

Reply via email to