Tag: JSON / JAVA / XML

Community

EXSLT for MSXML

by Dimitre Novatchev – This article describes a third party implementation of EXSLT for MSXML4 by Dimitre Novatchev. The author had no access to internal product interfaces and had to overcome some serious difficulties, which until now had prevented the development of any such third party implementa

Community

Asynchronous SAX

by David Mertz – Even though every abstract description of SAX prominently mentions that it is an event-driven interface, very few SAX applications really use SAX for event-driven programming. Instead, SAX is mostly just a way to save memory while extracting data from an XML document. However, over

Community

New and Improved String Handling

by Bob DuCharme – In my June column last year, I discussed XSLT 1.0 techniques for comparing two strings for equality and doing the equivalent of a “search and replace” on your source document. XSLT 2.0 makes both of these so much easier that describing the new techniques won’t quite fill up a colum