时间:2010-07-23 18:14:17

标签: xslt attributes image

4 个答案:

答案 0 :(得分:5)

答案 1 :(得分:4)

答案 2 :(得分:1)

答案 3 :(得分:1)

<img>
    <xsl:attribute name="src">
        <xsl:value-of select="my_photo/@href" />
    </xsl:attribute>
</img>

<my_photo href="folder/poster.jpg" />