News

Sure, .NET's got great support for XML, but what's a VB6 programmer to do? Learn to work with MSXML2's DOM parser, that's what. The Document Object Model (DOM) is the oldest, and arguably the easiest, ...
A lot of ASP applications produce their output based on the contents of one or more XML files. XSLT documents transform the browser-neutral contents of those XML files into browser-specific HTML. The ...
The XML revolution at Microsoft has come a long way since the days when Bill Gates allegedly dismissed it as being "just plain text." These days it seems like XML is everywhere, including the new ...
My last JavaWorld article “Simplify XML Processing with VTD-XML” looked at three important benefits of VTD-XML: performance, memory usage, and ease of use. VTD-XML makes XML applications not only ...