特定管理 > 支援視覺化與發行 > 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> 上。