realbasic-games
[Top] [All Lists]

Re: Net Play

To: "REALbasic Games" <REALbasic-Games at lists dot realsoftware dot com>
Subject: Re: Net Play
From: Will Leshner <leshner at ljug dot com>
Date: Tue, 30 Sep 2003 07:51:29 -0700
XML looks a bit like HTML. It is a tagged markup language. But you define your own tags. So you might have a book be something like this:

<book>
        <meta>
                <title>My Great Book</title>
        </meta>
        <chapter number="1">
                <paragraph>blah</paragraph>
        </chapter>
<book>

You basically define it in your head. You implemented it in RB (or wherever else you'd like to use it).

On Tuesday, September 30, 2003, at 01:18 AM, Ben Farhner wrote:

Sorry, no I'm not. If it's similar to HTML, I'll probably be able to learn
it easily. Where do you define the protocol? In RB?



- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>