Amended README with wildcard additions.
This commit is contained in:
parent
5fff1fb51a
commit
5e421dfebb
5
README
5
README
|
@ -92,6 +92,11 @@
|
||||||
All of these functions return either "" or 0 when the specified node or
|
All of these functions return either "" or 0 when the specified node or
|
||||||
attribute could not be found. No errors are generated.
|
attribute could not be found. No errors are generated.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
LICENSE
|
LICENSE
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
Loading…
Reference in New Issue