All in one forum  - Applications | Games | E-Books | Music, Movies & Videos | Mobile Stuff | Live Discussions | Webmaster Stuff | Many More | Community to Hang Out & Stick to One low monthly fee you get access to files using 4 premium accounts

Unlimited Storage and Bandwidth for $4.95/mo Your Link here @20$ Member of the Month - Free Rapidshare Account Join NFO Competition
Go Back   Home > Tutorial Section > Programming > CSS and XML
Forgot Password? Join Us!

Notices

Your Ad Here


Post New Thread Reply
 
LinkBack Thread Tools Display Modes
Old 01-10-2008, 07:55 AM   #1 (permalink)
 
KoOL's Avatar

 
User Info
Join Date: Oct 2007
Location: In Your Mind
Age: 27
Achievements Posts: 11,081
Casino Cash: $1187430

Total Points: 239,825,819,370.72
Donate

KoOL has disabled reputation

Awards Showcase
Administrator Of the Month Of Jan 
Total Awards: 1
XML Syntax Rules

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.



An Example XML Document

XML documents use a self-describing and simple syntax.
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>

The first line in the document - the XML declaration - defines the XML version and the character encoding used in the document. In this case the document conforms to the 1.0 specification of XML and uses the ISO-8859-1 (Latin-1/West European) character set.
The next line describes the root element of the document (like it was saying: "this document is a note"):


<note>


The next 4 lines describe 4 child elements of the root (to, from, heading, and body):


<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>

And finally the last line defines the end of the root element:


</note>

Can you detect from this example that the XML document contains a Note to Tove from Jani? Don't you agree that XML is pretty self-descriptive?
All XML Elements Must Have a Closing Tag

With XML, it is illegal to omit the closing tag.
In HTML some elements do not have to have a closing tag. The following code is legal in HTML:
<p>This is a paragraph
<p>This is another paragraph In XML all elements must have a closing tag, like this:
<p>This is a paragraph</p>
<p>This is another paragraph</p> Note: You might have noticed from the previous example that the XML declaration did not have a closing tag. This is not an error. The declaration is not a part of the XML document itself. It is not an XML element, and it should not have a closing tag.
XML Tags are Case Sensitive

Unlike HTML, XML tags are case sensitive.
With XML, the tag <Letter> is different from the tag <letter>.
Opening and closing tags must therefore be written with the same case:
<Message>This is incorrect</message>

<message>This is correct</message>
XML Elements Must be Properly Nested

Improper nesting of tags makes no sense to XML.
In HTML some elements can be improperly nested within each other like this:
<b><i>This text is bold and italic</b></i> In XML all elements must be properly nested within each other like this:
<b><i>This text is bold and italic</i></b>
XML Documents Must Have a Root Element

All XML documents must contain a single tag pair to define a root element.
All other elements must be within this root element.
All elements can have sub elements (child elements). Sub elements must be correctly nested within their parent element:
<root>
<child>
<subchild>.....</subchild>
</child>
</root>
XML Attribute Values Must be Quoted

With XML, it is illegal to omit quotation marks around attribute values.
XML elements can have attributes in name/value pairs just like in HTML. In XML the attribute value must always be quoted. Study the two XML documents below. The first one is incorrect, the second is correct:
<?xml version="1.0" encoding="ISO-8859-1"?>
<note date=12/11/2002>
<to>Tove</to>
<from>Jani</from>
</note>
<?xml version="1.0" encoding="ISO-8859-1"?>
<note date="12/11/2002">
<to>Tove</to>
<from>Jani</from>
</note>
The error in the first document is that the date attribute in the note element is not quoted. This is correct: date="12/11/2002". This is incorrect: date=12/11/2002.
With XML, White Space is Preserved

With XML, the white space in your document is not truncated.
This is unlike HTML. With HTML, a sentence like this:
Hello my name is Tove,
will be displayed like this:
Hello my name is Tove,
because HTML reduces multiple, consecutive white space characters to a single white space.
With XML, CR / LF is Converted to LF

With XML, a new line is always stored as LF.
Do you know what a typewriter is? Well, a typewriter is a mechanical device which was used last century to produce printed documents. :-)
After you have typed one line of text on a typewriter, you have to manually return the printing carriage to the left margin position and manually feed the paper up one line.
In Windows applications, a new line is normally stored as a pair of characters: carriage return (CR) and line feed (LF). The character pair bears some resemblance to the typewriter actions of setting a new line. In Unix applications, a new line is normally stored as a LF character. Macintosh applications use only a CR character to store a new line.
Comments in XML

The syntax for writing comments in XML is similar to that of HTML.
<!-- This is a comment -->
There is Nothing Special About XML

There is nothing special about XML. It is just plain text with the addition of some XML tags enclosed in angle brackets.
Software that can handle plain text can also handle XML. In a simple text editor, the XML tags will be visible and will not be handled specially.
In an XML-aware application however, the XML tags can be handled specially. The tags may or may not be visible, or have a functional meaning, depending on the nature of the application.


For Download Links U need to Press Thanks Button

Please don't PM me For Posts, Request and Not Working Threads. Use Button.
KoOL is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply
The Following 2 Users Say Thank You to KoOL For This Useful Post:
barnick (06-28-2008), chan001 (09-19-2008)
Click here to Donate to remove the Adverts.
Post New Thread Reply

Bookmarks

« - | XML Elements »


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Where can I get the drivers for my Syntax Lobster Motherboards 0 09-06-2007 09:36 AM
Five Rules... PaNkAJ Funstuff. 0 07-06-2007 12:13 PM
10 Rules for a Good Day sharad_mlk Funstuff. 0 04-29-2007 04:18 AM


These are the 125 most used thread tags
Tag Cloud
(2008) 1080i 2007 2008 2009 action adobe adventure aio antivirus appz audio avalon avira backgrounds beta black build burning collection comedy converter copy crack database deluxe desktop development digital tutors direct download disciple download download manager drama driver dvdrip easy edition files final finance flash fonts free full funny game games getdata graphics guide hacking hdtv hidden high hq increditools internet introducing myself kaspersky keygen link love magic manager matlab maya media megaupload microsoft mobile movie multimedia music n95 nero network office pack photoshop pictures pillar platinum plumb pocket portable premium professional quality rapidshare recover retail ringtones rock rs.com security serial sexy smartmovie software soundtrack steppenwolf studio suite symbian telugu movie template thriller tools tutorial ultimate utilities video videos virus vista wallpaper wallpapers web development windows wwe xp xvid [2008] [rs.com]

New To AiO Forum? Need Help?

Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Site Best Viewed with Firefox 3.0 & IE v7.0
RapidShare Links PhazeDDL Warez
PhazeDDL Warez