Re: Target of xforms-binding-exception

Hello Jérôme,

So, here's a solution to your particular question. Notice the 
utilization of ev:observer attribute. So what do you think now, would 
this make sense for you?

<html xmls=... id="doc_elem">
   <head>
     <xform:model id="m1">
       <xform:instance>
         <my:data/>
       </xform:instance>
<!-- ********************************************-->
     <xform:message ev:event="xforms-binding-exception" 
ev:observer="doc_elem">There was a binding error.</xform:message>
<!-- ********************************************-->
     </xform:model>
   </head>
   <body>
     <!-- b1 points nowhere -->
     <xform:output bind="b1"/>
   </body>
</html>

-mikko

Received on Friday, 20 December 2002 10:01:21 UTC