dotnet/MRPP_DOTNET_AppSetting.xml [15:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	&lt;tempfile property="temp.config.file" /&gt;
	&lt;copy file="${config.file}" tofile="${temp.config.file}"/&gt;
	&lt;xslt in="${temp.config.file}" out="${config.file}"&gt;
	  &lt;style&gt;
	    &lt;string&gt;&lt;![CDATA[&lt;?xml version="1.0"?&gt;
&lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;
  &lt;xsl:template match="@*|node()"&gt;
    &lt;xsl:copy&gt;
      &lt;xsl:apply-templates select="@*|node()"/&gt;
    &lt;/xsl:copy&gt;
  &lt;/xsl:template&gt;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dotnet/MRPP_DOTNET_ConnectionString.xml [17:27]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	&lt;tempfile property="temp.config.file" /&gt;
	&lt;copy file="${config.file}" tofile="${temp.config.file}"/&gt;
	&lt;xslt in="${temp.config.file}" out="${config.file}"&gt;
	  &lt;style&gt;
	    &lt;string&gt;&lt;![CDATA[&lt;?xml version="1.0"?&gt;
&lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;
  &lt;xsl:template match="@*|node()"&gt;
    &lt;xsl:copy&gt;
      &lt;xsl:apply-templates select="@*|node()"/&gt;
    &lt;/xsl:copy&gt;
  &lt;/xsl:template&gt;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



