Tag: JSON / JAVA / XML

Community

XML is 10

(Eliot Kimber) The XML Recommendation is celebrating its 10-year anniversary, that is, the anniversary of the official publication of the Recommendation on 10 February 1998. However I think of XML as really starting in 1996, when the activity was revealed publicly for the first time at the SGML 2006

Community

Examining XML

(Jennifer Kyrnin) The latest specification of the Extensible Markup Language is available online at the W3C. This specification completely describes XML. But it can be fairly difficult to understand. In this article, we will examine several parts of the XML specification in order to understand the b

Community

Transparency in Ajax Applications

(Billy Hoffman and Bryan Sullivan) In terms of security, the increased transparency of Ajax applications is probably the most significant difference between Ajax and traditional Web applications. Billy Hoffman and Bryan Sullivan explain why it’s in your best interest to keep as much business logic a

Community

XQuery Update and Node Identity

(Michael Kay) An interesting little spat on the XQuery internal mailing list over the last couple of days on the question of whether or not XQuery Update guarantees to preserve node identity. The spec says that it does. Someone remarked during a telcon that there were difficulties meeting this requi

Community

Saving (XML) data directly to disk

(Marco Gralike) I was asked, also after the former post “Selecting (XML) data directly from disk”, what the best way would be to save data directly (locally) to disk via XMLDB methods. I proposed a simple solution based on DBMS_XMLDOM.WRITETOFILE, I will demonstrate this below. My colleague Anton ca