Page 1 of 1

condition not working anymore in version 3.3.1

PostPosted: Fri Oct 28, 2016 6:49 am
by klausT
Hi Jason,

I noticed another issue in version 3.3.1 with Conditions. I am using the nightly build from Oct 20th.
The same condition was working fine in the previous version (3.2.x).

Though, the following condition is true it's not processed:
Code: Select all
<dataBinding xpath="count(/Template[1]/ServiceInterfaces[1]/SenderServiceInterfaces[1]/SenderServiceInterface[1]) &gt; 0 or count(/Template[1]/ServiceInterfaces[1]/ReceiverServiceInterfaces[1]/ReceiverServiceInterface[1]) &gt; 0" storeItemID="{B981C26E-07CC-4E04-8DB5-6381C1213442}"/>


The conditionID is
Code: Select all
<condition id="Qavcs">
      <xpathref id="HdIU7"/>
   </condition>


I have attached the Docx template and the resulting docx with all customer XML included.
Just let me know if you need anyhting else to test.

Thanks,
Klaus

Re: condition not working anymore in version 3.3.1

PostPosted: Sun Oct 30, 2016 4:20 pm
by jason

Re: condition not working anymore in version 3.3.1

PostPosted: Tue Nov 01, 2016 2:45 am
by klausT
Thanks Jason for the quick fix!

I will wait for the nightly build to test it on my system.

Cheers,
Klaus

Re: condition not working anymore in version 3.3.1

PostPosted: Tue Nov 01, 2016 5:34 pm
by jason

Re: condition not working anymore in version 3.3.1

PostPosted: Wed Nov 16, 2016 4:03 am
by klausT
I can confirm that this is working now.
Thanks!