Author: SSWUG Research

Community

Using PHP With XML (part 2)

By icarus Melonfire – In the first part of this article, I said that there were two approaches to parsing an XML document. SAX is one; the other uses the DOM to build a tree representation of the XML data structures in the document, and then offers built-in methods to navigate through this tree. Onc

Community

Using PHP With XML (part 1)

By icarus Melonfire – The strange thing about XML, though, is that it's very hard to figure out where to start. It doesn't take long to figure out the basics of creating an XML file, or the rules for XML markup. However, that's where most novice developers hit a brick wall; XML documenta

Community

Use XSLT to Merge XML Documents

(A. Russell Jones) XML documents excel at validating, extracting, storing, and transmitting hierarchical data, but as they become more common, the need to merge data stored in different XML documents increases as well. You can use XSLT to merge data from two or more XML documents into a single docum

Community

SQL Server Editions

SQL Server comes in more editions than any other Microsoft .NET Enterprise Server. In fact, SQL Server 2000 comes in no fewer than seven varieties. Here's a quick guide to the differences among the SQL Server 2000 editions. (If you aren't sure which edition of SQL Server you're using, yo

Community

Toolkit for NewsML

Reuters have released NewsML Toolkit v1.0, developed in conjunction with David Megginson, to assist in creating applications for the NewsML news publishing framework. The open source toolkit, licensed under the LGPL, is a set of Java classes that aid the accessing and manipulation of News