Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML Object Model diagram needed
Message
From
23/11/2000 21:44:48
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00445031
Message ID:
00445093
Views:
14
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform