Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

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
 
Old April 7th, 2004, 10:31 AM
Registered User
 
Join Date: Oct 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to get and use MSXML parser?

I am learning XML and try to use msxml parser to process my code. WHere to get and how to use it? Thanks!

 
Old April 7th, 2004, 02:13 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Download from Microsoft's site (also get the MSXML SDK). Declare it in your code using the XML objects, such as MSXML2.DomDocument, etc.
 
Old April 7th, 2004, 04:22 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 836
Thanks: 0
Thanked 0 Times in 0 Posts
Default

http://www.microsoft.com/xml is a great place to start looking.

Take care,

Nik
http://www.bigaction.org/
 
Old September 1st, 2004, 09:25 AM
Registered User
 
Join Date: Sep 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to x10d Send a message via Yahoo to x10d
Default

Quote:
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 ?

 
Old September 1st, 2004, 11:31 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

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.

Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
Using the right version of MSXML in IE AGS BOOK: Professional Ajax ISBN: 978-0-471-77778-6 1 October 29th, 2006 01:29 PM
MSXML 6 in zxml.js rloewy BOOK: Professional Ajax ISBN: 978-0-471-77778-6 1 May 2nd, 2006 02:23 AM
MSXML - SelectNodes and XPath billy_bob_the_3rd Beginning VB 6 2 March 10th, 2005 06:57 AM
UTF-8 msxml lpinho XML 4 January 28th, 2004 06:10 AM
Source code for MSXML 4.0 ericvb All Other Wrox Books 1 August 13th, 2003 03:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.