Next in thread → Next in month →

Re: [docbook-apps] dbtimestamp PI function

From
Bob Stayton <>
Date
2004-09-17T17:05:18+00:00
ID
04dc01c49cd8$7c018580$6401a8c0@toshiro
Thread
Re: [docbook-apps] dbtimestamp PI function
I added a test for this to the XSL stylesheet, so it should work for Xalan
in 1.66.1.

Bob Stayton
Sagehill Enterprises
DocBook Consulting



----- Original Message ----- 
From: "Mauritz Jeanson" <>
To: "'Jirka Kosek'" <>; "'Lars Bjerges'"
<>
Cc: <>
Sent: Friday, September 17, 2004 7:57 AM
Subject: RE: [docbook-apps] dbtimestamp PI function


> > -----Original Message-----
> > From: Jirka Kosek
>
> > Lars Bjerges wrote:
> >
> > > It seems that the "function-available" does not really work
> > here or am I missing something?
> >
> > It seems to me as a Xalan bug. You should report and consult
> > it on Xalan mailing list.
>
>
> Yes, it seems like a bug. It works with Xalan if you use the exact name of
> the underlying Java method.
>
> <!-- OK with Saxon and xsltproc -->
> <xsl:if test="function-available('date:date-time')">
>
> <!-- OK with Saxon and Xalan -->
>  <xsl:if test="function-available('date:dateTime')">
>
> Tested with:
> Saxon 6.5.3
> Xalan 2.6.0
> xsltproc 1.1.8
>
>
> /MJ
>
>
>
>
Next in thread → Next in month →