teidata.xpath

teidata.xpath defines attribute values which contain an XPath expression.
Module tei — The TEI Infrastructure
Used by
Class:
Element:
Content model
<content>
 <textNode/>
</content>
Declaration
<rng:define name="teidata.xpath">
 <rng:text/>
</rng:define>
teidata.xpath = text
Note

Any XPath expression using the syntax defined in Kay (ed.) (2007).

When writing programs that evaluate XPath expressions, programmers should be mindful of the possibility of malicious code injection attacks. For further information about XPath injection attacks, see the article at OWASP.