Tag: JSON / JAVA / XML

Community

Microsoft Locks Up XML Patent

(Alexander Wolfe) The speculation as to whether Microsoft intends to patent XML technology is over. Microsoft has been granted United States patent 6,687,897 for “XML script automation.” The patent, award by the U.S. Patent and Trademark Office on February 3, appears to deal with basic XML f

Community

XSLT as an analysis tool

(Chuck White) XSLT is meant to change the form of XML, but you can also use it to perform analysis. In this tutorial, the second in a series, the MindMap team creates a system that enables them to pass parameters that not only determine the properties to analyze but also change the desired criteria

Community

Exporting Access 2003 Data to XML

For those of you who are already familiar with XML in Access 2002, note that the enhanced XML support in Access 2003 enables you to specify XSL (Extensible Stylesheet Language) transform files when importing data from, or exporting data to, XML. When importing, the transform is applied to data as so

Community

Validating XML

(Nicholas Chase) In the creation of a database, a data model and integrity constraints can create certainty in the structure and content of the data. But how do you enforce that kind of control when your data is just text in hand-editable files? Fortunately, validating files and documents can ma

Community

Why XML 1.1?

(Eric van der Vlist) I’d better say it right now, though XML 1.1 and namespaces in XML 1.1 do not include that many changes compared to XML 1.0 and namespaces in XML 1.0, these changes are enough to break the compatibility: a well formed XML 1.1 document isn’t necessarily a well formed XML 1.0 docum

Community

Chapter 5: Reading XML

(Elliotte Rusty Harold) Writing XML documents is very straightforward, as I hope Chapters 3 and 4 proved. Reading XML documents is not nearly as simple. Fortunately, you don’t have to do all the work yourself; you can use an XML parser to read the document for you. The XML parser exposes the content

Community

Namespace Myths Exploded

(Ronald Bourret) The XML namespaces recommendation is tantalizingly vague about, or omits altogether, a number of apparently important points. In practice, this is not a problem—the points are not actually important and the recommendation does what it was designed to do: provide a two-part naming sy