Re: [Xsltforms-support] problem w/ switch in select1
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-02-21 21:38:57
|
Sandy, There was a bug in XSLTForms SVN version when xf:case was used inside xf:toggle. This is now fixed and the test case you sent is working correctly for me. Thanks! -Alain > Sorry about not including that: > > <?xml version="1.0" encoding="UTF-8"?> > <mods> > <name type=""> > <namePart type="family"/> > <namePart type="given"/> > <namePart type="date"/> > <namePart type="termsOfAddress"/> > <namePart/> > <role> > <roleTerm authority="marcrelator"/> > </role> > </name> > </mods> > > Thanks, > Sandy > > |