Author: SSWUG Research

Community

Form Builder 5.0

Book by Stephen Edelstein – Sample Chapter 8: LibrariesPrevious versions of Oracle’s Forms Designer tools, SQL*Forms and Oracle Forms, had two ways of sharing procedural code with multiple applications:User Exits let designers write procedures in a programming language (C, COBOL, For

Community

Normalizing XML, Part 1

by Will Provost – As regular readers of the XML Schema Clinic likely know, I tend to view the world of XML through object-oriented glasses. For this installment, though, we’re reaching out to the relational data folks, switching lenses for one eye at least. The goal is to see what relational concept

Community

Jean Paoli on XML in Office 11

By Jon Udell – Next week’s issue of InfoWorld includes an article on the new XML capabilities of Office 11. While researching the story, I interviewed the architect of XML in Office 11, Microsoft’s Jean Paoli, one of the primary co-creators of XML. Here are some of his remarks.

Community

Automatic Numbering, Part 1

by Bob DuCharme – XSLT’s xsl:number instruction makes it easy to insert a number into your result document. Its value attribute lets you name the number to insert, but if you really want to add a specific number to your result, it’s much simpler to add that number as literal text.

Community

Tip: Using a DOM NodeFilter

XML’s DOM Level 2 Traversal module provides two new objects, the TreeWalker and the NodeIterator, which simplify the process of navigating a Document. More than that, the module defines a NodeFilter, which can be used to programmatically control what nodes are visible to the TreeWalker or NodeFilter