Hi,
Für die nächste XSL- bzw. XPath-Version wünsch ich mir ein paar zusätzliche String-Funktionen!
toUpper, toLowerfn:upper-case()
fn:lower-case()
Error occurred while compiling stylesheet 'catters.xsl'.
Code: 0x80004005
Reference to undeclared namespace prefix: 'fn'.
-->fn:upper-case(substring(@names,1,1))<--
Nach Erweiterung von
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
zu
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:fn="http://www.w3.org/2003/11/xpath-functions">
(den Namespace hab ich von http://www.w3.org/TR/xpath20/#id-basics)
sagt msxsl:
Error occurred while executing stylesheet 'catters.xsl'.
Code: 0x80004005
Namespace 'http://www.w3.org/2003/11/xpath-functions' does not contain any functions.
cu,
Andreas
MudGuard? Siehe http://www.mud-guard.de/