by Eric van der Vlist – The links between the XP and XML communities were covered last year in an XML.com article by Leigh Dodds, “XP Meets XML”. I will cover the technical relationships between XP and XML in the remainder of this article.
Tag: JSON / JAVA / XML
XMLmind XML Editor Version 2.1 released
XMLmind XML Editor (XXE for short) is an XML editor featuring DTD and XML Schema aware editing commands and a word processor-like view configured using W3C’s cascading style sheets (CSS). See Features for more information.
Make Web Services More Flexible
by David Chappell and Tony Hong – RPC mechanisms limit Web services’ usefulness, but asynchronous messaging adds reliability and flexibility to data movement. See how JMS and SOAP provide effective data transport.
XSLT On Client Side
This article shows how to use XSLT on the client side to transform XML into HTML. More specifically, we’ll look at the following examples:
Simple XML Processing With elementtree
by Uche Ogbuji – Fredrik Lundh, well known in Python circles as “the effbot”, has been an important contributor to Python and to PyXML. He has also developed a variety of useful tools, many of which involve Python and XML. One of these is elementtree, a collection of lightweight utilities for XML pr
Formatting XML with the XmlTextWriter
This example demonstrates one way of formatting a string containing XML data using the XmlTextWriter. After loading the XML string into a DOM structure, the WriteTo() method of the XmlDocument is called to run the XML through the writer which will indent the different nodes appropriately.
HTML to Formatting Objects (FO) conversion guide
By Doug Tidwell – Need help converting HTML documents to PDF? This reference guide shows by example how to use XSLT templates to convert 45 commonly used HTML elements to formatting objects (from the XSL-FO vocabulary) for easy transformation to PDF using XSLT. The examples assume that you’re using
Introduction to CCXML
By Hitesh Seth – When building interactive voice recognition applications, we are inevitably faced with the challenge of providing advanced telephony call-control capabilities. In some scenarios we’d like to bridge two calls for a conferencing application, in others we’d like to provide basic call r
10-Minute Video: Sort and Page XML
by Dan Wahlin – This video tutorial from XML expert Dan Wahlin shows how to sort and page XML using intrinsic classes in the .NET Framework, such as the DataSet, DataView, and DataGrid.
Java spec waits for Web services
By Martin LaMonica – A revision to a much-anticipated Java standard will be delayed about three months in order to comply with guidelines designed to keep Web services interoperable.
