Tag: JSON / JAVA / XML

Community

Sort XML Data Without XSLT Overkill

by Dan Wahlin – If you’ve worked with XSLT, you’re probably accustomed to using the xsl:sort element when you need to sort strings or numbers within an XML document. This element makes it simple to sort XML data while performing a loop or when calling templates. But XSLT can be overkill in certain c

Community

Getting Started With Cocoon 2

by Steve Punte – Cocoon 2, part of the Apache XML Project, is a highly flexible web publishing framework built from reusable components. Although reusability is an oft-touted quality of software frameworks, Cocoon stands out because of the simplicity of the interface between the components. Cocoon 2

Community

Webs At Rest and In Motion

by Kendall Grant Clark – Careful readers of XML.com have figured out by now that, editorially at least, we are interested in coming to terms with the REST (that is, “representational state transfer”) approach to building applications, particularly Web applications.