--- /dev/null 2014-10-28 09:58:20.000000000 -0700 +++ new/test/javax/xml/jaxp/functional/test/golden/doc_xinc_loopGold.xml 2014-10-28 09:58:20.000000000 -0700 @@ -0,0 +1,24 @@ + + +

The following is the outer XML file

+ + + + <?xml version="1.0" encoding="UTF-8"?> +<root xmlns:xi="http://www.w3.org/2001/XInclude"> + <p>The following is the outer XML file</p> + <example> + + <xi:include href="task.xml" parse="xml"> + <xi:fallback> + <xi:include href="doc_xinc_loops.xml" parse="text" /> + </xi:fallback> + </xi:include> + </example> +</root> + + + + +
+