【发布时间】:2017-10-20 06:14:16
【问题描述】:
我需要在 ONE XML 文档中获得来自 mods 架构的描述性信息和来自 PBCore 架构的技术信息。但是,无论我按什么顺序排列,我的 XML 编辑器中都会出现格式良好的错误。 我在 XML 文档的顶部有这个序言:
<?xml version='1.0' encoding='UTF-8'?>
<mods:modsCollection xmlns:mods="http://www.loc.gov/mods/v3"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.loc.gov/mods/v3
http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
稍后在我的 XML 文档中:
<pbcoreCollection xmlns="http://www.pbcore.org/PBCore/PBCoreNamespace.html"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.pbcore.org/PBCore/PBCoreNamespace.html
http://pbcore.org/xsd/pbcore-2.0.xsd">
我错过了什么?
【问题讨论】: