- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Nov 2009 04:35:17 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv12295
Modified Files:
wsfrag.html wsfrag.xml
Log Message:
fix some bad xml
Index: wsfrag.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- wsfrag.html 5 Nov 2009 00:08:50 -0000 1.30
+++ wsfrag.html 6 Nov 2009 04:35:15 -0000 1.31
@@ -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_1467">Fragment Assertion</a><br/>
+ 9.1 <a href="#iddiv2_1_1468">Fragment Assertion</a><br/>
10 <a href="#acks">Acknowledgements</a><br/>
11 <a href="#refs">References</a><br/>
- 11.1 <a href="#iddiv2_1_1520">Normative References</a><br/>
+ 11.1 <a href="#iddiv2_1_1521">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><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">
+ </p><dl><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></dl><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_1467" id="iddiv2_1_1467"/>9.1 Fragment Assertion</h3><p>
+<h3><a name="iddiv2_1_1468" id="iddiv2_1_1468"/>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_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>
+<h3><a name="iddiv2_1_1521" id="iddiv2_1_1521"/>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.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- wsfrag.xml 5 Nov 2009 00:08:50 -0000 1.31
+++ wsfrag.xml 6 Nov 2009 04:35:15 -0000 1.32
@@ -1365,15 +1365,17 @@
outline listed above:
</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>
+ <glist>
+ <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>
+ </glist>
<p>Given the following XML as an example document.</p>
Received on Friday, 6 November 2009 04:35:18 UTC