Tag: JSON / JAVA / XML

Community

Cocoa: Working with XML

(Marcus Zarra) XML is fast becoming (some would argue that it has already become) the dominant file structure on the Internet. If your application “speaks” XML, it is assumed that it can communicate with any application on any other platform. Although this description is overly broad, the fact remai

Community

Ajax RSS reader

(Jack D. Herrington) The first thing I thought about doing when I read about requesting Extensible Markup Language (XML) from JavaScript code on a Web page was to get some RSS and display it. But I immediately ran into the security issue of XML Hypertext Transfer Protocol (HTTP), where a page that c

Community

How Should My XML Look?

(Jennifer Kyrnin) Creating an XML document, writing the DTD, and parsing it with a browser are all fine, but how will the document display when you view it? XML is not a language of display. In fact, documents written with XML will have no formatting at all.