Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML Object Model diagram needed
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00445031
Message ID:
00445093
Vues:
16
>I found many of Microsoft object's Object Model but not the one of MSXML.
>
>Does anyone know where I can get it?
>
>I'll be giving a presentation soon on XML and I would like to have this diagram to show to people.

Hi Eric,

XML itself does not impose any internal object model on its data outside of what is specified in the DTD, or the schema. That's part of its flexibility. You role your own to fit your data.

The only object model I know of related to XML is at the document level. This is XML DOM, the XML Document Object Model.

You can get the details of it at:

http://msdn.microsoft.com/xml/XMLGuide/dom-guide-overview.asp
Phil
_____________________________
Phil Miles
http://www.philmiles.com
phil@philmiles.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform