Other News

Community

An Introduction to Database Models

(Frank Kalis) Consider this article a very basic introduction to an area in which countless multi-hundred paged books have been written during the last four decades. This article can not and does not intend to compete with any of these books, but rather tries to explain different database models in

Community

Introducing PyRXP

(Uche Ogbuji) PyRXP is a DTD validating XML parser developed by ReportLab. It is Python wrapper around RXP, a C parser developed by Richard Tobin and Henry Thompson of the Edinburgh Language Technology Group as the core of LT XML, “an integrated set of XML tools and a developers’ tool-kit, including

Community

Always Available

(David A. Kelly) High availability—or the ability of a business and that business’s customers to use an application or a service at the appropriate time with the level of functionality they expect—is no longer just a key requirement of today’s business systems; it’s increasingly becoming the key req

Community

A survey of XML standards: Part 2

(Uche Ogbuji) The world of XML is vast and growing, with a huge variety of standards and technologies that interact in complex ways. It can be difficult for beginners to navigate the most important aspects of XML, and for users to keep track of new entries and changes in the space. Uche Ogbuji conti

Community

Combining RELAX NG and Schematron

(Eddie Robertsson) This article explains how to integrate two powerful XML schema languages, RELAX NG and Schematron. Embedding Schematron rules in RELAX NG is very simple because a RELAX NG validator ignores all elements not in the RELAX NG namespace (http://relaxng.org/ns/structure/1.0). This mean