Project

Profile

Help

Bug #6498 » CallFunctionDirectly.xslt

Adrian Bird, 2024-08-08 12:50

 
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="3.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:my="my-ns">

<xsl:import href="FunctionCompare.xslt" />

<xsl:output method="text" />

<xsl:template name="xsl:initial-template">
<xsl:sequence select="my:compare('a','b')" />
</xsl:template>
</xsl:stylesheet>
(1-1/3)