Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Newbie questions [Thread Next] Re: Newbie questionsTo: NULL Date: 9/3/2005 5:54:00 PM Andrew Ellis wrote: > I'm just starting out with XML. I'm using a SAMS book - 'Teach Yourself XML > in 21 days", by Devan Shepherd. It was published in 2001, and maybe XML has > moved on from version 1.0 since it was written. What version are we on now? > Where can I find a roundup of changes in the spec.? XML 1.0 is the major version used, there is an XML 1.1 specification by now but you are supposed to author XML 1.0 documents unless there is a real need to use the new features 1.1 allows. And Microsoft so far has no parsers supporting XML 1.1. You can find the official specifications here: <http://www.w3.org/XML/Core/#Publications> > The book suggests I can get a validating parser at > http://msdn.microsoft.com/downloads/samples/internet/xml/xml_validator/ > but this link appears to be dead now. Any suggestions where I can get one > please? Use MSXML 4 (Microsoft XML Core Services 4.0) available here <http://msdn.microsoft.com/XML/XMLDownloads/default.aspx> if you want to use a parser with script (e.g. VBScript, JScript) or classic VB or C++. If you have MS Office 2003 installed then you can also use MSXML 5 as Office installs and uses that version. If you want to develop with the .NET framework then with .NET 1.0 and 1.1 simply use the XmlValidatingReader class the .NET frameworks comes with. Other validating parsers are Xerces for instance, there is a C++ and a Java version, both can be found at http://xml.apache.org/. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
