hi, transforming the easiest stylesheet possible (see below) with "java org.apache.xalan.xsltc.cmdline.Compile <file>" produces the following error:
Compiler error(s): org/apache/regexp/RESyntaxException the same works fine with xalan2.2.0! <?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> </xsl:stylesheet>
