Hi,

Searching for an answer to a question I had, I came across the thread
with the above subject.  Alex's answer to this was the existance of the
xxforms:invalid-bind-ids attribute.  But this would mean that the
view.xsl files need quite lengthy code like:

  <xsl:if 
test="contains(document('input:instance')/form/field/@xxforms:invalid-bind-ids, 
'a')"/>
    <xf:alert> .... </xf:alert>
  </xsl:if>
  <xsl:if 
test="contains(document('input:instance')/form/field/@xxforms:invalid-bind-ids, 
'b')"/>
    <xf:alert> .... </xf:alert>
  </xsl:if>

Is this correct?  It would me more convenient if I could just say:

  <xf:alert id="a"> ... <xf:alert>
  <xf:alert id="b"> ... <xf:alert>

But this appearently doesn't work...

--
--    Jos Vos <[EMAIL PROTECTED]>
--    X/OS Experts in Open Systems BV   |   Phone: +31 20 6938364
--    Amsterdam, The Netherlands        |     Fax: +31 20 6948204


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
orbeon-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to