|
|
|
|
|
Total Hits: 308 | Today: 0 |
Author: Pawan Bangar
|
Rating:
|
|

Interested in learning more about XML? Pawan's latest article gives us a brief introduction into XML and its roots. XML -- eXtensible markup Language -- is an exciting development in web technology. It is the youngest and most comprehensive of markup languages. (Markup refers to anything on a document that adds special meaning to a particular piece of text; for example, bold text is a form of markup). XML got its name Extensible Markup Language from the characteristic that it is not restricte...
|
|
|
|
Total Hits: 321 | Today: 0 |
Author: Gayathri Gokul
|
Rating:
|
|

Learn about XML and the hierarchical structure of the Document Object Model in this down and dirty piece! Nodes, NodeLists, NameNodeMaps, as well as properties such as parentNodes, childNodes, nodeNames, and nodeValues are explored, explained and code is given. "In order to represent the hierarchical nature of XML, the DOM provides a whole set of objects, methods and properties that allow us to manipulate the DOM. We will not be able to cover them all in this tutorial, but we’ll cover a few to g...
|
|
|
|
Total Hits: 171 | Today: 0 |
Author: http://www.profsr.com
|
Rating:
|
|

HTML has been around for several years now (since the early 1990s). Although it is still very popular and can do very many things very well, it does have many limitations and, as the needs of businesses grow, these limitations are becoming more and more agravating. For example, if you operate a business that sells merchandise over the Internet you will probably have to give customers access to a price list. In most businesses a price list is a dynamic document - items are added, items are remove...
|
|
|
|
Total Hits: 678 | Today: 0 |
|
Rating:
|
|

This article describes what is SOAP and its implication in the world of distributed computing. SOAP was originally developed by Microsoft, IBM, DevelopMentor and Userland Software and was then submitted to the Internet Engineering Task Force (IETF), who eventually made it an official recommendation. Though Microsoft camp seem to have played a major role in defining the specification of SOAP. ...
|
|
|
|
Total Hits: 366 | Today: 0 |
|
Rating:
|
|

This article provides in-depth answers to frequently asked development questions regarding Microsoft SOAP Toolkit 2.0....
|
|
|
|
Total Hits: 736 | Today: 0 |
|
Rating:
|
|

At the heart of .NET is XML and SOAP. Kenn Scribner (the author of Understanding SOAP) explains how the key to realizing and leveraging .NET begins with these two essential technologies....
|
|
|
|
Total Hits: 371 | Today: 0 |
|
Rating:
|
|

This is a very good introduction to XML for beginners. Highly recommended, it will assist everyone to understand the reason people are so excited by XML....
|
|
|
|
Total Hits: 363 | Today: 0 |
|
Rating:
|
|

The Document Object Model (DOM) presents an easily processed standardized interpretation of an XML document to applications and scripts. The DOM implementation in the Microsoft® XML Parser (MSXML) allows you to load or create a document; gather errors, if any; access and manipulate the information and structures contained within the document; and save the document back out to an XML file, if necessary....
|
|
|
|
Total Hits: 350 | Today: 0 |
|
Rating:
|
|

XML is an acronym for "Extensible Markup Language". XML is the latest platform-independent and content-dependent technology available for Internet development. XML is the tool of choice for distributing structured information in this age. A working group under the guidance World Wide Web Consortium (W3C) started developing XML to simplify the transmission of documents across the internet...
|
|
|
|
Total Hits: 244 | Today: 0 |
|
Rating:
|
|

This is the second part of a two-part series geared to get you quickly started with Web services and the Microsoft SOAP Toolkit. It will allow you to consume the server that we created in the first part (see http://www.15seconds.com/issue/010725.htm) of this article. Part I shows you how to use the toolkit on the server, and deploy your Web service. ...
|
|
|
|
Total Hits: 290 | Today: 0 |
Author: Philip Quinn
|
Rating:
|
|

XSLT are files that provide a stylesheet for viewing XML files in a variety of formats. This article will give you a brief introduction of XSLT Files and their format....
|
|
|
|
Total Hits: 287 | Today: 0 |
|
Rating:
|
|

When you send information between component tiers in Extensible Markup Language (XML), you may want to use strings rather thaninstances of the MSXML DOMDocument object....
|
|
|
|
|
|
|