- From: Mikko Honkala <honkkis@tml.hut.fi>
- Date: Fri, 20 Dec 2002 13:58:22 +0200
- To: Jérôme Nègre <jerome.negre@e-xmlmedia.fr>, www-forms@w3.org
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