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 7.2

FEATURE

XML For REAL: The Basics

Getting started with XML and REALbasic

Issue: 7.2 (January/February 2009)
Author: JC Cruz
Author Bio: JC is a freelance technical writer living in British Columbia. He writes for various publications, pokes around with Cocoa, Python and REALbasic, and spends time with his nephew. He can be reached at: anarakisware@gmail.com
Article Description: No description available.
Article Length (in bytes): 43,498
Starting Page Number: 33
Article Number: 7211
Related Web Link(s):

http://www.w3.org/2001/XMLSchema.dtd
http://www.iana.org/assignments/character-sets
http://www.w3.org/TR/2006/REC-xml11-20060816
http://en.wikipedia.org/wiki/Xml
http://www.w3.org/2001/XMLSchema

Excerpt of article text...

Welcome to the first in the series of XML articles. This series will show you how to work with XML data using REALbasic. Now in this article, you will learn the parts of an XML document. Then you will learn what makes up a valid document. Next, you will look at a handful of XML classes in REALbasic. You will then use these classes to create, query, and save a simple XML document.

The XML Anatomy

XML, or Extensible Markup Language, first came into the computing scene in the late 1990s. It is meant as a simple, yet versatile, successor to the SGML format. Like SGML and its specialized cousin HTML, XML stores its data as human-readable text. Like those two, it marks each data using text tags. XML, however, takes the extra step of letting you define your own tags.

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