We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!!!!!!!", }