๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

XML Data Management: Native XML and XML-Enabled Database Systems

โœ Scribed by Akmal B. Chaudhri, Awais Rashid, Roberto Zicari


Publisher
Addison-Wesley Professional
Year
2003
Tongue
English
Leaves
688
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


The past few years have seen a dramatic increase in the popularity and adoption of XML, the eXtensible Markup Language. This explosive growth is driven by its ability to provide a standardized, extensible means of including semantic information within documents describing semi-structured data. This makes it possible to address the shortcomings of existing markup languages such as HTML and support data exchange in e-business environments.Consider, for instance, the simple HTML document in Listing P.1. The data contained in the document is intertwined with information about its presentation. In fact, the tags describe only how the data is to be formatted. There is no semantic information that the data represents a person's name and address. Consequently, an interpreter cannot make any sound judgments about the semantics as the tags could as well have enclosed information about a car and its parts. Systems such as WIRE (Aggarwal et al. 1998) can interpret the information by using search templates based on the structure of HTML files and the importance of information enclosed in tags defining headings and so forth. However, such interpretation lacks soundness, and its accuracy is context dependent.


๐Ÿ“œ SIMILAR VOLUMES


Mastering XMI: Java Programming with XMI
โœ Timothy J. Grose Gary C. Doney Stephen A. Brodsky ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐ŸŒ English

Create more powerful, flexible applications using a new extension of the XML standardProgrammers are finding that the XMI extension of the XML standard provides a lot more flexibility in writing software for sharing data. Written by one of the principal authors of XMI, this book provides programmers

Mastering XMI: Java Programming with XMI
โœ Timothy J. Grose Gary C. Doney Stephen A. Brodsky ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐ŸŒ English

Create more powerful, flexible applications using a new extension of the XML standardProgrammers are finding that the XMI extension of the XML standard provides a lot more flexibility in writing software for sharing data. Written by one of the principal authors of XMI, this book provides programmers

XML & XSL fast start: your quick start g
โœ Solutinos, Smart Brain Training ๐Ÿ“‚ Library ๐Ÿ“… 2016 ๐Ÿ› RP Media;CreateSpace Independent Publishing Platfo ๐ŸŒ English

The guide begins by showing you the basics of the XML language and then builds on that knowledge to show you how to create, style and transform documents.;XML Basics -- Using XML -- Working with root, parent, and child elements -- Defining XML elements and tags -- Using XML attributes -- Additional