Tag: JSON / JAVA / XML

Community

XML Basics (part 1)

Struggling with XML? Can't figure out the difference between an entity and a namespace? Fear not – our XML series has all the answers. This introductory article discusses the origins and design goals of XML, the basic rules of XML markup, and how to use elements and attributes in an XML document

Community

Slippery SOAP

by Edd Dumbill – Earlier this month, the W3C's XML Protocol Working Group released a Working Draft of SOAP 1.2. This specification is notable for several reasons. First, it's the first version of the protocol produced inside the W3C, rather than being a submission from member companies. Seco

Community

The Collected Works of SAX

by Leigh Dodds – Now more than three years old, SAX (Simple API for XML) is the oldest and most stable XML API in widespread use today. Yet despite its obvious utility it can be quite daunting to programmers making their first foray into manipulating XML documents. It's no surprise, then, than m

Community

Indexing XML documents

By David Mertz, Ph.D. – As XML document storage formats become popular, especially for prose-oriented documents, the task of locating contents within XML document collections becomes more difficult. This column extends the generic full text indexer presented in David's Charming Python #15 column

Community

ALPINE 1.0

Alpine™ – The XML Test Tool – is the leverage you need for a quality XML application. Alpine allows developers to generate or consume XML document instances delivered via multiple transport interfaces for verification and validation.

Community

How to use XLink with XML

By Brett McLaughlin – XLink, an XML-related specification, lets you achieve dramatic linking effects in your XML documents. In this short tip learn how to include parts of other XML documents in your own XML through XLink. The code example demonstrates the technique.