help
"Fredy E Arguello" <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <20040407150725.OLCS13425.mta13.adelphia.net@fredy> |
Hello my name is Fred, I don't know if this is the right way to get help
from you.
I'm having problems using your date.format-date.function.xsl document
This is what I have placed at the top of my xml document.and your document
is in the same folder with the rest of my files
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:date="http://exslt.org/dates-and-times" >
<xsl:import href="date.format-date.function.xsl" />
I'm trying to format this data on my xml document, to a date format.
<Sentence_End_Date>
<SED_Month>01</SED_Month>
<SED_Day>01</SED_Day>
<SED_Year>2004</SED_Year>
</Sentence_End_Date>
But I get this error
The system cannot locate the object specified
In my xsl document I don't know where to place this or which one to use.I am
using TDs to display the data in my xml tags
Function Syntax
string date:date(string?)
Template Syntax
<xsl:call-template name="date:date">
<xsl:with-param name="date-time" select="string" />?
</xsl:call-template>
Please help me..
thanks