| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Tutorials |
- Standards and specs: XML: Half a standard is better than none by Peter Seebach - [Clicks: 6]
A pervasive misconception common today is that simply designing your file format around XML somehow makes it magically portable, extensible, and intelligible by other programs. Peter Seebach explains why using XML is only part of the story when you're designing an extensible file format.
http://www-128.ibm.com/developerworks/power/library/pa-spec18/index.html - Sep, 2006 - Storing an XML Document in Apache Xindice by Deepak Vohra - [Clicks: 16]
Apache Xindice is a native XML database in which XML documents may be stored, queried, and modified. The advantage of a native database over a relational database is that mapping of XML to SQL is not required. Instead, XPath is used to query the Xindice database and XML:DB XUpdate is used to update the database. Xindice implements the Java XML:DB API to add, query, update XML documents to the Xindice database. XML documents in the Xindice database are stored in collections; a collection may consist of one or more XML documents. Xindice also provides a command-line tool which has the same functionality as the XML:DB API.
http://www.onjava.com/pub/a/onjava/2006/03/08/storing-xml-document-with-apache-xindice.html - Mar, 2006
- Design XML schemas for enterprise data by Bilal Siddiqui - [Clicks: 9]
This tutorial teaches you how to use W3C XML Schema features in different types of enterprise applications. You'll learn when, why, and how to use simple and complex types, regular expressions, unions, lists, and substitution groups while designing data formats for your enterprise applications. You'll also learn how to build multiple file schemas, use external schemas in your XML design, and reuse other schema designers' experience by deploying XML design patterns.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/x-dw-x-schemadata.html - Oct, 2006