The oxy_xpath() function is used for XPath expressions.
The oxy_xpath() function has the following signature:
para:before{
content:
concat("|Number of words:",
oxy_xpath(
"count(tokenize(normalize-space(string-join(text(), '')), ' '))",
processChangeMarkers,
true),
"| ");
}