{% for lang in site.data.xpath_funs.langs %} ### {{ lang.name }} {% if lang.header %} {{ lang.header | render_markdown }} {% else %} {{ lang.name }} functions are in the namespace `{{ lang.ns }}`. {% endif %}
Function name | Description (click for details) | ||
---|---|---|---|
{{ fun.name }} | {{ fun.shortDescription }} | ||
{{ lang.ns | append: ':' }}{{ fun.name }}{{ fun | xpath_fun_type }}
|