Re: [Xsltforms-support] Contacts xform: problem with xsltforms
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2009-09-14 20:12:02
|
Hello Lorenzo, > The attached xform works with Firefox 3.0 xForms plugin, but has some > problems in deleting the last 2 elements with xsltforms. > Can someone verify why? > If you want at least one contact element present, you should replace : nodeset="contact[position()!=last()]" by : nodeset="contact" if="count(../contact) > 1" Regards, -Alain |