You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Annik Schoenmann <an...@idbsoft.ch> on 2000/11/11 00:57:47 UTC

sxl importind question

Hi!
I have problem with my xsl importation,
I have 2 xsl in the same foder

ListDates.xsl       : contain a list of address
templatedate.xsl  : contain a template of date who made 3 picklist dd mm yy

in ListDates.xsl, I try to import my template but with Explorer my date
fromating is missing I beleve than my importation is not properly executed!
Do some body hav an idea about it?


<xsl:import href="templatedate.xsl"/>

and to get one date
<xsl:for-each select="startingD/date">
       <xsl:apply-templates select="."/>
</xsl:for-each>


Annik