|
|
|
|
|
Total Hits: 147 | Today: 0 |
Author: Pedro Gil
|
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....
|
|
|
|
Total Hits: 157 | Today: 0 |
Author: Chris Stefano
|
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....
|
|
|
|
Total Hits: 745 | Today: 0 |
|
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.
...
|
|
|
|
Total Hits: 640 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 1303 | Today: 0 |
|
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.....
|
|
|
|
Total Hits: 140 | Today: 0 |
Author: Adam S. Cartwright
|
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....
|
|
|
|
Total Hits: 139 | Today: 0 |
Author: Thiru Thangarathinam
|
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...
|
|
|
|
Total Hits: 295 | Today: 0 |
Author: http://www.w3schools.com
|
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....
|
|
|
|
Total Hits: 199 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 556 | Today: 0 |
Author: Béla Csaba Hatvany
|
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....
|
|
|
|
Total Hits: 135 | Today: 0 |
Author: There is two ways you can specify the XSLT stylesh
|
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....
|
|
|
|
Total Hits: 867 | Today: 0 |
Author: Nakul Goyal
|
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....
|
|
|
|
Total Hits: 379 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 255 | Today: 1 |
|
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++. ...
|
|
|
|
Total Hits: 392 | Today: 0 |
|
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.
...
|
|
|
|
Total Hits: 862 | Today: 0 |
|
Rating:
|
|

XMLTree.exe is a sample that demonstrates how to use the MSXML XML DOM interfaces from a C++ application....
|
|
|
|
Total Hits: 828 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 182 | Today: 0 |
|
Rating:
|
|

This article explains in a very simple manner how you can use XML in ASP and VB....
|
|
|
|
Total Hits: 251 | Today: 0 |
Author: David Silverlight
|
Rating:
|
|

This snippet demonstrates filtering, sorting and highlighting HTML tables that use xml data islands....
|
|
|
|
Total Hits: 173 | Today: 0 |
|
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....
|
|
|
|
|
|
|