The XML Pocket Reference is both a handy introduction to XML terminology and syntax, and a quick reference to XML instructions, attributes, entities, and datatypes. It also covers XSL (Extensible Stylesheet Language), necessary to ensure that your XML documents have a consistent look and feel across
Other News
Hello, Voice World
In our last trip to Didier's Lab, we encountered the aural world of XML made possible by the VoiceXML language. This week I'll explain more about VoiceXML and create the classic "Hello World" application. But this time instead of seeing the result, you'll listen to it. People int
XMLwriterTM – Wattle Software's XML Editor
XMLwriter is a powerful XML Editor, designed to help web authors and web application programmers take advantage of the latest XML and XML-related technologies such as XSL and XQL. XMLwriter provides users with an extensive range of XML functionality such as: validation of XML documents against a DT
New Release of xslide Emacs Major Mode for Editing XSL Stylesheets
Tony Graham (Mulberry Technologies, Inc.) has announced the release of xslide Revision 0.2 Beta 1. The xslide package provides the implementation of an Emacs major mode for editing XSL stylesheets.
Processing Inclusions with XSLT
The consequences of using more than one file to create an XML document, or XML inclusion, is a topic that enflames discussion lists, and for which finding a general solution is like trying to square the circle. In this article, we will show how customized parsers can expose a more complete document
Global Manufacturers and Retailers Adopt ebXML
Members of the Global Commerce Initiative (GCI) announced plans to use ebXML as the backbone of their new data exchange standard for business-to-business trade in the consumer goods industry. ebXML, an initiative of the United Nations CEFACT and OASIS, will provide the technical infrastructure for t
XML From Your Palm
If you're like me, you rely on your Palm organizer to keep a semblance of order in your life. Without it, I wouldn't get to meetings on time, or remember to participate in telephone conference calls, or know how to reach my colleagues when I'm on the road. Unfortunately, for all its ben
The XML Bible
The XML Bible is a comprehensive introduction to using XML for Web page design. It shows you how to write XML documents, validate them with DTDs, design CSS and XSL style sheets for those documents, convert them to HTML, and publish them on Web servers for the world to read.
Gentrifying the Web
Few XML developers haven't heard of XHTML. Ask one of them to describe what it is, and the answer you get will be something like: "it's just HTML 4 expressed in XML." This is quite true, but it only captures what is the first phase of a much more ambitious task. Take a look at the W3
XSLT, Comments, and Processing Instructions
XSLT includes built-in template rules to copy the text element content from a source tree to a result tree. Comments and processing instructions, however, get left out of this; unless you specify otherwise, an XSLT processor ignores them. You can specify otherwise, and this ability gives you access