Search
Recommended Sites
Related Links






   

Informative Articles

ben kolleri icommerce analysis - coventine corporation fraud
http://www.internet-fraud.com/fraudforum/DCForumID39/10.html The web development firm in India that sometimes say they are in the USA are running a scam operation. I found them using Guru.com and made a payment to guru.com using their safe...

Developing a Login System with PHP and MySQL
Used with the author's permission. This article is written by daBoss. daBoss is the Webmaster of Designer Banners . daBoss can be contacted at sales (at) designerbanners (dot) com. Developing a Login System with PHP and MySQL Most interactive...

Does Your Site Qualify for a Web Site Award?
Most entrepreneurs are constantly upgrading and changing web site content and design. But how accurate and professional is the content as a whole? A great way to find out is to apply for a site award. .No Kidding! You'll be amazed at the...

Don't Let Your HTML Email Newsletter Break!
Don't Let Your HTML Email Newsletter Break! By Jessica Albon Copyright 2003, The Write Exposure Offering your email newsletter in HTML frequently results in higher subscribe rates, greater reader recognition and impressive ROI. That is, if they're...

How to customize web templates on your own to create unique websites
How to customize web templates on your own to create unique websites Web templates are raw materials that need to be refurnished/edited to be published online. Editing web-templates could include content insertion, graphic insertion/modification,...

 
Beginning XML - Part IV(Basic Schema Of A DTD)

In the following two articles, I'm going to wrap up my pondering
on XML. We'll explore the basic schema of a DTD, and the future
of XML.

Let's recall that some basic features of XML are:

• XML can keep data separated from your HTML
• XML can be used to store data inside your HTML documents
• XML can be used as a format to exchange information
• XML can be used to store data in files or in databases

The power and beauty of XML is that it maintains the separation
of the user interface from structured data, allowing the seamless
integration of data from diverse sources. Customer information,
purchase orders, research results, bill payments, medical
records, catalog data and other information can be converted to
XML on the middle tier, allowing data to be exchanged online as
easily as HTML pages display data today. Data encoded in XML can
then be delivered over the Web to the desktop. No retrofitting is
necessary for legacy information stored in mainframe databases or
documents, and because HTTP is used to deliver XML over the wire,
no changes are required for this function.

Once the data is on the client desktop, it can be manipulated,
edited, and presented in multiple views, without return trips to
the server. Servers now become more scalable, due to lower
computational and bandwidth loads. Also, since data is exchanged
in the XML format, it can be easily merged from different
sources - ok, this is the aspects that personally interests me.
The portability of data. Database programmer all over the world
face unlimited problems while tackling with data of multifarious
formats. If formats cease to matter, anybody, anywhere, on
whichever machine, can view and manipulate the data.

>From the previous article, we might recall the XML, unlike HTML,
does not have proprietary tags. We can go on a wild trip and
define our own tags, according to the necessity. Consider this
for example:

<?xml version="1.0"?>

4/17/2001


Telling what exactly XML
means

Some Examples of XML
Some concluding text
Email the XML files to Yagna




Have something light to eat and laze around



Work on a client's web site


............
4/18/2001
..............


If you can't make out what this is all about, don't worry. This
is just an imaginary schema of a data structure that can be
represented through an XML document.

Before you get the time to come to grips with the gory XML
introduction, I present a more evolved version of the above
mentioned XML code:

<?xml version="1.0"?>

mid-noon-to-evening)>

XML-Conclusion, XML-Email)>






]>

4/17/2001


Telling what exactly XML
means

Some Examples of XML
Some concluding text
Email the XML Article




Have something light to eat and laze around



Work on a client's web site


............
4/18/2001
..............


The above is a comprehensive example of a DTD - Document Type
Definition. XML provides an application independent way of
sharing data. With a DTD, independent groups of people can use a
common DTD for interchanging data. Your application can use a
standard DTD to verify that the data you receive from the outside
world is valid. You can also use a DTD to verify your own data.

In this example, the data structure is well defines. Each parent
node has a child node, and some child-nodes have grand-child
nodes and so on.



About the Author
Amrit Hallan is a freelance web designer. For all web site
development and web promotion needs, you can get in touch with
him at http://www.bytesworth.com. For more such articles,
visit http://www.bytesworth.com/articles and
http://www.bytesworth.com/learn You can subscribe to his
newsletter [BYTESWORTH REACHOUT] on Web Designing Tips & Tricks
by sending a blank email at bytesworth-subscribe@topica.com

Sign up for PayPal and start accepting credit card payments instantly.