Other News

Community

Sometimes Syntax Is Significant

by A. Russell Jones – If you’re using Microsoft XMP Parser (MSXML) version 3, you may be able to improve your XSLT style sheet execution times dramatically by changing nothing more than syntax. Recently I used an XSLT style sheet that set the value of a variable using a standard, supported XSLT synt

Community

DB2 Archive Log Accelerator, V2

IBM DB2 Archive Log Accelerator (formerly DB2 Archive Log Compression Tool) reduces the overhead that is associated with database log management to balance the increases in archive log growth. The tool achieves this using a combination of data striping (for faster log volume through-put) and DFSMS h

Community

An Introduction to StAX

by Elliotte Rusty Harold – Most current XML APIs fall into one of two broad classes: event-based APIs like SAX and XNI or tree-based APIs like DOM and JDOM. Most programmers find the tree-based APIs to be easier to use; but such APIs are less efficient, especially with respect to memory usage. An in