XSLT 2.0 implementation

It is now possible to have two or more stylesheet functions with the same name, provided they have the same arity (number of parameters). An error is reported if two functions have the same name, arity, and import precedence. {func27, func901err}

Added support for xsl:template mode="#all". {modes30-34, inimode002}