how to place value of xpath in to html img tag

后端 未结 1 1996
甜味超标
甜味超标 2021-01-23 07:12

The following code gets me the appropriate string, but I don\'t know how to put the value in to an html img tag:



        
相关标签:
1条回答
  • 2021-01-23 07:50

    Use an Attribute Value Template (AVT)

    <img src="{MT[@N = 'tag']/@V}" />
    
    0 讨论(0)
提交回复
热议问题