You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/05/23 17:54:48 UTC

DO NOT REPLY [Bug 9358] - Attributes set in returned Element objects are discarded

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

Attributes set in returned Element objects are discarded





------- Additional Comments From keshlam@us.ibm.com  2002-05-23 15:54 -------
Xalan requires that DOM nodes passed to it be created using the Level 2 
(namespace-aware) calls. Try replacing all instances of setAttribute with 
setAttributeNS, and see if that helps.