Tag: JSON / JAVA / XML

Community

Plan to use XML namespaces, Part 2

By David Marston – This two-part article introduces XML namespaces, explores their practical benefits, and shows you how they are used in the standard XML formats and tools defined by the W3C. Here in part 2, David shows you how to intermix XML vocabularies and define vocabularies of your own, with

Community

Jean Paoli on XML in Office 11

By Jon Udell – Next week’s issue of InfoWorld includes an article on the new XML capabilities of Office 11. While researching the story, I interviewed the architect of XML in Office 11, Microsoft’s Jean Paoli, one of the primary co-creators of XML. Here are some of his remarks.

Community

Normalizing XML, Part 1

by Will Provost – As regular readers of the XML Schema Clinic likely know, I tend to view the world of XML through object-oriented glasses. For this installment, though, we’re reaching out to the relational data folks, switching lenses for one eye at least. The goal is to see what relational concept

Community

Tip: Using a DOM NodeFilter

XML’s DOM Level 2 Traversal module provides two new objects, the TreeWalker and the NodeIterator, which simplify the process of navigating a Document. More than that, the module defines a NodeFilter, which can be used to programmatically control what nodes are visible to the TreeWalker or NodeFilter

Community

Automatic Numbering, Part 1

by Bob DuCharme – XSLT’s xsl:number instruction makes it easy to insert a number into your result document. Its value attribute lets you name the number to insert, but if you really want to add a specific number to your result, it’s much simpler to add that number as literal text.

Community

The XPointer content-type() Scheme

By Simon St.Laurent – This document specifies a content-type() scheme for use in XPointer-based fragment identifiers. This scheme, like other XPointer Framework [12] schemes, is designed primarily for use with the XML Media Types defined in RFC 3023 [5], to identify locations within a given XML rep