Hi, On Thu, Dec 24, 2009 at 12:41 PM, John Tranier <[email protected]> wrote: > I cannot figure out how to denote the default namespace inside a > namePattern.
You don't, the pattern mechanism unfortunately doesn't support doing that.
> Basically I want to retrieve all the children of the root node that belongs
> to the default namespace.
The best way to do that is to simply list all the children and
explicitly use a filter like: node.getName().indexOf(':') == -1.
BR,
Jukka Zitting
