config.xml 484 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE ZHIQIM-CONTEXT PUBLIC "-//ZHIQIM //DTD Zhiqim-Context Configuration 1.5.0//EN" "http://zhiqim.org/xmldtds/zhiqim_context_1_5_0.dtd">
  3. <zhiqim-context>
  4. <!-- 属性 -->
  5. <attribute name="系统名称" key="name" value="知启蒙WEB容器" />
  6. <attribute name="系统版本" key="version" value="V1.5.0" />
  7. <!-- Action -->
  8. <action name="模糊匹配" path="/abc/*" view="/zview/abc.zml" />
  9. </zhiqim-context>