Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

XML Tutorial?

Newbie Spellweaver
Joined
Oct 28, 2010
Messages
5
Reaction score
0
I need a tut for XML. I'm making a server in PRMUD, and will probably need to edit the XMP files by hand, due to the creator's stupidity.
 
Junior Spellweaver
Joined
Apr 12, 2006
Messages
121
Reaction score
26
There can be no such thing as an "XML" tutorial, XML is just a syntax and there's nothing much to learn.
If you'd like an XML tutorial, it'd resume itself to an example like this...

PHP:
<?xml version="1.0" encoding="UTF-8">
<myns:something attr="val">
    <subtag attr="val">Something</subtag>
    <subtag attr="val2">Something</subtag>
</myns:something>
<tag attr="val">Something else</tag>
 
Newbie Spellweaver
Joined
Oct 28, 2010
Messages
5
Reaction score
0
Hey, anything's better than nothing. But do read my intended purposes, and you'd get why I'd need them.

Also, this is a ploy to get a post count...

Need it for somethign else in the forums.
 
Junior Spellweaver
Joined
Apr 12, 2006
Messages
121
Reaction score
26
Hey, anything's better than nothing. But do read my intended purposes, and you'd get why I'd need them.

Also, this is a ploy to get a post count...

Need it for somethign else in the forums.

So basically you're just posting to get a required post count for something...
Anyway I told you that XML is a syntax only. This is like asking for "make me a tutorial on how to write ini files".
And I'm sure you can find tons of explanations on XML on the net.

Edit: did my post just appear above yours ? Now that's one hilarious bug
 
Last edited:
Back
Top