- From: Bill Han <bill.han@oracle.com>
- Date: Wed, 20 Jul 2005 11:11:43 -0700
- To: www-xml-xinclude-comments@w3.org
- CC: pgrosso@arbortext.com, jmarsh@microsoft.com
Received on Wednesday, 20 July 2005 18:11:59 UTC
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 '>' 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"> <simple> <test xmlns:xinclude="http://www.w3.org/2001/XInclude"> <latin1> <firstElement/> <xinclude:include href="utf8.xml" parse="text"/> <insideChildren/> <another> <deeper>text</deeper> </another> </latin1> <test2> <xinclude:include href="test2.xml"/> </test2> <test3> <!-- <xinclude:include href="roottest.xml"/> --> </test3> </test> </simple> </test> </root>
Received on Wednesday, 20 July 2005 18:11:59 UTC