Consultor Eletrônico



Kbase P143761: Generated xml file does not contain any schema references
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/05/2009
Status: Unverified

SYMPTOM(s):

Generated xml file does not contain any schema references

Using ADD-SCHEMA-LOACTION in the source code used to create the XML does not append the schema tag in the output XML file

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

CAUSE:

The add-schema-location is used for providing schemas for validating the document but it is not appended to the document when the document is saved

FIX:

To add info to the XML file, the schema must be treated as an attribute to the node, and therefore use the SET-ATTRIBUTE() method