Tag: JSON / JAVA / XML

Community

Visualizing XSLT in SVG

by Chimezie Ogbuji – There are a number of visual tools employed by XML editors and viewers which make verbose XML documents easier to browse and manipulate. XML Spy is, for example, such a tool. This article will introduce how SVG can be used to create a visual representation of an XSLT stylesheet.

Community

XML-Based ASP.NET Page Templates

Templates provide an excellent way to maintain a consistent look and feel across a Website. However, version 1 of ASP.NET doesn’t natively support the concept of templates. This isn’t a major stumbling block since the .NET platform provides a robust object-oriented environment that can be leverage

Community

Giving SOAP a REST

by Amit Asaravala – Many developers will be surprised to learn that SOAP isn’t the only game in town for Web services interfacing. REST offers a perfectly good solution for the majority of implementations, with greater flexibility and lower overhead. Developers need to stop reaching immediately for

Community

Scrapping DocBook

Norm Walsh writes, “There comes a point in the life cycle of any system when adding one more patch is the wrong solution to every problem. Eventually, it’s time to rethink, refactor, and rewrite. For DocBook, I think that time has come.”