For this xpath expression
- Code: Select all
<xpath id="EtFsy">
<dataBinding xpath="string-length(/Template[1]/SLD[1]/BusinessSystems[1]/BusinessSystem[1]/Products[1]/Product[1]/Vendor[1])>0" storeItemID="{B981C26E-07CC-4E04-8DB5-6381C1213442}"/>
</xpath>
I get the error message
Can not convert #BOOLEAN to a NodeList!
In your source code https://github.com/plutext/docx4j/blob/master/src/main/java/org/docx4j/openpackaging/parts/XmlPart.java at line 190 you are dealing with this kind of issue but it seems as string-length is not handled correctly.
Would be great if you could have a look at this.
Thanks,
Klaus