XPath未在InfoPath 2007中传递浏览器兼容性检查

时间:2010-04-05 20:11:12

标签: infopath infopath-forms-services

为什么下面的targetField属性会失败InfoPath 2007中的浏览器兼容性检查器。是否有另一种方法来编写语句,以便它可以在启用浏览器的表单上工作?

<xsf:ruleSets>
     <xsf:ruleSet name="ruleSet_1">
          <xsf:rule caption="Rule 1" isEnabled="yes">
               <xsf:assignmentAction targetField="my:group1/my:group2[1]/my:field3" expression="my:field1"></xsf:assignmentAction>
          </xsf:rule>
          <xsf:rule caption="Rule 2" isEnabled="yes">
               <xsf:assignmentAction targetField="my:group1/my:group2[2]/my:field3" expression="my:field2"></xsf:assignmentAction>
          </xsf:rule>
     </xsf:ruleSet>
</xsf:ruleSets>

1 个答案:

答案 0 :(得分:0)

“my:”前缀是否在您未向我们展示的周围XML中定义?如果没有,那么这可能是一个原因。您向我们展示的XML没有“my:”的定义。