We are in the process of updating to rev. 586 code that supports IE11 (among
other things)
One thing I have noticed is that the xf:load element behavior has changed.
Given the following simplified XML model:
<Data>
<RunMethod>javascript:alert('Hello there')</RunMethod>
</Data>
The following shorthand used to work:
<xf:load ref="/Data/RunMethod">
This no longer works, so after some experimentation I was able to get it to
work by refactoring to:
<xf:load>
<xf:resource value="/Data/RunMethod"/>
</xf:load>
We had quite a few forms that used the shorthand that will be affected. My
question is whether the shorthand was valid XForms, or if XSLTForms
intentionally removed it.
Paul Vanderveen
------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable
security intelligence. It gives you real-time visual feedback on key
security issues and trends. Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support