A quick diversion to learning XML by way of examples. http://www.xfront.com/xml/5-minute-intro/index.htmI do not know XmlAndSoapAreGoodForWhat. People keeping telling me XmlSucks, yet IwannaLearnXml as system integration skills are getting important and much of that is spelt XML. I need to be aware of XmlExamplesOfGoodUsage and decide for myself when and how I should use XML.
If the above describes your situation, then read on. There is also a LearnXmlDiscussions that you can exchange views with others regarding the Learning of Xml .
Note this page is designed to send computer scientists run away screaming. ;-) The aim is to share information about practical aspects of getting value for you time spent on xml
See LearnXmlDiscussions for discussions on material on this page
Start with introductory material on WardsWiki
Need to know Programming ModelsDocumentObjectModel (DOM) and SimpleApiForXml (SAX) are two mechanisms Programming Languages interface with Xml routinees. DOM is also used in Javascript and is the more established mechanism but SAX is more appropriate for some situations.
Good material on using SAX to programming Xml can be found at http://builder.com.com/5100-6373_14-5258218.html