Hi all, When i try to validate an xml i have this error : "XML object is not of type D=dataroot"
the problem is in the dataroot tag. if i modify the name of root xml tag(dataroot), for example in Dataroot i do not have the problem. Why ? dataroot is a private name ? in attach my xml, xsd and xsdconfig file. Thanks to all Alfonso Focareta Pro-netics s.r.l.
<?xml version="1.0"?>
<dataroot>
<tipovendita>
<properties>
<tipovenditaId>10</tipovenditaId>
<descrizionevendita>OFFLINE-BUNDLE</descrizionevendita>
</properties>
</tipovendita>
<tipovendita>
<properties>
<tipovenditaId>20</tipovenditaId>
<descrizionevendita>OFFLINE-UPSELLING</descrizionevendita>
</properties>
</tipovendita>
<tipovendita>
<properties>
<tipovenditaId>30</tipovenditaId>
<descrizionevendita>ONLINE</descrizionevendita>
</properties>
</tipovendita>
<tipovendita>
<properties>
<tipovenditaId>40</tipovenditaId>
<descrizionevendita>UNICA</descrizionevendita>
</properties>
</tipovendita>
</dataroot>
tipovendita.xsd
Description: Binary data
tipovendita.xsdconfig
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

