Harold test suite: insert <![CDATA[...]]>?

Hi,
    For the test case of metafallbacktest2.xml, do you think their 
output is correct output or the attached 2.log is correct? (you could 
replace most '>' with '&gt;' in 2.log), or both?
    In another words, if parse="text", should we insert <![CDATA[...]]> 
or should we do something like C.3 in the XInclude Spec.?
    Or, it's b/c of xpointer="element(/1)", we add <![CDATA[...]]> ? If 
so, where I can find the spec.(XML and XInclude/XPointer) ?

Thanks,
- Bill
<root>
  <test xml:base="fallbacktotext.xml">
  &lt;simple>
&lt;test xmlns:xinclude="http://www.w3.org/2001/XInclude">
  &lt;latin1>
    &lt;firstElement/>
    &lt;xinclude:include href="utf8.xml" parse="text"/>
    &lt;insideChildren/>
    &lt;another>
      &lt;deeper>text&lt;/deeper>
    &lt;/another>
  &lt;/latin1>
  &lt;test2>
    &lt;xinclude:include href="test2.xml"/>
  &lt;/test2>
  &lt;test3>
   &lt;!-- &lt;xinclude:include href="roottest.xml"/> -->
  &lt;/test3>
&lt;/test>
&lt;/simple>

</test>
</root>

Received on Wednesday, 20 July 2005 18:11:59 UTC