Add wildcard support for node names. Allows selecting of all child nodes with a specific namespace (See issue #4).

This commit is contained in:
jim teeuwen 2011-07-13 05:17:00 +02:00
parent 29e84b1aeb
commit 2a2a591c08
5 changed files with 46 additions and 10 deletions

4
README
View file

@ -96,5 +96,7 @@
The namespace name specified in the functions above must either match the
namespace you expect a node/attr to have, or you can specify a wildcard "*".
This makes node searches easier in case you do not care what namespace name
there is or if there is one at all.
there is or if there is one at all. Node and attribute names as well, may
be supplied as the wildcard "*". This allows us to fetch all child nodes for
a given namespace, regardless of their names.