特定管理 > 支援視覺化與發行 > WVS 發佈規則 > 評估發佈規則 > 簡介 > 評估發佈規則邏輯 > 步驟 2:比對 <epm-number>
  
步驟 2:比對 <epm-number>
評估會透過在步驟 1 中符合的 <authoring-application> 元素的子項中搜尋其「編號」屬性符合 EPMDocument 的「編號」的 <epm-number> 元素來繼續。
* 
<authoring-application> 元素可以有 <epm-number> 元素以外的子項;即使那些子項元素在 <epm-number> 元素之前顯示在「發佈規則」XML 檔案中,在本步驟中也會忽略它們。
<authoring-application name=”MY_AUTH_APP”>
<epm-number number=”1111”>
*
*
*
</epm-number>
<epm-number number=”2222”>
*
*
*
</epm-number>
</authoring-application>
如果找到符合的元素,符合的 <epm-number> 元素會變為搜尋 <publish> 元素的根,這會在步驟 8 中描述;否則,評估會繼續步驟 3。