Other News

Community

EXSLT Meets XPath

Dare Obasanjo combines his efforts from a previous article on EXSLT with those of Oleg Tkachenko’s article on creating multiple outputs from a single XSLT transformation to create a customer EXSLT library for the .NET Framework that includes support for EXSLT functions to regular XPath queries.

Community

XML Reflection for CORBA

(Steve Vinoski and Douglas C. Schmidt) Some programming languages, such as Java and Smalltalk, support reflection or introspection. This feature allows applications written in these languages to obtain information about objects and classes at runtime, typically using this information to perform dyna

Community

Partition Outer-Joins

(Jonath1n Gennick) I don’t usually write about new Oracle features for this list, because so few people can use them, but this time I’m going to break that pattern. Oracle Database 10g brings a new feature called the “partition outer-join”. You use the feature to “densify” data, to fill in missing

Community

Using Multi-Column Indexes

When an SQL request is commonly issued using multiple columns, a concatenated or multi-column index can be used to improve performance. Oracle supports the use of multi-valued indexes, but there are some important limitations. Unlike other relational databases, Oracle requires that all columns in th

Community

SQLXML Explained

(Ken Henderson) This chapter updates the coverage of SQLXML in my last book, The Guru’s Guide to SQL Server Stored Procedures, XML, and HTML. That book was written before Web Release 1 (the update to SQL Server 2000’s original SQLXML functionality) had shipped. As of this writing, SQLXML 3.0 (which