2002/ws/desc/wsdl20 xmlspec-wsdl.xsl,1.12,1.13

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv26972

Modified Files:
	xmlspec-wsdl.xsl 
Log Message:
Added colors for th


Index: xmlspec-wsdl.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec-wsdl.xsl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** xmlspec-wsdl.xsl	21 Nov 2005 14:13:40 -0000	1.12
--- xmlspec-wsdl.xsl	21 Nov 2005 19:46:54 -0000	1.13
***************
*** 27,30 ****
--- 27,35 ----
  	<xsl:param name="status" />
  
+ 	<xsl:param name="additional.css">
+ 	  th { color: #000000; background-color: #CCCC99; }
+ 	</xsl:param>
+ 
+ 
  	<xsl:output method="html" encoding="utf-8"
  		doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"

Received on Monday, 21 November 2005 19:47:17 UTC