XML with CSS
by
Praveen Moosad
on
Mar 09, 2005
With CSS (Cascading Style Sheets) you can add display information to an XML document.
|
|
|
|
XML Validation
by
Praveen Moosad
on
Mar 09, 2005
XML with correct syntax is Well Formed XML. XML validated against a DTD is Valid XML. A "Well Formed" XML document has corrects XML syntax.
|
|
|
|
|
|
|
|
Syntax rules of XML
by
Praveen Moosad
on
Mar 09, 2005
XML documents use a self-describing and simple syntax.
The syntax rules of XML are very simple and very strict. The rules are very easy to learn, and very easy to use.
Because of this, creating software that can read and manipulate XML is very easy to do.
|
|
|
|
XML Parser
by
Praveen Moosad
on
Mar 09, 2005
To read and update - create and manipulate - an XML document, you need an XML parser.
|
|
|
|
Viewing XML Files
by
Praveen Moosad
on
Mar 09, 2005
Raw XML files can be viewed in Mozilla Firefox, IE 5.0+ and in Netscape 6. However, to make XML documents to display like nice web pages, you will have to add some display information.
|
|
|
|
Functionality of XML
by
Praveen Moosad
on
Mar 04, 2005
It is important to understand that XML was designed to store, carry, and exchange data. XML was not designed to display data.
|
|
|
|
Usage of XML
by
Praveen Moosad
on
Mar 03, 2005
It is important to understand that XML was designed to store, carry, and exchange data. XML was not designed to display data.
|
|
|
|
XML elements and XML documents
by
Praveen Moosad
on
Feb 26, 2005
This article is based upon XML Elements, which are extensible and they have relationships. XML Elements have simple naming rules. XML documents can be extended to carry more information.
|
|
|
|
|
|