Andy Chambers schrieb:
I'm trying to write the simplest function that could possibly work, and it doesn't. [...]
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:my="http://formedix.com/functions" xmlns:ex="http://exslt.org/common" xmlns:func="http://exslt.org/func"
The correct namespace is "http://exslt.org/functions" :-) Michael