- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 May 2005 03:00:45 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv945
Modified Files:
xmlspec.xsl
Log Message:
Only enabling Z stuff when Z is needed
Index: xmlspec.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** xmlspec.xsl 6 May 2005 15:35:22 -0000 1.11
--- xmlspec.xsl 11 May 2005 03:00:43 -0000 1.12
***************
*** 1681,1686 ****
<xsl:call-template name="css"/>
<!-- AGR added JavaScript to hide and show twisty divs -->
! <script language="JavaScript" src="twisty.js">
! </script>
<!-- PLH added altlocs and link handling -->
<xsl:call-template name="altlocs"/>
--- 1681,1687 ----
<xsl:call-template name="css"/>
<!-- AGR added JavaScript to hide and show twisty divs -->
! <xsl:if test="$showZed='true'">
! <script language="JavaScript" src="twisty.js" />
! </xsl:if>
<!-- PLH added altlocs and link handling -->
<xsl:call-template name="altlocs"/>
***************
*** 2582,2586 ****
<xsl:value-of select="$additional.css"/>
</style>
! <link type="text/css" rel="stylesheet" href="zml.css"/>
<link rel="stylesheet" type="text/css">
<xsl:attribute name="href">
--- 2583,2589 ----
<xsl:value-of select="$additional.css"/>
</style>
! <xsl:if test="$showZed='true'">
! <link type="text/css" rel="stylesheet" href="zml.css"/>
! </xsl:if>
<link rel="stylesheet" type="text/css">
<xsl:attribute name="href">
Received on Wednesday, 11 May 2005 03:00:50 UTC