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=29488>.
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=29488

Multiple problems with collecting xsl:attributes with over-ridden values and 
prefix/URI maps





------- Additional Comments From [EMAIL PROTECTED]  2004-06-10 19:07 -------
I've just attached a rather extensive patch which essentially does the 
following:
1) Additional flag when adding attributes to indicate if they are from an 
xsl:attribute or elsewhere
2) Added support in NamespaceMappings to correctly find a mapping using the uri 
and localName
3) Fixed bugs where attributes were created with the wrong URI, but it didn't 
show up before because attributes were not found using the URI
4) Additional code to correctly merge xsl:attributes with other attributes, 
with attention to prefix/uri/value.

The changes to NamespaceMappings were done with performance in mind, but there 
is a chance of some degredation because of the additional functionality 
(finding prefix/uri mappings by uri/localname rather than the 
prefix/localname). Some fields and methods in NamespaceMappings are 
made "final" in the patch in an attempt to mitigate any performance degredation.
- Brian Minchau

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

Reply via email to