dans le xsl :
Code :
- <body>
- <img>
- <xsl:attribute name="src">
- <xsl:value-of select="path"/>
- </xsl:attribute>
- <xsl:attribute name="width">
- <xsl:value-of select="width"/>
- </xsl:attribute>
- <xsl:attribute name="height">
- <xsl:value-of select="height"/>
- </xsl:attribute>
- </img>
- </body>
|
dans ton xml:
Code :
- <path>y:\toto.gif</path>
- <height>50</height>
- <width>50</width>
|
euh, ya peut-etre plus simple mais je pense pas, et moi, je sais faire que comme ca
Message édité par seb91 le 09-07-2002 à 14:26:13