SunQuest
           XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old October 9th, 2001, 03:00 AM
blaz blaz is offline
Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Ljubljana, Slovenia, Europe
Posts: 29 blaz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Confused

I reading all this stuff about XML and still dont know what it can be used for. Can XML be used in Web page development? How? Has anybody done it already?

Where in web page development can XML be better than older technologies?

I'm reading this articles and everytime I read one I get more clueless? Can anybody give me a straight answer?

Thanks, Blaz

Reply With Quote
  #2  
Old October 9th, 2001, 02:32 PM
AlCapone's Avatar
AlCapone AlCapone is offline
Mobbing Gangster
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
Posts: 4,913 AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 36 m 31 sec
Reputation Power: 17
Send a message via ICQ to AlCapone Send a message via AIM to AlCapone Send a message via Yahoo to AlCapone
straight answer:
xml is good for DESCRIBING informatioin, not for presenting it. Even more than that, you cannot present info with xml only (well you could, but it wont be in very readable format). So if you have some mess you need to be able to describe with few trags - xml is your thing. Look how easy that would be to describe library inventory:

<lib>
<book>
<title>awesome adventures of me</title>
<price>$29.99</price>
<pages>183</pages>
<description>
thats is just an awesome book about my awesome adventures, everybody has to read it!!! its a must!!!
</description>
</book>
</lib>

so just by adding one more <book></book> you can easily increase your info by n # of books. Then simply use some sort of xml parser (whether it is js or php) for outputing info in the way you want. Here come another advantage: you can easily change designed withough even touching the cores of information.
Plus xml is platform independent, so... uh later about that

Of course it doesn't mean you have to use xml everywhere, its just one more tool which is nice to know.
__________________
And you know I mean that.

Reply With Quote
  #3  
Old October 15th, 2001, 01:38 PM
robotnix robotnix is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Location: aaaaaa
Posts: 26 robotnix User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 27 m 12 sec
Reputation Power: 0
you can use xml to build web sites but it's not meant for building pages.

it's a mean to organize data.
I gave an example in my previous post, find it and read it, you may understand it better.

but the truth is, most of the time you can do things without xml. I use xml to make things more clean and also to present the data to others.

but then again, the best way to understant what xml is for and what it can do for you is to read a book.

take care.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Confused


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

IBM developerWorks




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway