Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  336
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Sunday, May 11, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
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

ESET
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

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

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

What's New
What's Hot

Applying a XSLT stylesheet using the DBMS_XMLQuery package       
Total Hits: 147  |  Today: 0 Author: Pedro Gil       Rating:  
Read Reviews | Write Review |              Your Rating: 

There is two ways you can specify the XSLT stylesheet, this make the possibility of making the transformation over at the client side or at the server side....

Using custom XML Namespaces in a VB application from an XML stylesheet       
Total Hits: 157  |  Today: 0 Author: Chris Stefano       Rating:  
Read Reviews | Write Review |              Your Rating: 

This test project illustrates the ability to add a custom namespace to an XSLT transformation script, and bind a Visual Basic class to it before running the transformation. During the transformation, any "methods" used in this namespace are fired through to the VB class....

PRB: XML DOMDocuments Created in Separate Processes Cannot Be Combined (Q251246)       
Total Hits: 745  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you create an XML document in one process, pass that XMLDOMDocument to another process (say, for example, an Microsoft Transaction Server component), and try to create a new XML DOMDocument using a node or element from the first XML document, you will receive this error message: Run Time Error -2147024809 (80070057) The parameter is incorrect.

...

XML Strengths and Weaknesses with DOM, ASP and XSL       
Total Hits: 640  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 


Since the inception of XML, many developers have wondered why we need XML... How is it better than HTML and what does it do? For starters, XML is far more powerful than HTML, and the power resides in the "X" in XML (which stands for extensible). Rather than providing a set of pre-defined tags (as in the case of HTML), XML specifies the standards with which you can define your own markup languages with their own sets of tags. XML is therefore a meta-markup language, allowing you to define an infi...

Introduction to DOM       
Total Hits: 1303  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This tutorial is a simple introduction to DOM. There is a more in-depth and technical coverage of the DOM API in the "Complete DOM" tutorial. As a Java programmer, once you have some XML documents, you will probably need to access the information contained in them using your Java code. Since the XML document is just a text file, you can write your own text file reader which interprets the information in the XML document in a way that your code can use. It is a very time consumi.....

Server-Side XML in ASP       
Total Hits: 140  |  Today: 0 Author: Adam S. Cartwright       Rating:  
Read Reviews | Write Review |              Your Rating: 

With the upcoming release of Internet Explorer 5.0, it is much easier to use XML in Web applications. Here is some information on how to harness the power of the updated XML Document Object Model (DOM) on the server to parse and use XML data in ASP applications....

XLinq Part 1: Classes and Methods       
Total Hits: 139  |  Today: 0 Author: Thiru Thangarathinam       Rating:  
Read Reviews | Write Review |              Your Rating: 

nearly every .NET application needs to handle data that may reside in a wide range of data sources, from relational databases, to XML, to in-memory or disk-persisted objects. Although .NET Framework 2.0 exposes a number of classes to handle these types of data, it lacks a unified approach to handling data from disparate data sources. In other words, until now, you needed to learn a multitude of technologies such as ADO.NET, SQL, XML DOM, XML serialization, etc., to be able to read and update the...

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

The XML Document Object Model (XML DOM) defines a standard way for accessing and manipulating XML documents.The DOM presents an XML document as a tree structure, and gives access to the structure through a set of objects....

XML DOM Reference       
Total Hits: 199  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft has shipped some very useful objects with IE that can be used from any programming language that can make use of COM objects. In this part of the book, we will focus on the XML DOM objects using VB or VBScript. The XML DOM Object implements the XML DOM interfaces. These interfaces make reusability throughout the DOM practical. Learn by playing the "Understanding the XML DOM" game. Read about the XML DOM and then answer the questions. See if you can get a 100% score and if not, play i...

Use XMLDOM and XMLHTTP Documents to Upload Small Files       
Total Hits: 556  |  Today: 0 Author: Béla Csaba Hatvany       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sometime it's useful to have a quick solution to upload small files to your server, especially is you are working in an Intranet ambient....

N:N relationships with DBMS_XMLQuery Package       
Total Hits: 135  |  Today: 0 Author: There is two ways you can specify the XSLT stylesh       Rating:  
Read Reviews | Write Review |              Your Rating: 

With all the samples I provided earlier I've been giving a simple query to be output into XML, but in a real life situation the xml files are much more complex than this, perhaps you will have to deal with N:N relationships....

XML Strengths and Weaknesses with DOM, ASP and XSL       
Total Hits: 867  |  Today: 0 Author: Nakul Goyal       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article we're going to take a look at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with XSL using Microsoft's MSXML parser. To test the code samples shown in this article you should be running Windows NT/2000/XP with IIS installed....

XML Directory Viewer       
Total Hits: 379  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This and is a sample from an XML implementation I created for my company's Intranet, giving the capability for user maintained content. It contains a VB project and two asp files demonstrating how the DOM and SAX may be used to produce an XML file of a file directory structure and transform it in the browser....

HOW TO: Create a DOMDocument Object from SAX Events by Using Visual C++ (Q309822)       
Total Hits: 255  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your Rating: 

MSXML 4.0 adds two new features to the integration of Simple API for XML (SAX) and the Document Object Model (DOM). This article demonstrates how to create a DOMDocument object from SAX events in Microsoft Visual C++.
...

The DomDocument Load Method Ignores Content Expiration (Q308603)       
Total Hits: 392  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you call the load method of the XML2.DOMDocument object to load an XML document through a script, Internet Explorer sends an "If-Modified-Since" header for the XML file.

...

SAMPLE: XMLTree Uses XML DOM from C++ (Q246230)       
Total Hits: 862  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

XMLTree.exe is a sample that demonstrates how to use the MSXML XML DOM interfaces from a C++ application....

Q246230 - SAMPLE: XMLTree Uses XML DOM from C++       
Total Hits: 828  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

XMLTree.exe is a sample that demonstrates how to use the MSXML XML DOM interfaces from a C++ application. XMLTree loads XML documents from a URL and graphically displays them in a tree view. It allows manipulation of the XML data on a node-by-node basis and supports saving the data out to a file on the local disk....

XML Strengths & Weakness’ with DOM, ASP & XSL       
Total Hits: 182  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article explains in a very simple manner how you can use XML in ASP and VB....

Filtering Data Islands       
Total Hits: 251  |  Today: 0 Author: David Silverlight       Rating:  
Read Reviews | Write Review |              Your Rating: 

This snippet demonstrates filtering, sorting and highlighting HTML tables that use xml data islands....

Inserting XML file into a table using DBMS_XMLSave Package       
Total Hits: 173  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Well I've been making some snippets for the opposite of this one, with the DBMS_XMLQuery you get a SQL->XML functionality, and the DBMS_XMLSave will provide the XML->SQL functionality, it's important that you are able to insert the xml files into a table. This package has a lot's of possibilities for customization of the input xml file, including the use of a XSLT stylesheet to transform your xml file....


1  2  3  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com