Closed
Description
Plugin does not see namespace declaration:
<xsl:function name="t:html-to-csv" as="xs:string*">
<xsl:param name="html" as="element()"/>
<xsl:sequence xmlns:h="http://www.w3.org/1999/xhtml"
select="$html!descendant-or-self::h:table[1]!h:tr!t:get-csv-line((h:td | h:th)!xs:string(.))"/>
</xsl:function>