Description Usage Arguments Value Examples
This function will return the values of given nodes
in a
given filepath
.
1 | parseTEI(filepath, node = "")
|
filepath |
A string that holds the location of the file you want to extract values from. |
node |
One or more node types that you want to extract values from. |
wantedNodes The values for all nodes matching node
in
the file found at filepath
.
1 | nodes = parseTEI("path/to/xml/file", node="hi") # Get values for all highlight nodes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.