mrglavas 2004/01/23 07:58:42
Modified: java/docs faq-xinclude.xml
Log:
Some revisions... Reworded some of the text. Also
hrefs have changed from IURIs to IRIs in the latest WD.
Revision Changes Path
1.7 +9 -7 xml-xerces/java/docs/faq-xinclude.xml
Index: faq-xinclude.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/faq-xinclude.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- faq-xinclude.xml 22 Jan 2004 18:06:39 -0000 1.6
+++ faq-xinclude.xml 23 Jan 2004 15:58:42 -0000 1.7
@@ -50,7 +50,7 @@
<p>
Yes. The XInclude specification requires processors to use the base URI
(as specified in the <jump href="http://www.w3.org/TR/xmlbase/">XML
Base</jump>
- recommendation) to resolve relative IURIs to compute the
+ recommendation) to resolve relative IRIs to compute the
<jump
href="http://www.w3.org/TR/2003/WD-xinclude-20031110/#include-location">include
location</jump>.
Support for XML Base was added to the XInclude implementation in Xerces 2.6.0.
</p>
@@ -73,10 +73,10 @@
<q>Are the values of the content negotiation attributes used in an HTTP
request?</q>
<a>
<p>
- Currently, the values of <code>accept</code>, <code>accept-charset</code> and
- <code>accept-language</code> from an
+ Currently, the values of the <code>accept</code>, <code>accept-charset</code>
and
+ <code>accept-language</code> attributes from an
<jump
href="http://www.w3.org/TR/2003/WD-xinclude-20031110/#include_element">include</jump>
- element are only placed in an HTTP request for included items when
parse="text". We hope
+ element are only included in an HTTP request for included items when
parse="text". We hope
that in the future we will be able to support content negotiation for
included items
when parse="xml".
</p>
@@ -87,9 +87,11 @@
<q>Will the XInclude processor process include elements from the
'http://www.w3.org/2001/XInclude' namespace?</q>
<a>
<p>
- No. The namespace for XInclude was changed during development to
<code>http://www.w3.org/2003/XInclude</code>.
- It is recommended that XInclude processors provide a diagnostic for
<code>include</code> elements
- in the old namespace. Xerces' XInclude processor will report a warning.
+ No. The namespace for XInclude was changed during development to
+ <code>http://www.w3.org/2003/XInclude</code>. The specification
+ recommends that XInclude processors provide a diagnostic for include
+ elements in the old namespace. Xerces' XInclude processor will report
+ a warning.
</p>
</a>
</faq>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]