I'm trying to understand what exslt functions are supported natively in
Xalan-J (2.5.2). In the docs, when I click on the "EXSLT date-and-time
functions" link, it sends me to the javadoc for the implementation
class. I can only make assumptions about what methods and arguments are
available.
>From this, I'm guessing I could call "date:date()" and
"date:date-time()", and these work. However, I tried calling
"date:date('YY-MM-DD')" and it returns nothing. It doesn't fail, it
just returns an empty string.