test17.java - tests for xi:include using a DocumentBuilder and xi:include with a SAXParserFactory
- attached test17.java, XInclHandler.java,
doc_xinclude.xml, tasks.xml and doc_xincludeGold.xml(expected)
<document xmlns:xi="http://www.w3.org/2001/XInclude">
<p>The following is the source of the "data.xml" resource:</p>
<example><tasks xml:base="tasks.xml">
------------------------------
<task xml:base="tasks.xml" id="task1">
------------------------------
<owner>John doe</owner>
javac test17.java
java -Djava.endorsed.dirs=${jaxp14-b05-jars} test17
reproducible with jaxp1.4 b05 jars
###@###.### 2005-06-22 10:30:54 GMT
- attached test17.java, XInclHandler.java,
doc_xinclude.xml, tasks.xml and doc_xincludeGold.xml(expected)
<document xmlns:xi="http://www.w3.org/2001/XInclude">
<p>The following is the source of the "data.xml" resource:</p>
<example><tasks xml:base="tasks.xml">
------------------------------
<task xml:base="tasks.xml" id="task1">
------------------------------
<owner>John doe</owner>
javac test17.java
java -Djava.endorsed.dirs=${jaxp14-b05-jars} test17
reproducible with jaxp1.4 b05 jars
###@###.### 2005-06-22 10:30:54 GMT