我有一个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;
任何帮助请...