Has anyone else experienced this? When I specify an xpath like /el1/el2//*/text()
it does get all the text but whenever there are different elements in that path it separates them with commas, so the field it outputs to looks like:
,
,
some text,
,
19
,
,
more text,
,
How can I get it to just save the text?