Skip to content

Commit

Permalink
Merge pull request #178 from tfiers/patch-1
Browse files Browse the repository at this point in the history
Readme: link docs for caveat on xpath<>namespaces combination
  • Loading branch information
sjkelly committed Nov 7, 2023
2 parents 96b6df8 + 6d47c4e commit 7539a9f
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 7539a9f

Please sign in to comment.