我正在尝试使用以下代码进行搜索和替换。
<replaceregexp flags="g">
<regexp pattern="location="(.*?)""/>
<substitution expression="location="xsd/\1""/>
<fileset dir="${fmw.finalDir}/xsl" includes="*.xsl"/>
</replaceregexp>
它工作正常。但我想知道有什么方法可以使用“xmltask”执行类似的操作