Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 4.6

FEATURE

XML 101

Getting started with RB's XML Classes

Issue: 4.6 (July/August 2006)
Author: Marc Zeedar
Author Bio: Marc taught himself programming in high school when he bought his first computer but had no money for software. He's had fun learning ever since.
Article Description: No description available.
Article Length (in bytes): 42,579
Starting Page Number: 16
Article Number: 4609
Resource File(s):

Download Icon 4609.zip Updated: 2006-07-16 09:37:19

Related Link(s): None

Excerpt of article text...

Unless your idea of computer programming still involves punch cards, you've at least heard of XML (eXtensible Markup Language). However, you may not have had a chance to use it much, or know how it can be used. Or perhaps you know something about XML but REALbasic's complex XML classes are bewildering. Either way, this article's going to be a gentle introduction to RB's XML classes. I don't claim to be an XML expert, but I am excited about using XML with REALbasic.

What Is XML?

Like HTML, the language of the Web, XML is a language of special tags enclosed within greater- and less-than brackets (<>). The key difference is that HTML uses a set of standard tags that have a pre-defined meaning, and that meaning usually indicates formatting or presentation. For instance, HTML's <b> indicates the text following it should be bold.

...End of Excerpt. Please purchase the magazine to read the full article.