我在搜索查询中使用属性“ID”。因此,我计划为以下示例 XML 的属性“ID”创建属性范围索引。
<head>
<title>
<note ID=20 >1</note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</title>
</head>
(<Head> or <Title> or <Note>)
我的问题是我需要将哪个标签称为“父本地名称”才能发挥最大作用。