Small fixes in README

This commit is contained in:
jim teeuwen 2012-04-05 11:35:46 +02:00
parent 91731c5264
commit 672384faa8
1 changed files with 2 additions and 2 deletions

View File

@ -76,10 +76,10 @@ All of these functions return either "" or 0 when the specified node or
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 "*".
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. Node and attribute names as well, may
be supplied as the wildcard "*". This allows us to fetch all child nodes for
be supplied as the wildcard `*`. This allows us to fetch all child nodes for
a given namespace, regardless of their names.
### License