我正在关注 Apache Nutch 的教程。
我的 conf/nutch-site.xml 配置如下:
<property>
<name>http.agent.name</name>
<value>Nutch Spidah</value>
</property>
<configuration>
</configuration>
我收到此错误:
[致命错误] nutch-site.xml:11:2:文档中根元素之后的标记必须格式正确。
我知道我遗漏了一些明显的东西。任何帮助表示赞赏。谢谢!