XML Support In Visual Basic 9
Short Description
ments in a Visual Basic program. Inside XML lit-. erals we can leave holes for attributes, attribute. names, or attribute values, for element names by using …
Website: research.microsoft.com | Filesize: 59kb
Content
XML Support In Visual Basic 9
Erik Meijer Brian Beckman?
XML Programming Using DOM
Programming against XML using the DOM API today
is a bitch. The accidental complexity of working with
the DOM is so high that many programmers are giving
up on using XML altogether, cursing the hype that
XML makes dealing with data simple, which no one who
has actually written DOM code could claim. The W3C
DOM was not designed with ease of programming in
mind, but rather evolved as a design by committee from
the existing DHTML object model originally created by
Netscape.
Consider the following simple purchase order document
…
…
?Brian.Beckman@microsoft.com
The DOM implementation as surfaced in the .NET
frameworks as the System.Xml.XmlDocument API…
Get the file Download here
Related Books:Related Searches: dhtml object model, brian beckman, erik meijer, mill valley ca, dom api
Comments
Leave a Reply