Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
XDuce: a statically typed XML processing language
Hosoya H., Pierce B. ACM Transactions on Internet Technology3 (2):117-148,2003.Type:Article
Date Reviewed: Jul 18 2003

Hosoya and Pierce present the modern experimental programming language Xduce, which is specifically designed to process Extensible Markup Language (XML) documents. The language uses XML documents as basic data, and provides powerful functionality to manipulate them. Supported operations include composition of XML documents by schema, extraction of the parts of a document, and transformation of documents from one schema to another.

A type system is one of the most interesting aspects of Xduce. It uses a static type system, based on information from document type definitions (DTD), to actually type-check a program. This language design results in reliable, error-free programs, which generate XML documents that always conform to specified types.

Another remarkable feature of Xduce is its support for flexibility in subtyping relations, which therefore imposes no restrictions on dependencies between document schemas. The language is also helpful in schema design and implementation. Xduce demonstrates an efficient matching facility, based on regular expression pattern matching. The paper presents the core features of the language, including formal definitions of values, types, terms, and type checking, along with proofs of their soundness and completeness.

The major contribution made by this paper is its complete description of Xduce as a programming language. The ideas used in Xduce have already inspired the development of a family of XML processing and schema languages, such as Cduce, tree regular expressions for XML (TREX), and relational exchange next generation (RELAX NG). Researchers and developers in XML processing languages will benefit from reading this paper.

Reviewer:  Kirill Rezchikov Review #: CR127983 (0311-1238)
Bookmark and Share
 
Data Types And Structures (D.3.3 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Data Types And Structures": Date
Advances in database programming languages
Bancilhon F. (ed), Buneman P., ACM Press, New York, NY, 1990. Type: Book (9780201502572)
Aug 1 1991
Pascal and beyond
Fisher S., Reges S., John Wiley & Sons, Inc., New York, NY, 1992. Type: Book (9780471502616)
Sep 1 1992
On the exact complexity of string matching
Galil Z., Giancarlo R. SIAM Journal on Computing 21(3): 407-437, 1992. Type: Article
Mar 1 1993
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy