Hi Chris,

I was not able to reproduce your RESyntaxException error. Using the latest
cvs build at Apache, I was able to compile the following stylesheet (test.xsl):

<?xml version='1.0'?>
<xsl:stylesheet version='1.0' 
    xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
</xsl:stylesheet>

into 'test.class'; which then transformed an xml doc just fine. We did
recently change the support BCEL jar (bin/BCEL.jar) to a newer implementation;
and it uses the Jakarta regexp class rather than the GNU regexp stuff.

Thanks,
Todd


        >>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
        >>list-help: <mailto:[EMAIL PROTECTED]>
        >>list-unsubscribe: <mailto:[EMAIL PROTECTED]>
        >>list-post: <mailto:[EMAIL PROTECTED]>
        >>Delivered-To: mailing list [EMAIL PROTECTED]
        >>From: "Seiler, Christian" <[EMAIL PROTECTED]>
        >>X-Accept-Language: en
        >>MIME-Version: 1.0
        >>To: [EMAIL PROTECTED]
        >>Subject: xalan 2.3.0 / xsltc broken?
        >>Content-Transfer-Encoding: 7bit
        >>X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
        >>
        >>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>

=======================================================================
G. Todd Miller                        Sun Microsystems Computer Company
Software Systems Engineer             2 Network Drive, MS UBUR02-201
GE&IS XML Tech Center                 Burlington, MA 01803-0903
                                      781 442-0176
                                      781 442-1437 (fax)
                                      [EMAIL PROTECTED]

Reply via email to