2002/ws/desc/test-suite assert-yourself.html,1.4,1.5

Update of /sources/public/2002/ws/desc/test-suite
In directory hutz:/tmp/cvs-serv10289/test-suite

Modified Files:
	assert-yourself.html 
Log Message:
added markup example for <assert>

Index: assert-yourself.html
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/assert-yourself.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** assert-yourself.html	16 Feb 2006 15:48:42 -0000	1.4
--- assert-yourself.html	16 Feb 2006 15:55:32 -0000	1.5
***************
*** 28,32 ****
  <h2>How Do I Markup a Testable Assertion?</h2>
  <p>We have defined a special XML tag: <code>&lt;assert&gt;</code> that
! is placed around the testable assertion. This tag has the following
  attributes:
  <ul>
--- 28,45 ----
  <h2>How Do I Markup a Testable Assertion?</h2>
  <p>We have defined a special XML tag: <code>&lt;assert&gt;</code> that
! is placed around the testable assertion. Here's an example:
! <pre>
!        	&lt;assert class="document" id="Import-0001"&gt;
!        		However, any WSDL 2.0 document that contains component
!        		definitions that refer by QName to WSDL 2.0 components
!        		that belong to a different namespace MUST contain a
!        		&lt;el&gt;wsdl:import&lt;/el&gt;
!        		&amp;EII;
!        		for that namespace (see
!        		&lt;specref ref="imports" /&gt;
!        		).&lt;/assert&gt;
! </pre>
! 
! This tag has the following
  attributes:
  <ul>

Received on Thursday, 16 February 2006 15:55:43 UTC