Tag: JSON / JAVA / XML

Community

Transform XML Visually

(Ken Cox) Visual XSLT 2.0 is a multifunctional add-in to VS.NET for developing XML transformations and XPath queries. It integrates so well into the VS.NET environment that it’s hard to tell where ActiveState’s features start and Microsoft’s leave off. After installation, a new Visual XSLT proje

Community

Sarissa to the Rescue

(Emmanouil Batsis) Client-side XML processing. Today’s browsers do cover the basics and some of them go even further, offering support for XHTML, SVG, XSLT, XPath , XLink, validation using W3C XML Schema, and more. This article will introduce you to basic cross-browser XML development with the aid o

Community

The xml:id Conundrum

(Rich Salz) XML attributes whose type is ID are very important. They are the only fundamental way to identify a piece of XML. While we have XPath, XPointer, and so on, the only identification mechanism that every XML parser, and therefore every XML application, must understand is ID attributes.

Community

What Next, XML?

(Micah Dubinko) You won’t get far into any XML discussion without somebody mentioning the roots of XML. XML is cleaned up, stripped down version of SGML that keeps most of the good stuff and gets rid of most of the parts that make coffee.