IE8加速器的问题

时间:2009-11-12 07:45:46

标签: xml accelerator

当选择美国专利号时,我正试图制作一个加速器来提取专利文件。所有安装尝试都会导致“加速器信息出现问题”。我正在尽力遵循示例并研究可能存在的陷阱,但没有成功。 xml甚至不会显示在我的浏览器中。 我的安装文件是:

  

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Patent Number Accelerator Install</title> </head> <body> <p> <button id="PatentButton" onclick="window.external.AddService('http://homepages.sover.net/~tiplady/PNL.xml')"> Install Patent Number Accelerator </button> </p> </body> </html>

任何指导都将不胜感激。

1 个答案:

答案 0 :(得分:0)

我的猜测:这很简单。您的xml文件中有一个未关闭的文字。

检查...PN/{selection}后的引号,您可能会注意到(根据您的字体)引号是(右双引号),Unicode代码位置U + 201D)应该有一个"(带有Codeposition U + 0022的引号)。

这意味着在解析时你有一个cunlosed字符串,并且xml文件无效。