by Jan Egil Refsnes – How the XML parser can be used to transform an XML document to an HTML document on the client.
Tag: JSON / JAVA / XML
A Compact Syntax for W3C XML Schema
by Erik Wilde – W3C XML Schema (WXS) is a very powerful and also a rather complex schema language. One of the problems when working with WXS is the fact that it uses an XML syntax, which makes schemas verbose and hard to read. In this article I describe a compact text-based syntax for WXS, called XM
Edit XML Documents with XmlEmend
If you have ever wanted a way to make a quick change to the structure of an XML file then take a look at this example by Andrew Mooney. XML Emend will allow you to edit both the structure and the data of an XML file using the ReadXml and WriteXml methods and the Table and Column properties of the […]
Extreme XML: Secure XSL Transformations in Microsoft .NET
Prajakta Joshi discusses resolving imported/included stylesheets, resolving document() function references, using stylesheet script, and extension objects with the .NET XslTransform class.
The Semantic Web is Closer Than You Think
by Kendall Grant Clark – While there is a lot of talk these days about the Semantic Web being the crack-addled pipe dream of a few academic naifs, in reality it’s a lot closer to realization than you might be thinking. Now I want to be clear about this point: I’m not suggesting that we stand on the
Perform XSLT Transformations in .NET 1.1
by Dan Wahlin – .NET 1.1 sports a slightly different XslTransform object with more secure Load() and Transform() methods. Learn how to perform XSLT transformations successfully in .NET 1.1.
Discover key features of DOM Level 3 Core, Part 1
In this two-part article, the authors present some of the key features brought by the W3C Document Object Model (DOM) Level 3 Core Working Draft and show you how to use them with examples in Java code. This first part covers manipulating nodes and text, and attaching user data onto nodes.
Picfolio 0.2.3 – a photo gallery generator using XML and XSLT
Picfolio is a static photo gallery generator using XML and XSLT. It has built-in support for thumbnail and midnail generation, and optional support for EXIF data in images. Picfolio is high quality software written in C++ and is well documented.
Build Rich, Thin Client Applications Automatically Using XML
There are new products afoot that let you do highly graphical client-side applications without the performance headaches of applets or the security concerns of ActiveX. Find out what these XWT-based technologies can do.
PRB: Limitations of OpenXML in SQL Server 2000
Streaming the results of an OpenXML command into other SQL commands fails with the following error message: OLE DB provider ‘OpenXML’ reported an error. The provider did not give any information about the error.
