使用外部参数创建XML文件

时间:2016-01-13 08:54:45

标签: xml linux

我必须在Linux上创建一系列XML文件,但在XML文件中有一个IP地址没有修复,我必须通过exterieur的参数传递这个IP。 我该如何自动执行此操作?我知道我可以使用Shell来做到这一点,但这并不容易。

XML文件是这样的:

<?xml version="1.0" encoding="UTF-8"?>
...
<pattern:web-service-proxy name="consumer-producer-proxy"
inboundAddress="http://localhost:8090/proxy?wsdl"
outboundAddress="http://localhost:9999/ws/hello?wsdl" />   --> this should be passed from exterieur
...

0 个答案:

没有答案