Using node library for XML & Content Nodes
I'm trying to write a workflow process which reads the value of a node in a XML file and then writes it
to a content node with various properties.
My problem is when reading the XML im using the org.w3c.dom.Node library
when writing or finding a node on the JCR i'm using import javax.jcr.Node library
What do i do here? Do i explicitly create the specific node here? I.E -> org.w3c.dom.Node node = nodeList.item();