Hello,Do you know how can i display one of the fragments according to a
variable value in xsd file.In fact, i want to do that:i have a xsd file
wich can content least 1 element, for this exemple, considers v1, v2i
have 3 fragments (F1, F2, F3) prebuilded for my form.If the xsd contents
v1 as element, then i automatically diplay F1;If the xsd contents v2 as
element, then i automatically diplay F2 and F3;If the xsd contents v1
and v2, then i automatically diplay F1, F2 and F3;Is it possible with
l...