You are currently viewing the XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
quote:Originally posted by bmains
Download from Microsoft's site (also get the MSXML SDK). Declare it in your code using the XML objects, such as MSXML2.DomDocument, etc.
can u pliz make that little more clear for newbie ?
Download this: http://www.microsoft.com/downloads/d...displaylang=en. Install the msi (or equivalent) on your machine. It should install an SDK in the list of programs. Open that up, and read through it. It was very helpful for me. Also look at examples on the web, and use the SDK to understand what it means.