Created
January 17, 2019 20:51
-
-
Save dmitry-osin/70d509d1e6dadd82e5135f35e86d369d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bean id="xpathExpressionNotes" class="org.springframework.xml.xpath.XPathExpressionFactoryBean" | |
p:expression="/w:component/w:header/w:contentMeta/w:noteGroup//w:note[contains(.,'(primary)')]" | |
p:namespaces-ref="bceNamespacesMap"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment