0

为什么下面的 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>
4

1 回答 1

0

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

于 2010-04-05T22:40:49.027 回答