xsl-list
[Top] [All Lists]

RE: namespace problem with DOM parsed stylesheets

2003-04-01 01:16:42
the approach of copying all the "xmlns" attributes to the DOM 
tree seems to work since
xalan can get the information from there and resolve any XSL-T 
attrributes with
namespace prefixes but I suppose that there is a more "proper" 
solution.. .isn't there???


With DOM, I don't think there is a "proper" solution to handling
namespaces. The way namespaces are represented in the tree seems (in my
experience) to depend on the product you are using, the level of the DOM
specification, the exact methods that you call to update the DOM and
then to retrieve data from it, and the temperature of the seabed in the
Pacific Ocean. You just need to find a way that works for you and stick
to it. Alternatively, if you can, avoid DOM entirely.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>