- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Nov 2009 00:08:53 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv4923
Modified Files:
wsfrag.html wsfrag.xml
Log Message:
add proper bolding
Index: wsfrag.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- wsfrag.html 4 Nov 2009 19:10:44 -0000 1.29
+++ wsfrag.html 5 Nov 2009 00:08:50 -0000 1.30
@@ -64,10 +64,10 @@
8.3 <a href="#InvalidExpression">InvalidExpression</a><br/>
8.4 <a href="#UnsupportedMode">UnsupportedMode</a><br/>
9 <a href="#metadata">WS-Fragment Metadata</a><br/>
- 9.1 <a href="#iddiv2_1_1465">Fragment Assertion</a><br/>
+ 9.1 <a href="#iddiv2_1_1467">Fragment Assertion</a><br/>
10 <a href="#acks">Acknowledgements</a><br/>
11 <a href="#refs">References</a><br/>
- 11.1 <a href="#iddiv2_1_1518">Normative References</a><br/>
+ 11.1 <a href="#iddiv2_1_1520">Normative References</a><br/>
</p>
<h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#Appendix_I__E2_80_93_XSD">XML Schema</a><br/>
B <a href="#policyXSD">Fragment Policy Schema</a><br/>
@@ -737,10 +737,10 @@
(03) </wsf:TextNode></pre></div></div><p>
The following describes additional constraints on the
outline listed above:
- </p><p>wsf:TextNode</p><p>
- This element is used to serialize a text node in a node-set
- and MUST contain the text value.
- </p><p>Given the following XML as an example document.</p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <a xmlns="example">
+ </p><dt class="label"> wsf:TextNode </dt><dd><p>
+ This element is used to serialize a text node in a node-set
+ and MUST contain the text value.
+ </p></dd><p>Given the following XML as an example document.</p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <a xmlns="example">
(02) <b>1</b>
(03) <c x="y">2</c>
(04) </a></pre></div></div><p>
@@ -840,7 +840,7 @@
doing so the endpoint is indicating that the corresponding WS-Fragment
features are supported by that endpoint.
</p><div class="div2">
-<h3><a name="iddiv2_1_1465" id="iddiv2_1_1465"/>9.1 Fragment Assertion</h3><p>
+<h3><a name="iddiv2_1_1467" id="iddiv2_1_1467"/>9.1 Fragment Assertion</h3><p>
The mechanism for indicating that a binding or endpoint conforms to the
WS-Fragment specification is through the use of the Web Services
Policy - Framework <a href="#wspolicy">[WS-Policy]</a> and Web Services Policy -
@@ -907,7 +907,7 @@
Yves Lafon (W3C).
</p></div><div class="div1">
<h2><a name="refs" id="refs"/>11 References</h2><div class="div2">
-<h3><a name="iddiv2_1_1518" id="iddiv2_1_1518"/>11.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>
+<h3><a name="iddiv2_1_1520" id="iddiv2_1_1520"/>11.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>
Key words for use in RFCs to Indicate Requirement Levels
</cite></a>
, S. Bradner, Author.
Index: wsfrag.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- wsfrag.xml 4 Nov 2009 19:10:44 -0000 1.30
+++ wsfrag.xml 5 Nov 2009 00:08:50 -0000 1.31
@@ -1365,12 +1365,15 @@
outline listed above:
</p>
- <p>wsf:TextNode</p>
-
- <p>
- This element is used to serialize a text node in a node-set
- and MUST contain the text value.
- </p>
+ <gitem>
+ <label> wsf:TextNode </label>
+ <def>
+ <p>
+ This element is used to serialize a text node in a node-set
+ and MUST contain the text value.
+ </p>
+ </def>
+ </gitem>
<p>Given the following XML as an example document.</p>
Received on Thursday, 5 November 2009 00:09:02 UTC