Author: tyrell
Date: Tue Dec 18 21:53:01 2007
New Revision: 11476

Log:

1. Adding content type to source link
2. Adding links to Js and E4x stubs

Modified:
   trunk/commons/dynamic-codegen/src/doc.xslt

Modified: trunk/commons/dynamic-codegen/src/doc.xslt
==============================================================================
--- trunk/commons/dynamic-codegen/src/doc.xslt  (original)
+++ trunk/commons/dynamic-codegen/src/doc.xslt  Tue Dec 18 21:53:01 2007
@@ -83,7 +83,9 @@
                                         <a alt="HTTPS Try-it page" 
href="{$secure-endpoint}?tryit">HTTPS</a>
                                     </xsl:if>
                                     AJAX client.</li>
-                                <li>View the <a alt="Source Code" 
href="{$endpoint}?source">Source Code</a> of the service.</li>
+                                <li>View the <a alt="Source Code" 
href="{$endpoint}?source&amp;content-type=text/plain">Source Code</a> of the 
service.</li>
+                                <li>View the <a alt="Source Code" 
href="{$endpoint}?stub&amp;content-type=text/plain">Javascript (DOM) stub</a> 
of the service.</li>
+                                <li>View the <a alt="Source Code" 
href="{$endpoint}?stub&amp;lang=e4x&amp;content-type=text/plain">Javascript 
(E4X) stub</a> of the service.</li>
                                 <li>View the <a alt="WSDL 2.0" 
href="{$endpoint}?wsdl2&amp;annotation=true">WSDL 2.0</a> description.</li>
                                 <li>View the <a alt="WSDL 1.1" 
href="{$endpoint}?wsdl&amp;annotation=true">WSDL 1.1</a> description.</li>
                                 <li>View the <a alt="XML Schema" 
href="{$endpoint}?xsd&amp;annotation=true">XML Schema</a> of the message 
types.</li>

_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev

Reply via email to