Sams Teach Yourself XML in 21 Days

Sams Teach Yourself XML in 21 Days

By Steven Holzner

Part V: At a Glance

Data Handling and XML

Part V examines how to work with XML and databases. You'll start by taking a look at the extensive data-binding techniques available in Internet Explorer. These techniques let you treat XML documents like databases by treating elements as database records and connecting the data in the child elements of each record in HTML controls.

You're also going to see how various true database systems use XML behind-the-scenes by writing database tables out in XML and reading them back in as well. And you'll see that some database systems let you address the data in XML documents by using XPath expressions.

Treating XML documents like databases with standard database software is okay, but it doesn't go too far. We're going to go farther. In particular, you'll see how a relatively new XML specification, XQuery, provides a native-XML way of working with XML documents as if they were databases.

In addition, you're going to take a look at working with XML in .NET. There's a great deal of built-in support for XML in the .NET programming languages, and you'll see what they have to offer.

Share ThisShare This

Informit Network