Tag: JSON / JAVA / XML

Community

Creating XML from legacy data

(Edmond Woychowsky) Nebulous is a great word, not only is it fun to say, it is also useful in describing the requirements for a project that I worked on recently. The requirements went something like this; take a flat file, that was produced by an upstream mainframe application and produce an XML do

Community

XML at the command line with XSH

(Ed Tittel) When it comes to navigating a document tree and plucking data from its leaves, many XML developers use one XSLT engine or another to perform this task. XSH is a command-line XML shell that makes this unnecessary for small or quick ‘n dirty jobs, and allows you query and manipulate docume

Community

Fun with IXMLHttpRequest and RSS

(Dare Obasanjo) Recently there’s been a lot of buzz about using Javascript and IXMLHttpRequest in Web applications, generated in large part by the recent article Ajax: A New Approach to Web Applications by Jesse James Garrett, which coined the term Asynchronous Javascript and XML (AJAX). The ren

Community

An Introduction to XUL Part 2

(Dan Wellman) Learn about XUL, a subset of XML used to describe user interfaces, that helps you to make rich user interfaces with nothing more complicated than a text editor. The second part of this series covers implementing more kinds of buttons. It also begins talking about creating Menu Bars