(Jagadish Chaterjee) This is the third article in a series focusing on developing XSLT-oriented applications using ASP.NET 2.0. Even though the series is based on ASP.NET 2.0, I use it only as a transformation engine. The entire focus will be on working with XSLT. You can use any transformation engi
Tag: JSON / JAVA / XML
Build a shopping cart application using XForms
(Steve K Speicher, Keith Wells, Jan J. Kratky and Kevin Kelly) This tutorial focuses on key aspects of the W3C XForms 1.0 standard to produce a fully functional Web-based shopping cart. With this approach, the reader will get a good start at creating real-world applications with XForms, without havi
Optimized Presentation of XML Content
(Ivan Pepelnjak) The internal representation of static web site content or dynamic data displayed on a web site is increasingly stored in XML format due to ever-widening support of XML in scripting languages, web browsers, and SQL databases. Before this semantically structured data is presented to t
Implement XML serialization in the .NET Framework
(Zach Smith) Serialization is the act of saving an object to a storage medium or transforming the object so that it may be sent across a network. After an object is serialized, you will want to deserialize it which is the act of turning the data back into a usable object. This type of functionality
XSL transformation of Spreadsheet ML to HTML (with Paging) – Part 2
(Muthu Kumar Arjunan) This article explains how to “Page” an HTML table generated from Spreadsheet ML document, using XSL transformation & XMLHttp & Java Script.
StAX’ing up XML, Part 3: Using custom events and writing XML
(Peter Nehrer) In addition to a low-level cursor-based API, StAX provides a powerful iterator-based method to process XML that uses event objects to communicate information about the parsed stream. Part 2 explored this API in detail and provided some examples of its use. In this article, you’ll exam
Add IBM OmniFind Yahoo! Edition to your Web site
(Todd Leyba) Learn how you can quickly and easily integrate a freely downloadable search engine into your Web site. This article describes four methods to do this, using IBM OmniFind Yahoo! Edition search functionality. The methods range from directly linking to the OmniFind search results page, to
Semantic Wikis and Disaster Relief Operations
(Soenke Ziesche) Access to timely information is critical for relief operations in emergency situations. Over the last years social-networking web systems, such as wikis, have become more and more sophisticated and can also be applied fruitfully in humanitarian information management. However, a maj
XSL transformation of SpreadsheetML to HTML — Part 1
(Muthu Kumar Arjunan) This article explains how a generic xml file(generated from a Spreadsheet ML document) can be converted to a HTML table that could be displayed in a browser using XSLT and styled using CSS.
Getting to know the Atom Publishing Protocol, Part 3: Introducing the Apache Abdera project
(James Snell) Earlier articles in this series provided an overview of the Atom Publishing Protocol and described the various ways it is being utilized in real world applications. This article begins to demonstrate how you can start to implement Atom-enabled applications using a new open-source proje
