Update of /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19630/v1/test/XInclude-Test-Suite
Modified Files:
testdescr.xml
Added Files:
report.html
Log Message:
Updated Test Suite, generated tests and adjusted them.
--- NEW FILE: report.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>XInclude Conformance Tests</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<style type="text/css">
BODY {
font-family: Lucida, Helvetica, Univers, sans-serif;
}
H2, H3, H4 {
text-align: left;
color: #0066CC;
}
</style>
<style type="text/css">
a:hover {
color: white;
background-color: blue;
[...3526 lines suppressed...]
</table>
</td><td bgcolor="#ccffff">
<p>Since the xpointer attribute is not a URI reference, %-escaping must not appear in the XPointer, nor is there any need for a processor to apply or reverse such escaping.</p>
</td>
</tr>
</table>
<a name="contrib"></a>
<h3>4. Contributors (Non-normative)</h3>
<p> A team of volunteer members have participated in the
development of this work. Contributions have come from:
</p>
<ul>
<li>Sandra I. Martinez, NIST</li>
<li>Daniel Veillard, Red Hat Network</li>
<li>John Evdemon, FourThought</li>
<li>Richard Tobin, University of Edinburgh</li>
<li>Elliotte Rusty Harold</li>
</ul>
</body>
</html>
Index: testdescr.xml
===================================================================
RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/testdescr.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- testdescr.xml 19 Oct 2004 16:24:58 -0000 1.2
+++ testdescr.xml 3 Jan 2005 18:37:53 -0000 1.3
@@ -1580,7 +1580,14 @@
<description>Test that a non-child sequence in an xpointer is treated as a resource error.</description>
<output>../result/badelementschemedata.xml</output>
</testcase>
-
+
+ <testcase id="harold-97" href="xpointerwithpercentescape.xml"
+ type="error">
+ <contributor>Elliotte Rusty Harold</contributor>
+ <section resource="http://www.w3.org/TR/xinclude/#include_element">3.1</section>
+ <date qualifier="created">13-Oct-2004</date>
+ <description>Since the xpointer attribute is not a URI reference, %-escaping must not appear in the XPointer, nor is there any need for a processor to apply or reverse such escaping.</description>
+ </testcase>
</testcases>
</testsuite>
|