DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.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://issues.apache.org/bugzilla/show_bug.cgi?id=26259





------- Additional Comments From [EMAIL PROTECTED]  2005-04-14 19:13 -------
The Apache Xalan project recently migrated its bug reporting and tracking from 
Bugzilla to Jira.[1]  The particular bug report to which you added attachments 
can be found at [2].

I took a look at the attachments, and I believe that the error is in the 
stylesheet.  The effective value of the name attribute in the xsl:attribute 
instruction is "prefix:attribute".  According to the description of the 
xsl:attribute instruction in section 7.1.3 of XSLT 1.0,[3] "If the namespace 
attribute is not present, then the QName is expanded into an expanded-name 
using the namespace declarations in effect for the xsl:attribute element, not 
including any default namespace declaration."  However, there is no namespace 
declaration for "prefix" in scope for the xsl:attribute element, so an error is 
reported.  That's different from the original bug report, which has a namespace 
declaration in scope.

You should be able to use the "namespace" attribute of xsl:attribute to specify 
the namespace URI of the attribute you're creating.  I hope that helps.

[1] http://issues.apache.org/jira
[2] http://issues.apache.org/jira/browse/XALANJ-1774
[3] http://www.w3.org/TR/xslt#creating-attributes

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to