Skip to content

Commit

Permalink
Readme: link docs for caveat on xpath<>namespaces combination
Browse files Browse the repository at this point in the history
For discoverability.

Related: #137
(which is the only google result for `Warning: ignored the empty prefix for 'http://www.w3.org/2000/svg'; expected to be non-empty`)
  • Loading branch information
tfiers authored Jan 5, 2023
1 parent a0025a7 commit 6d47c4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ Constructors:
* `EzXML.Node` type: `XMLDocumentNode(version="1.0")`, `HTMLDocumentNode(uri, externalID)`, `ElementNode(name)`, `TextNode(content)`, `CommentNode(content)`, `CDataNode(content)`, `AttributeNode(name, value)`, `DTDNode(name, [systemID, [externalID]])`

Queries:
* XPath: `findall(xpath, doc|node)`, `findfirst(xpath, doc|node)`, `findlast(xpath, doc|node)`
* XPath: `findall(xpath, doc|node)`, `findfirst(xpath, doc|node)`, `findlast(xpath, doc|node)`\
(Note the caveat on the combination of XPath and namespaces in the [manual](https://juliaio.github.io/EzXML.jl/stable/manual/#XPath-1))


Examples
--------
Expand Down

0 comments on commit 6d47c4e

Please sign in to comment.