parametre perdu

julien TOUCHE <[email protected]>
Newsgroups gmane.text.xml.french.tech
Message-ID <[email protected]>
Bonjour

j'ai le code suivant

>>>
  <xsl:template name="Affiche1photoSur3">
    <xsl:param name="cur_image" select="error"/>
    <xsl:param name="positionPage" select="error"/>

                  <xsl:message>**3 Getting &lt;<xsl:value-of
select="cur_image/path"/>&gt; or <xsl:value-of select="path"/>.
(position <xsl:value-of select="$positionPage"/>)</xsl:message>
[...]

  </xsl:template>

[...]

        <xsl:message>**3 treating1 &lt;<xsl:value-of
select="image/path"/>&gt;.</xsl:message>
        <xsl:message>**3 treating1 &lt;<xsl:value-of
select="image[position()]/path"/>&gt;.</xsl:message>
        <xsl:call-template name="Affiche1photoSur3">
          <xsl:with-param name="cur_image" select="image"/>
          <xsl:with-param name="positionPage" select="0"/>
        </xsl:call-template>
<<<

mais à l'affichage (xsltproc), j'ai
>>>
**3 treating1 </path/to/file>.
**3 treating1 </path/to/file>.
**3 Getting <> or . (position 0)
<<<


qq un peut m'expliquer, pourquoi je perds mon parametre :( ?

merci
@+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.