Click to See Complete Forum and Search --> : Advice on learning XML


Ben Rogers
02-14-2004, 11:01 PM
I understand what xml, how to write it (extrememly simple), and i don't think it has any special functions.

Does anyone know a tutorial that says how to implement XML?

buntine
02-15-2004, 09:21 AM
XML by itself is not all that handy... Though, it was designed to be accessable by several different environments.

The best way to learn XML: Buy a book.

The alternative: www.w3schools.com

Ben Rogers
02-15-2004, 01:03 PM
but i want to know, before i start, if you need any scripting knowledge to utilize it. i know xhtml and css, and have "dabbled" with php.

buntine
02-15-2004, 08:53 PM
You should be fine.. Several sub-languages have been created with XML. Just learn some basic XML and then move on to some of the other languages. There are literally 100's of them!

Ben Rogers
02-15-2004, 09:06 PM
all there is to it is

doctype
<blah>
<woo>
text
</woo>
<yah>
text
</yah>
</blah>

yeah.

scriptsandcodes
02-16-2004, 05:26 PM
I hooked up a new database of webbased tutorials (xml, xsl, xslt, html, php, javascript, mysql and many more - over 5000 links)

Have a look at www.scriptsandcodes.com

Thanks,

Ben Rogers
02-16-2004, 05:30 PM
Sounds interesting, I'll be sure to check that out SaC. Just be sure not to spam too much.