PDA

View Full Version : Using XML


mcrob
12-21-05, 12:47 PM
Hey users whats up. Im getting into using XML and I wanted to know the following...

1. Whats the point in using XML when you can use MySQL?
2. making tags is freaking wicked but how can I use them in my HTML pages?
3. How do you make RSS feeds.
4. and lastly who here uses feedreader software for reading the RSS news from other websites

King Coder
05-23-06, 06:40 AM
1. Whats the point in using XML when you can use MySQL?

You're comparing apples and oranges. XML is used to create other markup languages so you can produce documents that are well structured. Once you have a nice structure, then it's easier to implement. XML can communicate with databases.


2. making tags is freaking wicked but how can I use them in my HTML pages?
Create a style sheet. You'll get nothing but a bunch of tags without telling the browser how to display it.


3. How do you make RSS feeds.

You create the following tags;

<item>
<title>Name</title>
<description>Description</description>
<link>link</link>
</item>



4. and lastly who here uses feedreader software for reading the RSS news from other websites
I used to.

ste
06-16-06, 05:52 AM
Nice reply king coder :)

I was wondering if you had any examples or links to websites that implement xml in their design.

Also to answer mcrob's question about feedreaders, I used the Sage extension for firefox which I find pretty usedful.

Ste

hoangnguyen
06-23-06, 03:05 AM
Could Anyone can give me some link which teach me XML (I'm newbie.)
thanks (I'm a vietnamese, My English is rather poor)
I hope everybody will understand it .

Christian
06-23-06, 07:33 PM
Could Anyone can give me some link which teach me XML (I'm newbie.)
Here ya go. :)
http://www.w3schools.com/xml/default.asp
http://www.xml.com/pub/a/98/10/guide0.html

Christian
06-23-06, 07:35 PM
I was wondering if you had any examples or links to websites that implement xml in their design
Ste, I don't know any off hand.

duesi
06-24-06, 06:01 AM
How about entering "XML Tutorial" in Google and turning up with this:

http://www.w3schools.com/xsl/

or

http://www.w3schools.com/xml/xml_whatis.asp

Cheers,
Dani