专业化管理 > 支持可视化和发布 > WVS 发布规则 > 评估发布规则 > 简介 > 评估发布规则逻辑 > 步骤 1:匹配 <authoring-application>
  
步骤 1:匹配 <authoring-application>
对于在 WVS 特性 publish.usesPublishRules 中指定的每个创作应用程序,<rules> 元素都必须有一个 <authoring-application> 子项。
例如,要将 Servigistics ArbortextCreo Parametric 指定为创作应用程序,应使用以下命令:
<rules>
<authoring-application name=”ARBORTEXT”>
*
*
*
</authoring-application>
<authoring-application name=”PROE”>
*
*
*
</authoring-application>
</rules>
一般情况下,概念为:
<rules>
<authoring-application name=”MY_AUTH_APP”>
*
*
*
</authoring-application>
</rules>
发布规则评估搜索 "name" 属性和 EPMDocument 的创作应用程序匹配的 <authoring-application> 元素。若未找到匹配,则不会生成发布作业;否则进行评估的步骤 2。