如何在XSLT中从xml中删除分号

时间:2013-10-24 07:22:42

标签: c# .net xml xslt

我有一个xml和xslt ..

我需要从xml中删除分号并显示在网页中。

我不能把这个位置给1或2,因为它可能会有所不同......

我的xslt

<xsl:variable name="link" select="Hotel/@thumb" />
<img src="{substring($link, 1, string-length($link) - 1)}"/>

XML

 http://static.ezeego1.co.in/ezeego1/images/hotelimages/ezimages/ezthumbimg/80760_conference_hall.jpg; 

任何帮助请...

0 个答案:

没有答案