Bonjour,

valider un fichier XML selon son schema XSD, je sais faire avec MSXML2.DOCUMENT.4.0 (vbscript)

mais probleme rencontre quand en entete de mon fichier xml, j'ai un doctype du type:

<!DOCTYPE xml [
<!NOTATION jpeg SYSTEM "JPG">
<!ENTITY Image_1 SYSTEM "Image_1.jpg" NDATA jpeg>
]>

puis <xml etc...declaration xsd...>

La validation ne veut pas fonctionner

Declared "Image_1" contains reference to un defined notation "JPG"
ou alors
xml is used but not declared inthe DTD/schema
ou alors
Reference to undefined Entity

Si vous avez des solutions ou conseils, je suis ouvert

En vous remerciant