Hi Fred,

Hmmm... can't think of anything to fix that. It should be OK. The API
specifies:
For all nodes, importing a node creates a node object owned by the importing
document, with attribute values identical to the source node's nodeName and
nodeType, plus the attributes related to namespaces (prefix, localName, and
namespaceURI). As in the cloneNode operation on a Node, the source node is
not altered. 

However, it says this on an ELEMENT_NODE type:
Default attributes are not copied, though if the document being imported
into defines default attributes for this element name, those are assigned. 

Maybe try a newer version of Xerces -> version 1.3.1 or the newest stable
1.4.0...

Greetz,

Jonathan

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

Reply via email to