help me please
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Hello Sir,
I would like to use module format-date but the problem that I am initial
with xslt and I did not how i can include or integrate your module into my
code.
I would like to use the module format-date to be able to use this code:
<xsl:template name="print-date">
<xsl:param name="date"/>
<xsl:call-template name="date:format-date">
<xsl:with-param name="date-time" select="$date" />
<xsl:with-param name="pattern" select="'dd MMMM yyyy'" />
</xsl:call-template>
</xsl:template>
I send you tree doucments, it?s my exercises, please help me
http://lists.fourthought.com/pipermail/exslt/attachments/20060517/f8f3f8b1/ex3-0002.xml
http://lists.fourthought.com/pipermail/exslt/attachments/20060517/f8f3f8b1/ex3-0003.xml
http://lists.fourthought.com/pipermail/exslt/attachments/20060517/f8f3f8b1/ex9-b-0001.xslt