检索点定义 -- keys
<?xml version="1.0" encoding="utf-8"?>
<root>
<key>
<xpath>/p/@h</xpath>
<from>hanzi</from>
<table ref="hanzi" />
</key>
<table name="hanzi" id="5">
<convert>
<string style="" />
</convert>
<convertquery>
<string style="" />
</convertquery>
<caption lang="chi">汉字</caption>
<caption lang="eng">hanzi</caption>
</table>
</root>
非用字 -- stopword (无)
浏览格式 -- browse
<?xml version="1.0" encoding="utf-8"?>
<root>
<col title="汉字">
<xpath>/p/@h</xpath>
</col>
<col title="拼音">
<xpath>/p/@p</xpath>
</col>
</root>
数据记录样例:
<?xml version="1.0" encoding="utf-8"?><p h='伣' p='qian;xian'></p>