[ http://issues.apache.org/jira/browse/XALANJ-1865?page=comments#action_58821 ] Henry Zongaro commented on XALANJ-1865: ---------------------------------------
Pawprint, it's not clear to me from the traceback you've added whether the exception occurs while parsing the input that is to be transformed or during the transformation - the TransformerException that Xalan-J is throwing wraps the actual exception that reports the "can't declare any more prefixes" message. Is it possible to install an ErrorHandler that would get that wrapped exception, and display its stack trace? Or to catch the TransformerException, and similarly unwrap it? As an aside, I looked at the line numbers in your traceback, and they correspond to line numbers in Xalan-J 2.4.1, not the latest version of Xalan-J, so you might not be using the version you think you're using. > can't declare any more prefixes in this context > ----------------------------------------------- > > Key: XALANJ-1865 > URL: http://issues.apache.org/jira/browse/XALANJ-1865 > Project: XalanJ2 > Type: Bug > Components: Xalan > Versions: CurrentCVS > Environment: Operating System: All > Platform: All > Reporter: Gopal Rudraraju > Assignee: Xalan Developers Mailing List > Priority: Critical > > I have downloaded the latest xalan 2.6 parsers and I am getting the following > error while converting xml to html using xsl: > "javax.xml.transform.TransformerException: java.lang.IllegalStateException: > can't declare any more prefixes in this context" > Could you please send me the details. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
