by Anthony Coates – When working with data-oriented XML, there is often a requirement to handle “controlled vocabularies”, otherwise known as enumerated values. Consider the following example of a bank account summary:
Author: SSWUG Research
Extending XMLMap: XML for Presentation Purposes
In this installment we will extend our XMLMap with XML standards for documents, particularly those concerned with presenting information to users. While the main difference between XML and HTML is that XML contains no presentation information, one of the first applications of XML was in the presenta
Tip: SAX and document order — tracking parent-child relationships
The tips in this series explore the concept of document order and the use of so-called document order indices in SAX. This tip looks at the use of DOIs in modeling parent-child relationships in XML documents. Such DOI representations of document hierarchy are useful in building applications, such as
XML Forms, Web Services and Apache Cocoon
by Ivelin Ivanov – Server side business logic is often invariant with regard to client devices. An email client supports the same basic operations whether it’s used from a cellular phone, PDA, or a PC. To address the needs of web developers who build applications for a variety of devices, the W3C ha
XML in Java: Data binding, Part 2: Performance
Enterprise Java expert Dennis Sosnoski checks out the speed and memory usage of several frameworks for XML data binding in Java. These include all the code generation approaches discussed in Part 1, the Castor mapped binding approach discussed in an article last year, and a surprise new entry in the
Boost XSLT With Extension Objects
by Dan Wahlin – When you need to perform functions XSLT can’t handle, use XSLT extension objects. Download a sample showing how to call an extension object written in C# from within an XSLT stylesheet.
Laborious Updates Leave SQL Databases Unpatched
By Lisa Vaas – The patches that could have stopped last week’s attack on Microsoft Corp. database software were so difficult to install or so poorly publicized that some of Microsoft’s own database administrators failed to install them.
Customer Update on the “Slammer” Attack
Review Microsoft’s latest security bulletin about the SQL Slammer worm and download the fix to update your systems.
Much ADO About Nothing
By William Vaughn – Developers need to know how to test for and set NULL values in their applications. Here are some tried-and-true techniques you can use in Visual Basic and Visual Basic .NET.
Find what each Oracle process is doing
By Indira M – Here is a handy script that will correlate the operating system process with the Oracle process. You’ll also be able to see the most current SQL run by that process. Therefore, if you find an OS process is consuming significant resources in a monitoring tool like top, you can run this
