Other News

Community

XPath in Five Paragraphs

(Ronald Bourret) An XPath expresssion is a series of location steps separated by slashes (/). Each step selects a set of nodes in relation to the current node. These nodes become the current node(s) for the next step. The set of nodes selected by the expression are the nodes remaining after processi

Community

Happy Birthday, XML!

(Dave Hollander and C. M. Sperberg-McQueen) Though it’s hard to believe that it has already been five years, the World Wide Web Consortium (W3C) published XML 1.0 as a Recommendation on February 10, 1998, making XML five years old. Since its first introduction, the Extensible Markup Language has bec

Community

Getting ANSI About Joins

(Jim Czuprynski) JOIN … USING. When you need to join tables that share more than one column naturally, the JOIN … USING syntax needs to be used. A NATURAL join between the Employees and Departments tables, for example, could yield unexpected results because the tables share both the DEPARTMENT_I

Community

Changing Databases Using XML

(Dinesh Asanka) As a database developer , you may have being fed up with the never ending customer changes. Actually this is not only relevant to database developers but for all of the other developers. But for database developers has to meet the customer requirements they may need to change the dat