Tag: JSON / JAVA / XML

Community

XML and Databases

(Ronald Bourret) This paper gives a high-level overview of how to use XML with databases. It describes how the differences between data-centric and document-centric documents affect their usage with databases, how XML is commonly used with relational databases, and what native XML databases are and

Community

Making Web Services Work at Amazon

(Edd Dumbill) Jeff Barr, Amazon’s web services evangelist, explained to XML 2003 attendees the decisions facing Amazon in opening up their systems for public use via web services. Barr’s case study, delivered to a full room, formed part of the product presentations track on the first day of the conf

Community

Trees, Temporarily

(Bob DuCharme) XPath 1.0 has a special data type called Result Tree Fragments. For example, an xsl:variable element can store a single string, but it can also store an XML element with all the descendants and attributes you like. This structure is a Result Tree Fragment. (I try to avoid using the ac