【问题标题】:Problem with IE8 acceleratorIE8加速器的问题
【发布时间】:2009-11-12 17:25:58
【问题描述】:

I am trying to make an accelerator to pull up patent documents when the selection is a US patent number.所有安装尝试都会导致“加速器信息有问题”。我正在尽最大努力遵循示例并研究可能的陷阱,但没有成功。 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>

任何指导将不胜感激。

【问题讨论】:

    标签: xml accelerator


    【解决方案1】:

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

    检查...PN/{selection} 之后的引号,您可能会注意到(取决于您的字体)引号是(右双引号),带有Unicode 编码U+201D)而应该存在的内容是a "(带引号 U+0022 的引号)。

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-06-22
      • 1970-01-01
      相关资源
      最近更新 更多