Tag: JSON / JAVA / XML

Community

Introducing the Amara XML Toolkit

(Uche Ogbuji) As part of my roundup of Python data bindings, I introduced my own Anobind project. Over the column’s history, I’ve also developed other code to meet some need emphasized in one of the previous articles. I recently collected all of these various little projects together into one open s

Community

Schemas (Sample Chapter)

(Elliotte Rusty Harold) Document Type Definitions (DTDs) are an outgrowth of XML’s heritage in the Standardized General Markup Language (SGML). SGML was always intended for narrative-style documents: books, reports, technical manuals, brochures, Web pages, and the like. DTDs were designed to serve t

Community

FIX: DataSet.WriteXML outputs a decimal number as scientific notation and causes a System.FormatException exception in subsequent DataSet.ReadXML calls

When you use an XML document that contains an attribute or an element with a decimal value such as 0.00001, the schema marks that attribute or element as a decimal. If you use the DataSet.ReadXML method to read an XML file, and then you use the DataSet.WriteXML method to write the value back to the