I'm experimenting with the EXSLT, partially in Stylus Studio, and partially in standalone tests. I noticed that when I tried to test the "date:format-date()" function provided in the EXSLT implementation, it fails trying to find "str.padding.function.xsl" in the same directory as the "date.format-date.function.xsl" file.
I'm guessing there should be some way I can configure the XSLT context in some way so that this would work, unless I'm missing something. Is it assumed that EXSLT functions will do their own "xsl:import" calls for dependent functions, or should this be up to the top-level client?