Other News

Community

Tip: Convert Excel data to XML

(Benoit Marchal) Contrary to what you might think, not every document is initially written in XML. Actually, most documents are prepared with some other tool and later converted to XML. Many documents originate from relational databases such as DB2, or from Microsoft Office applications such as Word

Community

Outer Join with Oracle SQL

A "normal" join finds values of two tables that are in a relation to each other. In most cases, this relation is equality (=), but it can also be all sorts of operations that either return true or false. The important thing is that a "normal" join only returns rows of both tables of which the compar

Community

From XML to DML the Java Way

(Rajendra Pande) With XML (eXtensible Markup Language) rapidly becoming a standard way to describe and transfer data on the Web—especially in B2B transactions—applications that can read XML data and incorporate it in a database are becoming more and more important. When your applications can handle

Community

XForms Building Blocks

(Micah Dubinko) Despite the name, XForms is being used for many applications beyond simple forms. In particular, creating and editing XML-based documents is a good fit for the technology. A key advantage of XML-based documents over, say, paper or word processor templates, is that an entirely elec