|
|
|
|
|
by mdaniel
1314 days ago
|
|
No, and arguably worse: it completely ignores them $ echo '<a xmlns="http://www.w3.org/2005/Atom"><b xmlns="urn:beta">hello</b></a>' | xq --xpath '/a/b/text()'
hello
Only partial support for functions, too, it would appear $ echo '<a xmlns="http://www.w3.org/2005/Atom"><b xmlns="urn:beta">hello</b></a>' | xq --xpath 'count(/a/*)'
$
Some A++ error handling, too, as it just calls panic when angry |
|