[Carbon-commits] [Carbon] svn commit r114174 - branches/carbon/3.2.0/components/mashup/org.wso2.carbon.mashup.request-processors.template/3.2.2/src/main/resources/org/wso2/carbon/mashup/request/processors/template

lalaji at wso2.com lalaji at wso2.com
Mon Oct 17 05:09:27 EDT 2011


Author: lalaji
Date: Mon Oct 17 02:09:27 2011
New Revision: 114174
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=114174

Log:
Fixed STRATOS-1771

Modified:
   branches/carbon/3.2.0/components/mashup/org.wso2.carbon.mashup.request-processors.template/3.2.2/src/main/resources/org/wso2/carbon/mashup/request/processors/template/template-gadget.xslt

Modified: branches/carbon/3.2.0/components/mashup/org.wso2.carbon.mashup.request-processors.template/3.2.2/src/main/resources/org/wso2/carbon/mashup/request/processors/template/template-gadget.xslt
URL: http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/components/mashup/org.wso2.carbon.mashup.request-processors.template/3.2.2/src/main/resources/org/wso2/carbon/mashup/request/processors/template/template-gadget.xslt?rev=114174&r1=114173&r2=114174&view=diff
==============================================================================
--- branches/carbon/3.2.0/components/mashup/org.wso2.carbon.mashup.request-processors.template/3.2.2/src/main/resources/org/wso2/carbon/mashup/request/processors/template/template-gadget.xslt	(original)
+++ branches/carbon/3.2.0/components/mashup/org.wso2.carbon.mashup.request-processors.template/3.2.2/src/main/resources/org/wso2/carbon/mashup/request/processors/template/template-gadget.xslt	Mon Oct 17 02:09:27 2011
@@ -21,7 +21,7 @@
 
     <xsl:import href="template-html.xslt"/>
 
-    <xsl:output method="xml" indent="yes" omit-xml-declaration="no"/>
+    <xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
 
     <!-- Toggle between DOM and E4X treatment of XML objects. -->
     <xsl:param name="e4x" select="false()"/>
@@ -47,21 +47,6 @@
 
 <xsl:template match="service">
     <Module>
-        <xsl:comment>
-      ~ Copyright 2005-2008 WSO2, Inc. http://www.wso2.org
-      ~
-      ~ Licensed under the Apache License, Version 2.0 (the "License");
-      ~ you may not use this file except in compliance with the License.
-      ~ You may obtain a copy of the License at
-      ~
-      ~ http://www.apache.org/licenses/LICENSE-2.0
-      ~
-      ~ Unless required by applicable law or agreed to in writing, software
-      ~ distributed under the License is distributed on an "AS IS" BASIS,
-      ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-      ~ See the License for the specific language governing permissions and
-      ~ limitations under the License.
-    </xsl:comment>
         <xsl:text>

</xsl:text>
         <ModulePrefs title="{$service} - powered by the WSO2 Mashup Server" width="320" height="240" scrolling="true"/>
         <Content type="html">


More information about the Carbon-commits mailing list