相关疑难解决方法(0)

对实体"foo"的引用必须以';'结尾 分隔符

我有Google Checkout沙箱生成的HTML代码,可以在HTML页面中正常使用.当我在XHTML页面中放入相同的代码时,它会引发以下异常:

对实体"w"的引用必须以';'结尾 分隔符

w在以下src属性中引用URL中的请求参数:

<input type="image" name="Google Checkout" alt="Fast checkout through Google"
    src="http://sandbox.google.com/checkout/buttons/checkout.gif?merchant_id=211512493599623&w=180&h=46&style=white&variant=text&loc=en_US"
    height="46" width="180" />
Run Code Online (Sandbox Code Playgroud)

这是怎么造成的,我该如何解决?

html xhtml xml-parsing

86
推荐指数
1
解决办法
7万
查看次数

标签 统计

html ×1

xhtml ×1

xml-parsing ×1