DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26259>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26259

Problem with reference to namespace prefix in AVT in XSLTC

           Summary: Problem with reference to namespace prefix in AVT in
                    XSLTC
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

Reply via email to