Another question about xsl 1.0 :

why when i apply such template
<xsl:template match="foo">
     <foobis>
       <xsl:attribute name="idbis" select="@id"/>
   </foobis>
</xsl:template>

on following xml :

<foo id="long_id"/>

i obtain :
with xalan <foobis idbis=""/>
with saxon <foobis idbis="long_id"/>

????
it work with xslt2.0

So, which parser should we use if we want to use xslt2.0 ??
How to plug it in C2.2 environment (spring-based,...)

Thanks.



ps : Guillaume H., you 'll be in Rome ?

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

Reply via email to