hi again too :)

> hi again, see inline...

>> And in my xsl:
>>
>> <xsl:include href="logicsheet-util.xsl"/>
>> <xsl:param name="namespace-uri">http://mynamspace/mytag</xsl:param>
>>
>>
>> <xsl:template match="mytag:[EMAIL PROTECTED]">
>>      <xsl:variable name="varyear">
>>              <xsl:call-template name="get-string-parameter">
>>                      <xsl:with-param name="name">year</xsl:with-param>
>>                      <xsl:with-param name="required">true</xsl:with-param>
>>              </xsl:call-template>
>>      </xsl:variable>
>>      <xsl:call-template name="mytesttemplate"/>
>> </xsl:template>
>>
>>
>> As soon as I had "[EMAIL PROTECTED]" on my match xsl:template, the
>> "<xsl:call-template name="mytesttemplate"/>" instruction isn't
>> executed anymore.
>
> that should be the predicate as mentioned above. in your example markup
> your <mytag:user> element didn't have the attribute (@year) so the
> template didn't match.
>

I agree with you but each time I add "year" or "year or @year" or "@year
or year", cocoon crashes with this error :

// start error (lines 95-95) "  expected"
      import
// end error

I'm lost :(

Anyway, thank you for your help so far !



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to