[ http://issues.apache.org/jira/browse/XALANJ-1774?page=comments#action_12435169 ] Henry Zongaro commented on XALANJ-1774: ---------------------------------------
Applied patch [1] to Subversion source repository. Note that my original comment in the bug report referred to the namespace140 test case. However, subsequent changes to XSLTC allowed namespace140 without actually resolving the problem described in this issue in general. The axes120 test case, in particular, continued to fail because of this bug, but passes with this patch applied. [1] http://issues.apache.org/jira/secure/attachment/12340618/patch.j1774.txt > Problem with reference to namespace prefix in AVT in XSLTC > ---------------------------------------------------------- > > Key: XALANJ-1774 > URL: http://issues.apache.org/jira/browse/XALANJ-1774 > Project: XalanJ2 > Issue Type: Bug > Components: XSLTC > Affects Versions: 2.6 > Environment: Operating System: All > Platform: All > Reporter: Henry Zongaro > Assigned To: Henry Zongaro > Attachments: patch.j1774.txt > > > In some circumstances, XSLT permits attribute value templates to yield QName > values. If the QName has a prefix, the prefix must have a namespace URI > bound > to it in the scope of the instruction on which the AVT appears. XSLTC > currently produces the following error, because it does not maintain prefix > information at run-time. > ERROR: 'Namespace for prefix 'someprefix' has not been declared.' > See the namespace140 conformance test. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
