How can I prune an empty element of data.xml which generated using work-flow send button? For instance we may prune invisible controls/section making value = “false” in properties-local.xml file <property
as="xs:boolean"
name="oxf.fr.detail.send.success.prune.*.*"
value="false"/>
How can I prune an empty element of data.xml which generated using work-flow send
Share
The
oxf.fr.detail.send.success.prune.*.*property allows you to control whether non-relevant elements are pruned, not empty elements. There is no property to remove empty elements, but this is something you can do on the receiving side, say, with XSLT. And a couple of precisions:false.