Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  885
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, September 02, 2010
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > XML > MSXML
Search
DevASP

What's New
What's Hot

A Look at MSXML 4.0 RTM       
Total Hits: 77  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

While I'm sure many of you know that Microsoft has released version 4.0 of their XML parser, for those of you who don't, well you do now... and this should serve as your wake up call!...

MSXML 3.0 and the Next Generation       
Total Hits: 254  |  Today: 0 Author: Don Kiely       Rating:  
Read Reviews | Write Review |              Your Rating: 

Every couple of months this year Microsoft has released another in a series of technology previews and betas of the latest version of its XML parser, MSXML. Each new version gets bigger, better, supports more of the profusion of XML standards, better supports development tools like Visual Basic, and adds a whole new layer of complexity while opening up vast new possibilities...

FAQ - My ASP MSXML transformation always outputs UTF-16?       
Total Hits: 246  |  Today: 0 Author: Martin Rowlinson       Rating:  
Read Reviews | Write Review |              Your Rating: 

In an ASP page using MSXML (3 or 4) the transformation result is returned as UTF-16 despite the fact that a has been specified in the stylesheet. This is invariably down to the use of the .transformNode() method being used...

MXSML based class module to perform Base64 encoding and decoding       
Total Hits: 177  |  Today: 0 Author: Shamil Salakhetdinov       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code snippet presents VB6's class module to perform base64 encoding and decoding using MSXML....

Combinations of k out of n numbers       
Total Hits: 207  |  Today: 0 Author: Dimitre Novatchev       Rating:  
Read Reviews | Write Review |              Your Rating: 

An XSLT implementation of an algorithm is presented for the generation of all combinations of k numbers out of n (k <= n)....

Support automatic transformation using XSLT in IE in side by side mode       
Total Hits: 282  |  Today: 0 Author: Don Kackman       Rating:  
Read Reviews | Write Review |              Your Rating: 

A small XSL stylesheet that defers the actual transformation to an XSLT stylesheet...

Helpful XSLT "break" template       
Total Hits: 210  |  Today: 0 Author: Don Kackman       Rating:  
Read Reviews | Write Review |              Your Rating: 

A named template that will halt an XSLT tranformation and reutrn some helpful state information...

XML cache on client for the desktop application website       
Total Hits: 148  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML cache on the user client can be used. XML cache on the user client can be used for the desktop application. It can be saved in the different filename....

Using XML as a Data Store       
Total Hits: 399  |  Today: 0 Author: Visveswaran Chidambaram       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML is a standardized language for platform independent, machine/human readable data representation which plays a key role in providing and maintaining information not only in the WWW, but also in Enterprise Information Systems, Ecommerce applications/ B2B solutions. The primary reasons are that XML is data centric, XML is easily manipulated and displayed, and XML can be accessed programmatically. XML can be used to both display data and store data....

XML – IMDB Concepts.       
Total Hits: 119  |  Today: 0 Author: Shiva       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this session of article let us explore the concept of IMDB (In Memory Database) in XML....

XML for Software Configuration       
Total Hits: 249  |  Today: 0 Author: Roman Korchagin       Rating:  
Read Reviews | Write Review |              Your Rating: 

Discuss and compare various ways software configuration can be stored and manipulated and show how XML is increasingly taking place as a technology of choice for software configuration. There is a reference to RConfigs component I developed to access and manage configurations in XML format....

XML Cache using IE 5.0 Behaviour       
Total Hits: 140  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

How to set the XML Cache on client side ?. this method will show you, using I.E 5.0 Behaviour. how to set it up ?, use a persistence userdata to kept the last object from XML and saved in whatever interval you want. this system like as cookie method, but different way....

Using msxml3 with Web Storage System       
Total Hits: 279  |  Today: 0 Author: Damir Simunic       Rating:  
Read Reviews | Write Review |              Your Rating: 

One way to solve the problem of non-compliant tag names in Web Storage System...

Extracting an item from a delimited list       
Total Hits: 150  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a named template that will allow you to extract a specified item from a delimited list....

Importing XML into SQL Server 2000       
Total Hits: 1413  |  Today: 0 Author: Darshan Singh       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the frequently asked questions on SQL Server newsgroups is "How to import XML data into SQL Server 2000?" There are various ways in which XML data can be imported into SQL Server 2000 database tables. In this article, we'll look at some of these options....

FIX: Access Violation in MSXML3.DLL When an HTTP Request Uses Basic Authentication (Q295431)       
Total Hits: 815  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use XMLHTTP or ServerXMLHTTP with basic authentication and Base64 encoding, you may encounter an unhandled exception....

HOWTO: Determine the Version of MSXML Used by Internet Explorer (Q296647)       
Total Hits: 422  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article provides a sample well-formed XML document in Microsoft Internet Explorer and demonstrates how to use Filemon for Windows to determine the version of MSXML that Internet Explorer is using.Paste the following code into Notepad and save it as Books.xml....

PRB: Unregistering MSXML 3.0 DLL Removes Registry Entries When Installed in Replace Mode (Q300188)       
Total Hits: 193  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If MSXML 3.0 is installed in replace mode and the dynamic-link library (DLL) is unregistered, all registry entries for previous versions are removed, and Web applications that were using MSXML no longer work correctly....

MSXML 3.0 Illustrated       
Total Hits: 809  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML is becoming more and more popular, so are it's surrounding technologies like XSLT, SOAP, etc.
Microsoft is doing good job keeping up with the standards and it was proved when MSXML 3.0 was released
in November last year. MSXML 3.0 Web release is a perfect DOM based XML parser, with SAX 2.0 support, full implementation of XSLT/XPath specifications, and more. In this article, we'll take a practical approach, write an example for each and learn how MSXML 3.0 supports these standards....

XML Tutorial       
Total Hits: 286  |  Today: 1 Author: http://www.w3schools.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML stands for EXtensible Markup Language.In our XML tutorial you will learn what XML is and the difference between XML and HTML. You will also learn how to start using XML in your applications....


1  2  Next >> 

DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com