I am replacing XalNamespaceHandler with something more generic. Right now it is hardcoded to recognize the default ui namespace(s) and add those elements without having to wrap them in an xmodify statement. The problem is that if people use other namespaces (from their own tag mappings for example) that namespace is not recognized.
I am reaplacing XalNamespaceHandler with a more generic mechanism that will register this shortcut syntax namespace handler for any and all namespaces that apply to the UI document. This way ANY top-level UI tag will work without being wrapped in xmodify tags. James Margaris
