• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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