jmporterog / maven-replacer-plugin

Automatically exported from code.google.com/p/maven-replacer-plugin
MIT License
0 stars 0 forks source link

No way to do xpath text find and replace #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use xpath expression finding a node's text (e.g. /project/version/text())
2. Any appropriate token & value.

What is the expected output? What do you see instead?
Replaced the text portion of an element. Seeing content not allowed in prolog 
error instead due to handling text matches as an element.

Original issue reported on code.google.com by baker.st...@gmail.com on 28 May 2012 at 1:51