prob xml - XML/XSL - Programmation
Marsh Posté le 17-09-2004 à 14:33:43
<a href="#" onClick="javascript:aut('<xsl:value-of select="nom"/> ')">
<xsl:value-of select="nom"/>
</a>
t'as essayé ?
Marsh Posté le 17-09-2004 à 15:33:44
neophite a écrit : ca aurai été trop facile sinon ... |
Code :
|
Marsh Posté le 17-09-2004 à 18:46:46
oui , j ai trouvé ca aussi ; et ca marche ; mais faut mettre ce namespace la ( ou un autre ??? , je connais po encore trop le xsl, xml):
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:wxsl="http://www.w3schools.com/w3style.xsl">
sinon la balise variable ne marche pas
Merci alien_nan !
:-)
Marsh Posté le 20-09-2004 à 09:50:49
Code :
|
Voici l'entete que j'utilise pour l'acces a ces fonctions.
Marsh Posté le 17-09-2004 à 14:30:11
salut
j ai un fichier xml , un xsl et un html et je fais ca dans le xsl:
<xsl:for-each select="root/participant">
<tr>
<td id ="TEST2004">
<a href="#" onClick="javascript:aut('MAVARICI')">
<xsl:value-of select="nom"/>
</a>
</td>
<td><xsl:value-of select="prenom"/></td>
<td><xsl:value-of select="adresse"/></td>
<td><xsl:value-of select="naissance"/></td>
</tr>
</xsl:for-each>
le probleme et que je ne connais po la synthase pour mettre le nom ( normalement recuperer par <xsl:value-of select="nom"/> ) a la place de MAVARICI
merci par avance ...
si qql peut m aider ????