On Tue, 2004-10-12 at 10:02, Heiko W.Rupp wrote:
> Update of /cvsroot/xdoclet/xdoclet/modules/wsee/src/xdoclet/modules/wsee/resources
> In directory 
> sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8438/xdoclet/modules/wsee/src/xdoclet/modules/wsee/resources
> 
> Modified Files:
>       web-services_xml.xdt 
> Log Message:
> Make generated file adhere to the XML Schema. 
> 
> The previous version probably adhered to the DTD-based
> version published in PDF form, which doesn't conform to
> the XMLSchema.

Were these (DTD v Schema) different WSEE versions, then?  i.e. Should we
be conforming to both, with a version configparam check where
appropriate?


Andrew.

> 
> XDT-1113.
> 
> Index: web-services_xml.xdt
> ===================================================================
> RCS file: 
> /cvsroot/xdoclet/xdoclet/modules/wsee/src/xdoclet/modules/wsee/resources/web-services_xml.xdt,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -C2 -r1.1 -r1.2
> *** web-services_xml.xdt      6 Aug 2004 12:59:06 -0000       1.1
> --- web-services_xml.xdt      12 Oct 2004 09:02:45 -0000      1.2
> ***************
> *** 7,24 ****
>    version="<XDtConfig:configParameterValue paramName="WseeSpec"/>">
> 
>       <webservice-description>
> 
> !      <icon>
> 
> !      <XDtConfig:ifConfigParamNotEquals paramName="SmallIcon" value="">
> 
> !       <small-icon><XDtConfig:configParameterValue 
> paramName="SmallIcon"/></small-icon>
> 
> !      </XDtConfig:ifConfigParamNotEquals>
> 
> !      <XDtConfig:ifConfigParamNotEquals paramName="LargeIcon" value="">
> 
> !       <large-icon><XDtConfig:configParameterValue 
> paramName="LargeIcon"/></large-icon>
> 
>        </XDtConfig:ifConfigParamNotEquals>
> 
> -      </icon>
> 
>        <XDtConfig:ifConfigParamNotEquals paramName="DisplayName" value="">
> 
>        <display-name><XDtConfig:configParameterValue 
> paramName="DisplayName"/></display-name>
> 
>        </XDtConfig:ifConfigParamNotEquals>
> 
> !      <XDtConfig:ifConfigParamNotEquals paramName="Description" value="">
> 
> !      <description><![CDATA[<XDtConfig:configParameterValue 
> paramName="Description"/>]]></description>
> 
> !      </XDtConfig:ifConfigParamNotEquals>
> 
>        <webservice-description-name><XDtConfig:configParameterValue 
> paramName="Name"/></webservice-description-name>
> 
>        <wsdl-file><XDtConfig:configParameterValue paramName="WsdlFile"/></wsdl-file>
> 
> --- 7,24 ----
>    version="<XDtConfig:configParameterValue paramName="WseeSpec"/>">
> 
>       <webservice-description>
> 
> !      <XDtConfig:ifConfigParamNotEquals paramName="Description" value="">
> 
> !      <description><![CDATA[<XDtConfig:configParameterValue 
> paramName="Description"/>]]></description>
> 
>        </XDtConfig:ifConfigParamNotEquals>
> 
>        <XDtConfig:ifConfigParamNotEquals paramName="DisplayName" value="">
> 
>        <display-name><XDtConfig:configParameterValue 
> paramName="DisplayName"/></display-name>
> 
>        </XDtConfig:ifConfigParamNotEquals>
> 
> !      <icon>
> 
> !      <XDtConfig:ifHasConfigParam paramName="SmallIcon">
> 
> !       <small-icon><XDtConfig:configParameterValue 
> paramName="SmallIcon"/></small-icon>
> 
> !      </XDtConfig:ifHasConfigParam>
> 
> !      <XDtConfig:ifHasConfigParam paramName="LargeIcon">
> 
> !       <large-icon><XDtConfig:configParameterValue 
> paramName="LargeIcon"/></large-icon>
> 
> !      </XDtConfig:ifHasConfigParam>
> 
> !      </icon>     
> 
>        <webservice-description-name><XDtConfig:configParameterValue 
> paramName="Name"/></webservice-description-name>
> 
>        <wsdl-file><XDtConfig:configParameterValue paramName="WsdlFile"/></wsdl-file>
> 
> ***************
> *** 26,30 ****
>        <XDtWsee:forAllPortComponents>
> 
>        <port-component>
> 
> !             <port-component-name><XDtClass:classTagValue 
> tagName="wsee.port-component" paramName="name"/></port-component-name>
> 
>           <icon>
> 
>           <XDtClass:ifHasClassTag tagName="wsee.port-component" 
> paramName="small-icon">
> 
> --- 26,36 ----
>        <XDtWsee:forAllPortComponents>
> 
>        <port-component>
> 
> !             <XDtClass:ifHasClassTag tagName="wsee.port-component" 
> paramName="description">     
> 
> !         <description><![CDATA[<XDtClass:classTagValue 
> tagName="wsee.port-component" paramName="description"/>]]></description>
> 
> !             </XDtClass:ifHasClassTag>
> 
> !             <XDtClass:ifHasClassTag tagName="wsee.port" paramName="display-name">
> 
> !         <display-name><XDtClass:classTagValue tagName="wsee.port-component" 
> paramName="display-name"/></display-name>
> 
> !             </XDtClass:ifHasClassTag>
> 
> !      
> 
>           <icon>
> 
>           <XDtClass:ifHasClassTag tagName="wsee.port-component" 
> paramName="small-icon">
> 
> ***************
> *** 35,48 ****
>           </XDtClass:ifHasClassTag>
> 
>           </icon>
> 
> !             <XDtClass:ifHasClassTag tagName="wsee.port-component" 
> paramName="description">
> 
> !         <description><![CDATA[<XDtClass:classTagValue 
> tagName="wsee.port-component" paramName="description"/>]]></description>
> 
> !             </XDtClass:ifHasClassTag>
> 
> !             <XDtClass:ifHasClassTag tagName="wsee.port" paramName="display-name">
> 
> !         <display-name><XDtClass:classTagValue tagName="wsee.port-component" 
> paramName="display-name"/></display-name>
> 
> !             </XDtClass:ifHasClassTag>
> 
> !         <wsdl-port>
> 
> !             <namespaceURI><XDtWsee:namespaceURI/></namespaceURI>
> 
> !             <localpart><XDtClass:classTagValue tagName="wsee.port-component" 
> paramName="local-part"/></localpart>
> 
> !         </wsdl-port>
> 
>           
> <service-endpoint-interface><XDtWsee:serviceEndpoint/></service-endpoint-interface>
> 
>           <service-impl-bean>
> 
> --- 41,46 ----
>           </XDtClass:ifHasClassTag>
> 
>           </icon>
> 
> !             <port-component-name><XDtClass:classTagValue 
> tagName="wsee.port-component" paramName="name"/></port-component-name>        
> 
> !         <wsdl-port><XDtClass:classTagValue tagName="wsee.port-component" 
> paramName="local-part"/></wsdl-port>
> 
>           
> <service-endpoint-interface><XDtWsee:serviceEndpoint/></service-endpoint-interface>
> 
>           <service-impl-bean>
> 
> ***************
> *** 53,70 ****
>               <handler-name><XDtWsee:handlerTagValue 
> paramName="name"/></handler-name>
> 
>               <handler-class><XDtWsee:handlerTagValue 
> paramName="handler-class"/></handler-class>
> 
> !                     <icon>
> 
> !                        <XDtWsee:ifHasHandlerTag paramName="small-icon">
> 
> !                        <small-icon><XDtWsee:handlerTagValue 
> paramName="small-icon"/></small-icon>
> 
> !                        </XDtWsee:ifHasHandlerTag>
> 
> !                        <XDtWsee:ifHasHandlerTag paramName="large-icon">
> 
> !                        <large-icon><XDtWsee:handlerTagValue 
> paramName="large-icon"/></large-icon>
> 
> !                        </XDtWsee:ifHasHandlerTag>
> 
> !             </icon>
> 
> !                     <XDtWsee:ifHasHandlerTag paramName="description">
> 
> !                     <description><![CDATA[<XDtWsee:handlerTagValue 
> paramName="description"/>]]></description>
> 
> !                     </XDtWsee:ifHasHandlerTag>
> 
> !                     <XDtWsee:ifHasHandlerTag paramName="display-name">
> 
> !             <display-name><XDtWsee:handlerTagValue 
> paramName="display-name"/></display-name>
> 
> !                     </XDtWsee:ifHasHandlerTag>
> 
>               <soap-header xmlns:local="<XDtWsee:handlerTagValue 
> paramName="soap-header-namespace-uri"/>">local:<XDtWsee:handlerTagValue 
> paramName="soap-header-local-part"/></soap-header>
> 
>               <soap-role><XDtWsee:handlerTagValue paramName="soap-role"/></soap-role>
> 
> --- 51,55 ----
>               <handler-name><XDtWsee:handlerTagValue 
> paramName="name"/></handler-name>
> 
>               <handler-class><XDtWsee:handlerTagValue 
> paramName="handler-class"/></handler-class>
> 
> !             <!-- init paramter schould go here -->
> 
>               <soap-header xmlns:local="<XDtWsee:handlerTagValue 
> paramName="soap-header-namespace-uri"/>">local:<XDtWsee:handlerTagValue 
> paramName="soap-header-local-part"/></soap-header>
> 
>               <soap-role><XDtWsee:handlerTagValue paramName="soap-role"/></soap-role>
-- 



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to