|
| |
I'm working on an XML parser in REALbasic. I need for it to be drop-dead simple so that I can explain it. I've actually got it running, but it lacks a major feature: no support for character data. I'm thinking of leaving it that way. XML consists of markup and character data. The markup is tags and the character data goes between the tags. But tags can have attributes and for that reason, anything you can do in character data you can do as attributes to tags. There is, apparently, quite a debate over which is the better way to represent data in XML. Here's a good summary of the debate that comes down squarely on the attributes side. I agree. Fortunately. It makes my parser so much easier.
11:28:02 PM #
|
|
I'm working on an XML parser in REALbasic. I need for it to be drop-dead simple so that I can explain it. I've actually got it running, but it lacks a major feature: no support for character data. I'm thinking of leaving it that way. XML consists of markup and character data. The markup is tags and the character data goes between the tags. But tags can have attributes and for that reason, anything you can do in character data you can do as attributes to tags. There is, apparently, quite a debate over which is the better way to represent data in XML. Here's a good summary of the debate that comes down squarely on the attributes side. I agree. Fortunately. It makes my parser so much easier.
9:51:58 PM #
|
|
Looks like REALbasic could really use a plugin that does UDP. On the user's group mailing list there's a discussion about writing internet games with RB. RB's socket doesn't do UDP and TCP isn't fast enough. There are some alternatives, but none that are very attractive. I wonder if I could do it?
10:28:51 AM #
|
|
|
|
© Copyright
2002
Will Leshner.
Last update:
3/11/02; 10:28:53 AM.
|
|


|