Author: ruwan
Date: Tue May 13 18:39:51 2008
New Revision: 16963

Log:
Fixing the issue ESBJAVA-455

Modified:
   
trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/xquery_edit.xsl

Modified: 
trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/xquery_edit.xsl
==============================================================================
--- 
trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/xquery_edit.xsl
     (original)
+++ 
trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/xquery_edit.xsl
     Tue May 13 18:39:51 2008
@@ -14,22 +14,6 @@
   ~ limitations under the License.
   -->
 
-    <!--
-    ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-    ~
-    ~ 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:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
     <xsl:include href="mediator_view.xsl"/>
     <xsl:template match="syn:xquery"
@@ -37,7 +21,7 @@
         <xsl:variable name="ps" select="@esb_med_pos"/>
         <div id="xquery_div">
             <label class="content-header">
-                <img align="top" src="extensions/core/images/xquery.jpg" 
align="middle"/>
+                <img align="top" src="extensions/core/images/xquery.jpg"/>
                 <span>
                 <xsl:text>XQuery Mediator</xsl:text>
                 </span>
@@ -56,7 +40,6 @@
                                size="40"
                                id="xquery_key">
                             <xsl:attribute name="value">
-                                <xsl:if test="not(@key)"></xsl:if>
                                 <xsl:if test="@key">
                                     <xsl:value-of select="@key"/>
                                 </xsl:if>

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to