专业化管理 > 支持可视化和发布 > WVS 发布规则 > 评估发布规则 > 简介 > 评估发布规则逻辑 > 步骤 6:贯穿匹配
  
步骤 6:贯穿匹配
如果评估在上述步骤中未找到搜索根,<authoring-application> 元素将成为搜索 <publish> 元素的根。在步骤 8 中将介绍发布元素。
以下是贯穿发布的示例:
<authoring-application name=”MY_AUTH_APP”>
<epm-number number=”1111”>
*
*
*
</epm-number>
<epm-type type=”MyInternalName”>
*
*
*
</epm-type>
<!-- Begin: Fall-through search root -->
*
*
*
<!-- End: Fall-through search root -->
</authoring-application>
在此示例中,如果 EPMDocument 的编号不是 1111 或没有内部名称 "MyInternalName",则 <authoring-application> 将成为搜索根 (如上面的 Begin 和 End 注解行之间所提到的那样)。
* 
不建议使用贯穿匹配,因为如果这样,您在特定创作应用程序的任何 EPMDocument 上都将无法绕过发布。测试发布规则时贯穿匹配很有用,可使您将注意力仅集中在匹配 <authoring-application> 上。