User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the RSS, Web Services and SOAP section within the Web Development category of DaniWeb, a massive community of 430,771 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,554 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our RSS, Web Services and SOAP advertiser: Programming Forums

What exactly is xml?

Join Date: Jan 2006
Posts: 8
Reputation: Sudhakarj is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Sudhakarj's Avatar
Sudhakarj Sudhakarj is offline Offline
Newbie Poster

Re: What exactly is xml?

  #8  
Jan 23rd, 2006
hi friends.
we will start from scratch.. at first XML stands foe eXtensible Markup Language.

eXtensible -> Where u can define ur own tags to create the data file.
Markup -> The language which uses tags to store data.

markup languages are derived from SGML as our friends said above. SGML was a very vast lang which provides both defined tags and manual user tags. So it was very difficult to work with SGML so ppl came with solutiion like HTML (All tags predefined) XML (None of tags are defined u have create ur own tags)

there are few rules for XML.
1. Well formed
2. Valid

Well formed means all the tags should be properly nested
Valid means the file is composed according to DTD (document type definition) or XSD

XML is all about data. Porting data between incompatible system is the best feature of XML.

U can also display XML file as HTML, TEXT, PDF (using FOP) for this we need another X called XSL and XSl FO which internally usase XSLT(An Engine)

U can query the XML file using XPATH or XQUERY

U can give links using XLINK.

For parsing a XML file we either use (SAX or DOM) read on net about them.

The future of XML is very bright

well one thing wanna say XML is not a replacement of HTML.

Happy X 'ing
Reply With Quote  
All times are GMT -4. The time now is 5:08 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC