Results 1 to 6 of 6

Thread: Parsing XML using MSXML

  1. #1
    Join Date
    Feb 2010
    Posts
    137

    Parsing XML using MSXML

    Hi all,

    XML to allow a large number of HTML-style free-form development, but its more stringent requirements of the rules. XML has three main elements: DTD (Document Type Declaration - the document type declaration) or XML Schema (XML outline), XSL (eXtensible Stylesheet Language - Extensible Stylesheet Language) and XLink (eXtensible Link Language - Extensible Linking Language). Can any body know that how can i Parse XML using MSXML. Please reply. Thanks in advance.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Parsing XML using MSXML

    MSXML parser allows you to load and create a document, the collection documents the error information, to receive and operate in the document all the information and structure, and to save the document in an XML file. DOM provides an interface to the user to load, to reach and operate, and serialized XML document. DOM provides stored in the memory of a complete XML document that provides the entire document can be random access method. DOM allows an application according to the logical structure provided by the MSXML parser to manipulate XML documents in the information. Use of MSXML provides the interface to manipulate XML. Check and reply.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Parsing XML using MSXML

    Microsoft's MSXML parser to read an XML document and then parse its contents into an abstract information containers called nodes (NODES). These nodes representative of the structure and content of documents, and allows applications to read and operate without the need for information in the document appear to know the semantics of XML. After a document is resolved, its nodes can be browsed at any time without the need to maintain a certain order. All the best.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Parsing XML using MSXML

    MSXML.DLL included in the main COM interfaces are DOMDocument. DOMDocument object is the basis for XML DOM, you can take advantage of its properties and methods exposed allows you to browse, query and modify the content and structure of XML documents. DOMDocument said that the top of the tree nodes. It implements the DOM document of all the basic methods and provide additional member functions to support XSL and XSLT. It creates a document object, all other objects can be obtained from this document object and create. check and reply.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Parsing XML using MSXML

    In the MSXML parser to use the process, we can use the document in the create Element method to create a node load and save XML documents. Through the load or the loadXML method can be from a specific URL to load an XML document. Load (LoadXML) method with two arguments: the first parameter xmlSource that the document needs to be resolved, and the second parameter isSuccessful that the document load was successful. Save method is used to save a document to a specified location. Save method has a parameter destination is used to indicate a need to preserve the type of the object, the object can be a file, an ASP Response method, an XML document object, or one capable of supporting persistence of the target customers. Check and reply.

  6. #6
    Join Date
    May 2008
    Posts
    2,012

    Re: Parsing XML using MSXML

    XML documents because it had a much stricter than the HTML syntax requirements, so the use and write an XML parser than to write a HTML parser to be much easier. At the same time because XML documents can not only mark the document display properties, more importantly, it marked the document contains information on the structure and characteristics, so we can facilitate the adoption of XML parser to get a specific node to display or modify the information and to facilitate the the user of the operation and maintenance of XML documents. All the best.

Similar Threads

  1. Flight Simulator X MSXML 4 SP2 Problem
    By Allanoo in forum Windows XP Support
    Replies: 16
    Last Post: 22-06-2011, 09:55 AM
  2. How do I remove msxml sp2 from windows XP sp2
    By RasMus in forum Operating Systems
    Replies: 3
    Last Post: 20-07-2009, 02:39 PM
  3. MSXML 6.0 installation problem
    By montee in forum Windows Software
    Replies: 3
    Last Post: 14-07-2009, 12:41 PM
  4. FSX says MSXML 4 SP2 missing - but it is installed.
    By Adele2 in forum Windows XP Support
    Replies: 3
    Last Post: 28-02-2009, 12:35 AM
  5. Msxml 4.0
    By htvan in forum Windows Software
    Replies: 1
    Last Post: 09-06-2008, 12:03 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,299,368.41034 seconds with 17 queries