I'm posting because when I use "Add Condition", with the OpenDoPE Add-In in order to wrap a binded value to the XML, I've got a dox4JException saying that it can't evaluate the xpath. Even if it's the default xpath appearing when clicking on "Add Condition".
For example:
- Code: Select all
count(/ns0:report[1]/ns0:header[1]/ns0:scanDate[1]/@dateAsL10nString)>0
generates an error with the log message:
- Code: Select all
org.docx4j.openpackaging.exceptions.Docx4JException: Problems evaluating xpath 'count(/ns0:report[1]/ns0:header[1]/ns0:scanDate[1]/@dateAsL10nString)>0'
Any help would be appreciated. thank you,
Erwan
PS: I'm currently working with Microsoft Office Word 2010 Professional Plus (32 bits) and OpenDoPE authoring Word Add-In, version 1.1, March 2013.