...
If the xpath evaluates to a node with child elements, how should the plugin handle this?
- Return the text in child node elements as comma separated values
- Return value as an XML record, similar to the record emitted by XMLReader plugin
- Throw exception
- or anything other than this
- How can we get data-set in transform plugin; could not find getDataset() in TransformContext object?