2002/ws/desc/tools setup-namespaces,1.24,1.25

Update of /sources/public/2002/ws/desc/tools
In directory homer:/tmp/cvs-serv2687

Modified Files:
	setup-namespaces 
Log Message:
Handling RDDL document better


Index: setup-namespaces
===================================================================
RCS file: /sources/public/2002/ws/desc/tools/setup-namespaces,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** setup-namespaces	1 Aug 2005 13:56:56 -0000	1.24
--- setup-namespaces	1 Aug 2005 14:12:16 -0000	1.25
***************
*** 158,161 ****
--- 158,164 ----
  	$c =~ s|specification\.|specifications.|g;
  	$c =~ s|\@TRLOC\@|$Y/$DOC|g;
+ 	if ($ext eq 'xhtml') {
+ 	    $c =~ s|/a> and <a href|/a></rddl:resource> and <rddl:resource id="WSDL20_Adjuncts_Spec" xlink:title="WSDL 2.0 Adjuncts specification" xlink:role="http://www.isi.edu/in-notes/iana/assignments/media-types/text/html" xlink:arcrole="http://www.rddl.org/purposes#normative-reference" xlink:href="http://www.w3.org/TR/$Y/$D2/" xlink:type="simple" xlink:show="none" xlink:actuate="none"><a href|;
+ 	}
      }
      $c =~ s|\@NS\@|$ns|g;

Received on Monday, 1 August 2005 14:12:24 UTC