Updating xml elements using ant
问题 I have an XSL file, which acts as a configuration file for my application. In fact it is an XML file, which has the elements wrapped around it. This file is called Config.xsl: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.example.org/Config"> <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" standalone="yes" /> <xsl:template match="/"> <Config> <Test>somevalue</Test> <Test1