Consultor Eletrônico



Kbase P179025: Is it possible to completely remove any references to namespaces when using WRITE-XML to write a Dat
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/12/2010
Status: Unverified

GOAL:

Is it possible to completely remove any references to namespaces when using WRITE-XML to write a DataSet to XML?

GOAL:

Can I use WRITE-XML to write a DataSet to XML with no namespace information in it?

FACT(s) (Environment):

OpenEdge 10.x

FIX:

It is not possible to use WRITE-XML to write a DataSet out to XML with no namespace information anywhere within the resulting XML.

To accomplish you should use either the DOM parser or the SAX writer to write out your own XML document.