You are not logged in.

#1 2008-05-20 21:29:06

Falcata
Member
From: Michiana
Registered: 2008-01-23
Posts: 501
Website

Learning XML

Does anyone know of some good learning resources for XML?

Offline

#2 2008-05-20 22:33:43

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: Learning XML

Well, XML is a Markup Language used very often as a DataBase Managing. Otherwise, is you want to learn how using it, you have to follow the GOLD step:

Visit google, or, if you feel lazy, visit XML page of wikipedia and search in the External Links a possible link who redirects you to a Manual of XML.
   
Nevertheless, XML is an easy language to learn if you have a minimal notions of HTML and you have a good manual in your hand.

Greeting and Good Luck!


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#3 2008-05-21 00:29:36

Falcata
Member
From: Michiana
Registered: 2008-01-23
Posts: 501
Website

Re: Learning XML

Okay, thanks.  Also, does anyone know of any good books on XML?

Offline

#4 2008-05-21 06:36:49

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: Learning XML

What do you actually want to learn? The syntax can be thaught by the wikipedia page, it's pretty simple. Where and how do you want to use it?

Offline

#5 2008-05-21 10:34:36

Falcata
Member
From: Michiana
Registered: 2008-01-23
Posts: 501
Website

Re: Learning XML

I've been working off and on, trying to make a computer RPG.  The XML would be for handling a lot of the game's data files (monsters, spells, equipment, etc)

Offline

#6 2008-05-21 10:43:00

hennes
Member
Registered: 2008-03-31
Posts: 50

Re: Learning XML

Well, I guess you'll use some XML lib for that. Like libxml when you're coding in C/C++. You only have to worry about the lib's API then. It will create proper syntax for you.

Offline

#7 2008-06-03 17:18:59

fatlarry
Member
Registered: 2008-05-14
Posts: 31

Re: Learning XML

XML is almost useless without the XSLT and the rendering engines behind it, that allow you to present your XML files as html, word doc, pdf, and what not ... 

The first guys to do it were Microsoft, with MSXML, in the times of IE 5 or later- they used Javascript or whatever they call it for their XSLT engine.

Mozilla was quick to catch up, and Firefox sports some xml parsing capabilities built-in, and even moe intriguing, the posibility to configure itself using XML- style files.

There are some XSLT engines written in Java, others written in C++, and maybe other languages as well (perl, python, ...)

Try to google XSLT (XML StyleSheet Language Transformation ?), FO (formatting-objects), xalan, xercess, you get the point ...

Offline

#8 2008-06-03 17:34:46

[vEX]
Member
From: Sweden
Registered: 2006-11-23
Posts: 450

Re: Learning XML

W3Schools has a whole bunch of XML-tutorials, should be enough to get you started.


PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM

Offline

#9 2008-06-03 17:43:38

X/ax
Member
From: Oost vlaanderen, Belgium
Registered: 2008-01-13
Posts: 275
Website

Re: Learning XML

magicgogo wrote:

O'Reilly-<Learning XML>

Second that, great book, have that one too...
Although, bit lengthy, but very good if you want to go a bit deeper into the subject than first in mind (goes to talk about everything xml related)
You might even catch up on some SGML stuff ^^


My coding blog (or an attempt at it)
Archer start page (or an attempt at it)

Offline

Board footer

Powered by FluxBB