2002/ws/desc/wsdl20 xmlspec.xsl,1.16,1.17

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

Modified Files:
	xmlspec.xsl 
Log Message:
Removed assertion table from TOC when showAssertions is false


Index: xmlspec.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** xmlspec.xsl	21 Nov 2005 14:13:40 -0000	1.16
--- xmlspec.xsl	22 Nov 2005 10:23:41 -0000	1.17
***************
*** 2523,2526 ****
--- 2523,2527 ----
  
    <xsl:template mode="toc" match="inform-div1">
+     <xsl:if test="$showAssertions='true' or not(@id='assertionsummary')">
      <xsl:apply-templates select="." mode="divnum"/>
      <a>
***************
*** 2535,2538 ****
--- 2536,2540 ----
      <br/>
      <xsl:apply-templates select="div2" mode="toc"/>
+     </xsl:if>
    </xsl:template>
  

Received on Tuesday, 22 November 2005 10:23:56 UTC