标签: xml xslt
我有一个xml文件,该XML文件的节点包含完整路径的屏幕截图
示例C:\ usere \ blablabla \ name.bmp
我想在xslt中使用此路径来显示我的图像,但是显示图像的小图标。
我的代码
<img><xsl:attribute name="src"><xsl:value-of select="Screenshot_Location"/></xsl:attribute></img>
但是如果我给出相对路径,那么图像就会出现