|
|
|
|
|
Total Hits: 628 | Today: 0 |
|
Rating:
|
|

When attempting to load an XML file saved as UTF-7 (a transfer encoding format for Unicode), the XML parser in Internet Explorer generates the following error message:
Invalid at the top level of the document.
The same error also occurs when using the MSXML parser from server-side or client-side script....
|
|
|
|
Total Hits: 985 | Today: 0 |
|
Rating:
|
|

One major advantage of Extensible Markup Language (XML) data is that it is platform independent. However, correct encoding must be specified to ensure proper transfer of XML data between different platforms. Under most scenarios, XML encoding errors originate from the different default encoding settings of the Microsoft XML parser (MSXML) methods and interfaces. A clear understanding of these default settings will help in preventing the encoding errors....
|
|
|
|
Total Hits: 316 | Today: 0 |
Author: Albert Wang
|
Rating:
|
|

I think your first thought about this article would be that: "oh, another tool to parse XML like MSXML". In fact, this article is based on MSXML. What I will present for you is not a general XML parser, but a generator to create a specific XML parser. The purpose of my article is not to teach you some knowledge about a grammar parsing technique, but to provide you some idea of auto code generation through an XML parser generator. XML parser may not be of any use in your programming area, but tha...
|
|
|
|
Total Hits: 666 | Today: 0 |
|
Rating:
|
|

Microsoft XML Core Services (MSXML) 4.0 is installed in side-by-side mode. This means that installing MSXML 4.0 does not replace or depend on any previously installed version of the MSXML parser on your computer. This is done to protect the quality of applications that are currently using Msxml.dll, Msxml2.dll, or Msxml3.dll. Side-by-side mode also allows you to decide which version of the parser to use in your code....
|
|
|
|
Total Hits: 386 | Today: 0 |
|
Rating:
|
|

Microsoft XML (MSXML) 3.0 Service Pack 2 (SP2) installs only in replace mode. This release is also included with Microsoft Windows XP, Microsoft Internet Explorer 6.0, and Microsoft Data Access Components (MDAC) 2.7. Replace mode indicates that the newly installed version of MSXML replaces an older version and becomes the default XML parser. ...
|
|
|
|
Total Hits: 863 | Today: 0 |
|
Rating:
|
|

XMLTree.exe is a sample that demonstrates how to use the MSXML XML DOM interfaces from a C++ application....
|
|
|
|
Total Hits: 1891 | Today: 0 |
|
Rating:
|
|

One of the methods added to the IDOMNode object in the IXMLDOMNode interface in Microsoft Internet Explorer 5 (IE5) is the SelectSingleNode method. This method applies a specified pattern-matching operation to a node''s context and returns the first matching node. This behavior is similar to the SelectNode method, which returns a list of matching nodes...Read More..
|
|
|
|
Total Hits: 799 | Today: 0 |
|
Rating:
|
|

Due to the rapid growth of eXtensible Markup Language (XML) development, Microsoft provides a number of parsers to meet the needs of developers, such as Microsoft XML (MSXML) versions 2.5, 2.5 Service Pack 1 (SP1), 2.6, and 3.0. Currently, the latest parser is MSXML 3.0 (file version 8.0.7820). All versions of MSXML depend on Microsoft Internet Explorer (IE) 4.01 or later, so before you install MSXML parser, this version of IE must be installed....
|
|
|
|
Total Hits: 2030 | Today: 1 |
|
Rating:
|
|

This article shows how to write XML to a file by using the XmlTextWriter class. XmlTextWriter provides a fast, forward-only way of generating XML and helps you to build XML documents. XmlTextWriter provides stream write rather than using an object model, such as the XML Document Object Model (DOM), and so gives better performance....
|
|
|
|
Total Hits: 1265 | Today: 0 |
|
Rating:
|
|

When creating an XML Document, it is necessary to input these special characters appropriately to insure proper parsing, interpretation, and, subsequently, data display. When creating an XML Document from Visual Basic, one search for these special characters and replace them with the proper Entity Reference is by utilizing the Replace Function....
|
|
|
|
Total Hits: 554 | Today: 0 |
|
Rating:
|
|

This article illustrates how you can use the Microsoft Office Chart Component to plot data from an XML data stream. The Chart used in this sample is bound to a RecordsetDef in a Data Source Component. The RecordsetDef itself is created from Active Server Pages (ASP) script that uses the XML Rowset definition to return an XML data stream....
|
|
|
|
Total Hits: 1382 | Today: 0 |
|
Rating:
|
|

This article illustrates how to populate a Treeview control from an XML file in Visual Basic. The sample code provided in this article contains a reference to MSXML 2.0. If a newer version of MSXML has been installed in replace mode on your machine, the sample code will automatically use this new version. If a newer version of MSXML has been installed in side-by-side mode on your machine, the code may use the older version....
|
|
|
|
Total Hits: 552 | Today: 0 |
|
Rating:
|
|

This article describes how to create an Extensible Markup Language (XML) data file from a cursor in Visual FoxPro 6.0....
|
|
|
|
Total Hits: 1171 | Today: 0 |
|
Rating:
|
|

This step-by-step article describes how to make simple calls to an XML Web service by using Simple Object Access Protocol (SOAP) Toolkit version 2.0....
|
|
|
|
Total Hits: 690 | Today: 0 |
|
Rating:
|
|

In Exchange 2000 you can get and set properties by using Web Distributed Authoring and Versioning (WebDAV). This article provides a Visual Basic example of how to use the WebDAV PROPFIND and PROPPATCH commands to get and set a property on a public folder item....
|
|
|
|
Total Hits: 1542 | Today: 0 |
|
Rating:
|
|

This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a file. XmlTextReader provides direct parsing and tokenizing of XML and implements the XML 1.0 specification and the namespaces in XML specification from the World Wide Web Consortium (W3C). This article provides fast, tokenized, stream access to XML rather than using an object model such as the XML Document Object Model (DOM)....
|
|
|
|
|
|
|