[exslt] Using date-and-time ... failure..
by Emmanuel Ilpide other posts by this author
Aug 29 2006 9:31AM messages near this date
[exslt] str:padding()
|
Re: [exslt] Using date-and-time ... failure..
& XSLT Hello!
I'm running the following XSLT:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform
<http://www.w3.org/1999/XSL/Transform> "
xmlns:date="http://exslt.org/dates-and-times
<http://exslt.org/dates-and-times> "
extension-element-prefixes="date">
<xsl:import href="date.xsl" />
<xsl:template match="/*">
<xsl:call-template name="date:date-time"/>
</xsl:template>
</xsl:stylesheet>
... but I get this:
% Xalan270 tt tt2.xsl
XSLT Warning: Fatal Error.Occurred at unknown file, line 0, column 0. An
exception occurred! Type:RuntimeException, Message:The primary document
entity could not be opened.
Id=file:///home/arborp4/users/manu/exslt/functions/format-date/str.paddi
ng.function.xsl
(file:///home/arborp4/users/manu/exslt/functions/format-date/date.format
-date.function.xsl
<file:///home/arborp4/users/manu/exslt/functions/format-date/date.format
-date.function.xsl> , line 9, column 47.)
SAXParseException: An exception occurred! Type:RuntimeException,
Message:The primary document entity could not be opened.
Id=file:///home/arborp4/users/manu/exslt/functions/format-date/str.paddi
ng.function.xsl (, line 0, column 0)
Any idea why this is happening?
Thanx!
Emmanuel ILPIDE
Comverse - Kenan Billing Solutions
Mail: emmanuel.ilpide@[...].com
Office: +33147961144
Mobile: +33621552072
<mailto:emmanuel.ilpide@[...].com>
Thread:
Emmanuel Ilpide
James Fuller
|