Uniface on GitHub
Fixes and Updates
Product download
Login
Hello Uniface,
why is
and
not doing the exact same thing?
Export to XML is starting with double quotes
<?xml version='1.0' encoding="UTF-8"?>
whereas Export only uses single quotes
<?xml version='1.0' encoding='UTF-8' ?>
Export to XML has some more
<TABLE><DSC name="UXFIELD" model="DICT" system="S" pseudo ="73" level="1" noupdate="0"
statements then Export!
The order of the output is totaly different!
Regards
Norbert
Hello Uniface,
why is
and
not doing the exact same thing?
Export to XML is starting with double quotes
<?xml version='1.0' encoding="UTF-8"?>
whereas Export only uses single quotes
<?xml version='1.0' encoding='UTF-8' ?>
Export to XML has some more
<TABLE>
<DSC name="UXFIELD" model="DICT" system="S" pseudo ="73" level="1" noupdate="0"
statements then Export!
The order of the output is totaly different!
Regards
Norbert