Ant的xmlproperty的Task能直接读取一个xml文件以生成相应的property,而后可以使用类似XPath的语法遍历。

很是方便,以前没有注意到这功能。

 <xmlproperty file="somefile.xml"/>

 

更多具体的内容可以参看: http://ant.apache.org/manual/Tasks/xmlproperty.html

相关文章:

  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2022-01-03
  • 2021-11-28
  • 2021-07-10
猜你喜欢
  • 2022-02-03
  • 2021-09-25
  • 2021-10-28
  • 2021-11-06
  • 2021-09-01
  • 2021-11-29
  • 2022-01-05
相关资源
相似解决方案