Pp. 123 (no. 121)
This code sample is adapted from Clifford B. Anderson and Joseph C. Wicentowski, XQuery for Humanists (College Station: Texas A&M University Press, 2020), 123. Download this code sample in its raw form. View the source on GitHub.
xquery version "3.1";
import module namespace tf = "http://xquery.forhumanists.org/tei-functions"
at "tei-functions.xqm";
(: Change the path to the file as necessary :)
tf:make-tei-title(
"citizens at last",
"the woman suffrage movement in Texas"
)