#1108: XSL transformations should not attach unused/unnecessary XML namespaces 
to
output
--------------------+-------------------------------------------------------
 Reporter:  impl    |       Owner:  impl
     Type:  task    |      Status:  new 
 Priority:  normal  |   Milestone:  1.1 
Component:  config  |     Version:  HEAD
 Severity:  normal  |    Keywords:      
Has_patch:  0       |  
--------------------+-------------------------------------------------------
 For example, when you generate WSDL you get:

 {{{
 #!xml
 <wsdl:definitions
   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
 xmlns:agavi_annotations="http://agavi.org/agavi/config/global/annotations/1.0";
   xmlns:agavi_envelope="http://agavi.org/agavi/config/global/envelope/1.0";
   xmlns:agavi_routing="http://agavi.org/agavi/config/parts/routing/1.0";
   xmlns:xsd="http://www.w3.org/2001/XMLSchema";
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
   xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
   xmlns="http://schemas.xmlsoap.org/wsdl/";
   xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0";
 
xmlns:agavi_annotations_latest="http://agavi.org/agavi/config/global/annotations/1.0";
   xmlns:yourapp_types="http://example.com/soap/types/";
   xmlns:yourapp_application="http://example.com/soap/application/";

   name="Your Application"
   targetNamespace="http://example.com/soap/application/";>
 }}}

-- 
Ticket URL: <http://trac.agavi.org/ticket/1108>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to