When you use the SVG transcoder it sets the default namespace to SVG prior to parsing. Thus if the content specifies no namespace it get's SVG.
When you give us a DOM every element already has a namespace associated (even if it is null) and we would be changing it,
this is problematic because the element in the DOM may have to 'morph'
from say a Generic Element (no SVGLocatable interface) to an SVG
Element.
thx!
cybi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
