Consultor Eletrônico



Kbase 21837: XML -- Can I Use CREATE-NODE & CREATE-NODE-NAMESPACE?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/02/2002
SUMMARY:

You should avoid using both CREATE-NODE and CREATE-NODE-NAMESPACE in the same XML document. Doing so can possibly create invalid documents.

EXPLANATION:

Progress has seen this happen in at least one instance where a developer wanted to change the value of an attribute, but was actually creating a second attribute. The second attribute had the same name when the document was serialized (making it invalid) but had different identities because one was bound to a namespace and the other was not.