We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can write custom functions in XSLT and C.
For XSLT, they look like:
<func:function name="user:excited"> <xsl:param name="input" /> <func:result select="concat($input, '!!!!!!!')" /> </func:function>
If you run:
{ "title": "user:excited(h1)", }
on the Yelp page, you’ll get:
{ "title": "Amnesia!!!!!!!", }