C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Articles » XML »

Summary Of XML


Posted Date: 18 Feb 2009    Resource Type: Articles    Category: XML
Author: RajendraMember Level: Gold    
Rating: 1 out of 5Points: 8






You Just Need to Go through this once :)



XML can be used to exchange, share, and store data.

XML documents form a tree structure that starts at "the root" and branches to "the leaves".

XML has very simple syntax rules. XML with correct syntax is "Well Formed". Valid XML also validates against a DTD.

XSLT is used to transform XML into other formats like HTML.

All modern browsers have a build-in XML parser that can read and manipulate XML.

The DOM (Document Object Model) defines a standard way for accessing XML.

The XMLHttpRequest object provides a way to communicate with a server after a web page has loaded.

XML Namespaces provide a method to avoid element name conflicts.

Text inside a CDATA section is ignored by the parser.




--------------------------------------------------------------------------------

What to Study Next?
Our recommendation is to learn about the XML DOM and XSLT.

If you want to learn more about validating XML, we recommend DTD and XML Schema.

Below is a short description of each subject.


--------------------------------------------------------------------------------

XML DOM (Document Object Model)
The XML DOM defines a standard way for accessing and manipulating XML documents.

The XML DOM is platform and language independent and can be used by any programming language like Java, JavaScript, and VBScript.



--------------------------------------------------------------------------------

XSLT (XML Stylesheet Language Transformations)
XSLT is the style sheet language for XML files.

With XSLT you can transform XML documents into other formats, like XHTML.




--------------------------------------------------------------------------------

XML DTD (Document Type Definition)
The purpose of a DTD is to define what elements, attributes and entities is legal in an XML document.

With DTD, each of your XML files can carry a description of its own format with it.

DTD can be used to verify that the data you receive, and your own data, is valid.



--------------------------------------------------------------------------------

XML Schema
XML Schema is an XML based alternative to DTD.

Unlike DTD, XML Schemas has support for datatypes, and XML Schema use XML Syntax.




Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
Xml  .  Tutorial  .  Learn  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: XML DOM Object Model
Previous Resource: Brief Summary About XSLT
Return to Discussion Resource Index
Post New Resource
Category: XML


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use