Tag: JSON / JAVA / XML

Community

XSLT Extensions

by Bob DuCharme – If the specialized elements of the XSLT namespace and the combined functions of XSLT and XPath aren't enough to perform the transformations you need, XSLT gives you ways to incorporate additional instruction elements and functions into your stylesheets. Most XSLT processors off

Community

Understanding DOM

By Nicholas Chase – Even before there was XML, there was the Document Object Model (DOM). The DOM allows a developer to refer to, retrieve, and change items within an XML structure, and is essential to working with XML. In this tutorial, you will learn about the structure of a DOM document. You will

Community

A look at the DOM Traversal module

By Brett McLaughlin – The Document Object Model (DOM) offers useful modules to extend its core functionality in advanced ways. This article examines the DOM Traversal module in depth, showing how to find out if this module is supported in your parser and how to use it to walk either sets of selected

Community

What Are XForms?

by Micah Dubinko – Think about how many times a day you use forms, electronic or otherwise. On the Web, forms have truly become commonplace for search engines, polls, surveys, electronic commerce, and even on-line applications. Nearly all user interaction on the Web is through forms of some sort. Th

Community

Choosing schemas

by Mark Wilson – Originally, SGML was the flavour of the month. SGML documents were structured using DTDs. With the advent of XML, the DTD had some good features and some bad features. Before we discuss the various types of schemas, let's take a look at the pros and cons of DTD and schemas.