Hi.
I have updated pptx4j to 8.1.0.2:
<dependency>
<groupId>com.plutext</groupId>
<artifactId>docx4j-Enterprise-MergePptx</artifactId>
<version>8.1.0.2</version>
</dependency>
But there is a problem with CTExtension class. In plutext 6.1.0.0 the "any" property of that class was instance of Node class. But in 8.1.0.2 "any" is JAXBElement. Is there a way to create a Node object from the JAXBElement, because our logic related with pptxs use Nodes, Nodelist in many places?
Thanks.