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