Tag: JSON / JAVA / XML

Community

A New Kind of Namespace

by Edd Dumbill – Followers of this column will be more than aware that when a technology emerges from the W3C there are always teething pains. W3C Recommendations aren't quite the shrink-wrapped parcels of authority they're often taken to be. Perhaps the canonical example of this has been th

Community

Xslt Quickly

Book by Bob Ducharme – Geared toward new users of XSLT, this guide is a basic tutorial of the concepts and documentation manipulation techniques necessary for the most common XSLT tasks. Featuring an XSLT cookbook, which provides task-oriented recipes for tackling issues such as converting elements

Community

Marquée XML-RPC

This is an implementation of the XML-RPC specification, for Java(TM). Credit should go to Hannes Wallnoefer who maintains another XML-RPC library for Java(TM) from which several ideas have been borrowed when implementing this software. Download the current version (1.1 from June 04, 2001) whi

Community

How to Access Java Code from XSLT

by Vikas Pandya – Suppose you want to convert XML data into fixed-width, plain text strings—a feature that's not so easy to implement in XSLT, or perhaps you want to perform word substitutions in XML content. In cases like these, when you want to move beyond native XSLT capabilities, you can cal