Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  105
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Friday, May 16, 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 > Introduction > XML > XML
Search
DevASP

What's New
What's Hot

XML for Absolute Beginner - A Short Tutorial       
Total Hits: 511  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are absolutely new to XML world, here is a short tutorial that is written to explain what XML is and how it helps solve real-life computing problems....

XML for Not Yet Techies       
Total Hits: 371  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

A Beginners Guide to Creating and Displaying Your First XML Document       
Total Hits: 856  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a two part tutorial that will introduce you to the XML technology. In Part 1, we explain how to create an XML document and how to assign data types to the values in the XML document. In Part 2, we create HTML pages that display the data contained in the XML document by using data binding or the XSL language....

Benefits of using XML       
Total Hits: 382  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

There is a lot of hype surrounding XML, and a lot of hype surrounding Java. Together these technologies propose to solve many of the most common (and persistent) general computing problems that have been around for the last 20 years. XML and Java are not revolutionary in the approach to solving these problems of interoperability of code and data across and within platform and application boundaries. Rather, XML and Java provide solutions to these problems by using the most successful strate.....

XML: An Introduction       
Total Hits: 308  |  Today: 0 Author: Pawan Bangar       Rating:  
Read Reviews | Write Review |              Your 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...

DOING IT WITH STYLE ...       
Total Hits: 171  |  Today: 0 Author: http://www.profsr.com       Rating:  
Read Reviews | Write Review |              Your 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...

An Introduction to XML       
Total Hits: 350  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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...

Basic Design Patterns for XML Applications       
Total Hits: 666  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Michael will demonstrate the essential building blocks necessary for practical XML applications: true ntier data management (using XMLHTTPRequest), strongly typed data, updategrams, a grid metaphor, formatted input/output, sorted and filtered data, dropdown controls, and context menus. One of his XML spreadsheets, his 'polymorphic' spreadsheet, will render any ADO 2.5 recordset without any source code changes to the spreadsheet application itself.....

What is XML?       
Total Hits: 377  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article Peter Vogel, editor of XML Developer, offers an introduction to the capabilities of XML. He defines XML and introduces the fundamentals of the language including defining and using tags as well as creating and processing documents....

XML - Basics.       
Total Hits: 515  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are a beginner in Xml, this article is for you....

Standards Reference       
Total Hits: 272  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is a reference to XML and it's surrounding standards. We'll keep this page up-to-date so bookmark this page so that you can come back here again, whenever you need to refer to any standard!...

Why XML?       
Total Hits: 302  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Kurt takes a look at XML and how it will change the world. This article is written as a presentation...

Getting Started With XML       
Total Hits: 772  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Getting a grasp of how XML works will help you see how it aims to be a complete solution for creating Web applications. XML stands for eXtensible Markup Language. Like HTML, XML derives from the granddaddy of all markup languages: SGML (Standard Generalized Markup Language). SGML is a metalanguage, or a system for defining markup languages such as HTML. XML is also a metalanguage, a subset of SGML designed for use on the Web. As with SGML, you can use XML to define different markup language.....

A Technical Introduction to XML       
Total Hits: 280  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This introduction to XML presents the Extensible Markup Language at a reasonably technical level for anyone interested in learning more about structured documents. In addition to covering the XML 1.0 Specification, this article outlines related XML specifications, which are evolving. The article is organized in four main sections plus an appendix....

Introduction to BXXP       
Total Hits: 287  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

BXXP stands for Blocks eXtensible eXchange Protocol, but pronounced as BEEP. BXXP specification was drafted by the man who helped draft SMTP, POP3 & SNMP - Dr. Marshall Rose [CTO and co-founder Invisible Worlds]. BXXP is a generic application protocol framework for connection-oriented, asynchronous request/response interactions based Internet applications. In other words, BXXP is a general purpose framework for creating Internet application protocols that serve as an alternative to aging HTTP us...

Developers Guide to XML       
Total Hits: 425  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Mark gives a simple example of what XML is and you can get started with using the msxml parser for loading and working with you XML file....

General Guide to XML       
Total Hits: 311  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Mark explains, in general, why to use XML and how this technology will benefit you....

Real World XML: Examples of XML at Work       
Total Hits: 535  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The main focus is on how XML can be used to solve real world problems, often in ways that only XML can. The following tools will be demonstrated and their source code reviewed: CSV2XML.ASP: an application that converts CSV files to XMLDOMs. If only one file is processed, the data is presented using the polymorphic spreadsheet. If two files are processed, the two XMLDOMs are compared to identify missing and different content....

Get started in XML now!       
Total Hits: 293  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This manuscript is an abridged version of a chapter from the Wrox Press book Beginning XML. This chapter concentrates on well formed XML and takes a look at attributes, comments, empty elements, processing instructions and parsing XML....

A Technical Introduction to XML       
Total Hits: 365  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article the author provides a slightly more technical introduction to XML with an eye towards guiding the reader to appropriate sections of the XML specification when greater technical detail is desired. This introduction is geared towards a reader with some HTML or SGML experience, although that experience is not absolutely necessary. The XML Link and XML Style specifications are also briefly outlined.

...


1  2  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com