Buenas, he intentado usar el CPE Validator con los XSL del Facturador SUNAT y me sale un error: "ErrorException : XSLTProcessor::importStylesheet(): compilation error: file /home/vagrant/greenter-test/resources/xml-validator/VALI/commons/error/validate_utils.xsl line 842 element param"
Y la funcion segun la linea seria la siguiente:
<func:function name="gemfunc:is-blank">
<xsl:param name="data" select="''"/>
<func:result select="regexp:match($data,'^[\s]*$')"/>
</func:function>
Alguna idea de en donde me estoy equivocando?