2004/ws/addressing Makefile.base,1.27,1.28 rddl-main.html,1.4,1.5 rddl-main.xhtml,1.6,1.7

Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv3759

Modified Files:
	Makefile.base rddl-main.html rddl-main.xhtml 
Log Message:
Updated info in RDDL documents


Index: rddl-main.xhtml
===================================================================
RCS file: /sources/public/2004/ws/addressing/rddl-main.xhtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** rddl-main.xhtml	15 Feb 2006 08:25:41 -0000	1.6
--- rddl-main.xhtml	21 Mar 2006 10:19:16 -0000	1.7
***************
*** 15,22 ****
        </p>
  
!       <h1>@NS@ Namespace</h1>
      </div>
  
!     <p>This is a URI defined in the
  
      <rddl:resource
--- 15,22 ----
        </p>
  
!       <h1>@NS@ Namespace: <code>@NSURI@</code></h1>
      </div>
  
!     <p>This (<code>@NSURI@</code>) is a URI defined in the
  
      <rddl:resource
***************
*** 43,47 ****
      <h2>Latest XML Schema:</h2>
  
!     <p>This URI always points to the latest schema
      (including errata) for the @NS@ namespace.  The resource at this location may change as new errata are incorporated.</p>
      <rddl:resource id="WSAlatest_Schema"
--- 43,47 ----
      <h2>Latest XML Schema:</h2>
  
!     <p>The following URI always points to the latest schema
      (including errata) for the @NS@ namespace.  The resource at this location may change as new errata are incorporated.</p>
      <rddl:resource id="WSAlatest_Schema"
***************
*** 55,59 ****
      <h2>This dated version of the XML Schema:</h2>
  
!     <p>This URI points to the schema for the @NS@ namespace
      corresponding to the @Y@-@M@-@D@ specifications.</p>
  
--- 55,59 ----
      <h2>This dated version of the XML Schema:</h2>
  
!     <p>The following URI points to the schema for the @NS@ namespace
      corresponding to the @Y@-@M@-@D@ specifications.</p>
  
***************
*** 68,72 ****
      <h2>Stability of this namespace URI</h2>
  
!     <p>This namespace URI will be updated only if changes are made to
      the document are significant and impact the implementation of the
      specifications.</p>
--- 68,72 ----
      <h2>Stability of this namespace URI</h2>
  
!     <p>This namespace URI (<code>@NSURI@</code>) will be updated only if changes are made to
      the document are significant and impact the implementation of the
      specifications.</p>
***************
*** 76,82 ****
      subsequent versions of the WS-Addressing 1.0 Core and SOAP Binding
      specifications on the Recommendation track (<a
!     href="http://www.w3.org/2004/02/Process-20040205/tr.html#RecsPR">Proposed
!     Recommendation</a> and <a
!     href="http://www.w3.org/2004/02/Process-20040205/tr.html#RecsW3C">W3C
      Recommendation</a>), the suitability of retaining the namespace
      URIs defined in the previous version of the specification.</p>
--- 76,80 ----
      subsequent versions of the WS-Addressing 1.0 Core and SOAP Binding
      specifications on the Recommendation track (<a
!     href="http://www.w3.org/2005/10/Process-20051014/tr.html#RecsW3C">W3C
      Recommendation</a>), the suitability of retaining the namespace
      URIs defined in the previous version of the specification.</p>

Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile.base	14 Mar 2006 09:36:45 -0000	1.27
--- Makefile.base	21 Mar 2006 10:19:16 -0000	1.28
***************
*** 6,9 ****
--- 6,10 ----
  MM=$(shell grep "ENTITY draft.mm" entitieswd.dtd | cut -d '"' -f2)
  DD=$(shell grep "ENTITY draft.dd" entitieswd.dtd | cut -d '"' -f2)
+ NSURI=$(shell grep "ENTITY nsuri" entities.dtd | head -1| cut -d '"' -f2)
  ifeq ("$(PREFIX)", "soap11-ror-httpbinding")
  STATUS_ENTITY=w3c-soap11-ror-httpbinding.status
***************
*** 14,17 ****
--- 15,19 ----
  DOCNAME=$(STATUS)-$(PREFIX)-$(YEAR)$(MM)$(DD)
  
+ 
  TOOLS=../../../2002/ws/desc/tools
  
***************
*** 31,35 ****
  SETUP-NAMESPACES=$(TOOLS)/setup-namespaces
  
! RDDLTRANS=sed -e "s/@Y@/$(YEAR)/g" -e "s/@M@/$(MM)/g" -e "s/@D@/$(DD)/g" -e "s/@S@/$(STATUS)/g" -e "s/@NS@/WS-Addressing 1.0/g" -e "s/@N@/ws-addr/g"
  RDDLTRANSWSDL=sed -e "s/@Y@/$(YEAR)/g" -e "s/@M@/$(MM)/g" -e "s/@D@/$(DD)/g" -e "s/@S@/$(STATUS)/g" -e "s/@NS@/WS-Addressing 1.0 WSDL Binding/g" -e "s/@N@/ws-addr-wsdl/g"
  
--- 33,37 ----
  SETUP-NAMESPACES=$(TOOLS)/setup-namespaces
  
! RDDLTRANS=sed -e "s/@Y@/$(YEAR)/g" -e "s/@M@/$(MM)/g" -e "s/@D@/$(DD)/g" -e "s/@S@/$(STATUS)/g" -e "s/@NS@/WS-Addressing 1.0/g" -e "s/@N@/ws-addr/g" -e "s|@NSURI@|$(NSURI)|g"
  RDDLTRANSWSDL=sed -e "s/@Y@/$(YEAR)/g" -e "s/@M@/$(MM)/g" -e "s/@D@/$(DD)/g" -e "s/@S@/$(STATUS)/g" -e "s/@NS@/WS-Addressing 1.0 WSDL Binding/g" -e "s/@N@/ws-addr-wsdl/g"
  

Index: rddl-main.html
===================================================================
RCS file: /sources/public/2004/ws/addressing/rddl-main.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** rddl-main.html	15 Feb 2006 08:25:41 -0000	1.4
--- rddl-main.html	21 Mar 2006 10:19:16 -0000	1.5
***************
*** 16,23 ****
        </p>
  
!       <h1>@NS@ Namespace</h1>
      </div>
  
!     <p>This is a URI defined in the
  
      <a href="http://www.w3.org/TR/@Y@/@S@-ws-addr-core-@Y@@M@@D@/">Web
--- 16,23 ----
        </p>
  
!       <h1>@NS@ Namespace: <code>@NSURI@</code></h1>
      </div>
  
!     <p>This (<code>@NSURI@</code>) is a URI defined in the
  
      <a href="http://www.w3.org/TR/@Y@/@S@-ws-addr-core-@Y@@M@@D@/">Web
***************
*** 37,41 ****
      <h2>Latest XML Schema:</h2>
  
!     <p>This URI always points to the latest schema
      (including errata) for the @NS@ namespace.  The resource at this location may change as new errata are incorporated.</p>
        <p>
--- 37,41 ----
      <h2>Latest XML Schema:</h2>
  
!     <p>The following URI always points to the latest schema
      (including errata) for the @NS@ namespace.  The resource at this location may change as new errata are incorporated.</p>
        <p>
***************
*** 46,50 ****
      <h2>This dated version of the XML Schema:</h2>
  
!     <p>This URI points to the schema for the @NS@ namespace
      corresponding to the @Y@-@M@-@D@ specifications.</p>
  
--- 46,50 ----
      <h2>This dated version of the XML Schema:</h2>
  
!     <p>The following URI points to the schema for the @NS@ namespace
      corresponding to the @Y@-@M@-@D@ specifications.</p>
  
***************
*** 54,60 ****
        </p>
  
!     <h2>Stability of this namespace URI</h2>
  
!     <p>This namespace URI will be updated only if changes are made to
      the document are significant and impact the implementation of the
      specifications.</p>
--- 54,60 ----
        </p>
  
!     <h2>Stability of this namespace URI:</h2>
  
!     <p>This namespace URI (<code>@NSURI@</code>) will be updated only if changes are made to
      the document are significant and impact the implementation of the
      specifications.</p>
***************
*** 64,70 ****
      subsequent versions of the WS-Addressing 1.0 Core and SOAP Binding
      specifications on the Recommendation track (<a
!     href="http://www.w3.org/2004/02/Process-20040205/tr.html#RecsPR">Proposed
!     Recommendation</a> and <a
!     href="http://www.w3.org/2004/02/Process-20040205/tr.html#RecsW3C">W3C
      Recommendation</a>), the suitability of retaining the namespace
      URIs defined in the previous version of the specification.</p>
--- 64,68 ----
      subsequent versions of the WS-Addressing 1.0 Core and SOAP Binding
      specifications on the Recommendation track (<a
!     href="http://www.w3.org/2005/10/Process-20051014/tr.html#RecsW3C">W3C
      Recommendation</a>), the suitability of retaining the namespace
      URIs defined in the previous version of the specification.</p>

Received on Tuesday, 21 March 2006 10:19:26 UTC