From its early days, Web technologies have been used to provide an interface to distributed services (e.g., HTML forms calling CGI scripts). The advent of XML has accelerated this development, and has sparked the emergence of numerous XML-based environments that enable Web services. These environmen
Tag: JSON / JAVA / XML
XHTML – Tables
This is the third article in the series of XHTML, written by Scott Klein, which is aimed at beginner HTML starters. For the experts it details any differences between XHTML and HTML for tables. It is a basic introduction to tables in XHTML, which covers how to construct a table and the options ava
Schemarama
Most schema languages rely on regular grammars for specifying schema constraints, a fundamental paradigm in the design of these languages. The one exception is Schematron, produced by Rick Jelliffe. Schematron throws out the regular grammar approach, replacing it with a rule-based system that uses X
ebXML still seeking its Lingua Franca
After suggesting that UIDs should be attached to elements to leave the choice of their names and language up to application designers, the debate on ebXML mailing lists has expanded to cover many points often discussed on XML forums — including the need for universal "names", the readabilit
XML and Java for E-Business
Message transfer of e-business applications struggled in the past due to incompatible component models such as CORBA and COM, as well as complex, competing message standards such as ANSI-X.12 or EDIFACT. XML lowers these traditional barriers because all you need for processing is an XML parser. XML
XSL Transformation using Xalan and Java
Vijay Kukreja writes a small Java program which uses Xalan and shows us how simple it is to do XML transformation. In the Part I he explains the problem and helps getting things ready. Part II focuses on the Java program and the input XML file. And in the final Part III the XSL file is explained lin
JDOM, The Java DOM
Using XML with Java is amazingly simple: All you need is a JDK, some free class libraries, a text editor and some data to process. The Document Object Model (DOM) is a popular, standardized way of manipulating XML data. Java developers might prefer JDOM in the future,a more Java-oriented API for rea
Xparse-J 1.0 User documentation
Xparse-J aspires to be the smallest Java XML parser on the planet. Xparse-J favors compactness over conformance, so it is mainly useful for being embedded in Java applets for simple XML processing tasks, such as parsing RSS as demonstrated in RSSApplet.
The Politics of Schemas: Part 1
As the world is codified one schema at a time, what are the consequences and implications? This first half of a two-part essay examines why schemas are essentially political.
Tools Update: RSSApplet and Xparse-J
Webmasters need tools for many technologies, and XML is no exception. The venerable RSSViewerApplet had a few problems and limitations that have been removed in the newly released version 1.2.