2002/ws/desc/media-types xmlspec.xsl,1.2,1.3

Update of /sources/public/2002/ws/desc/media-types
In directory hutz:/tmp/cvs-serv11135

Modified Files:
	xmlspec.xsl 
Log Message:
add stuff so that examples are numbered

Index: xmlspec.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/media-types/xmlspec.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xmlspec.xsl	12 May 2004 00:32:56 -0000	1.2
--- xmlspec.xsl	5 Oct 2004 02:39:25 -0000	1.3
***************
*** 748,752 ****
              <xsl:with-param name="conditional" select="0"/>
            </xsl:call-template>
!           <xsl:text>Example: </xsl:text>
            <xsl:apply-templates/>
          </div>
--- 748,755 ----
              <xsl:with-param name="conditional" select="0"/>
            </xsl:call-template>
! <!-- MJH modified to number examples -->
!           <xsl:text>Example </xsl:text>
!           <xsl:number count="example" level="any" from="spec" format="1"/>
!           <xsl:text>: </xsl:text>
            <xsl:apply-templates/>
          </div>
***************
*** 2746,2748 ****
  <!-- ================================================================= -->
  
! </xsl:transform>
\ No newline at end of file
--- 2749,2751 ----
  <!-- ================================================================= -->
  
! </xsl:transform>

Received on Tuesday, 5 October 2004 02:39:27 UTC