Update of /cvsroot/mvp-xml/XInclude/v1/test/results
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2798/v1/test/results
Added Files:
test-Martin.xml
Log Message:
Test for some old bug.
--- NEW FILE: test-Martin.xml ---
<?xml version="1.0" encoding="utf-8"?>
<myXml xmlns:xi="http://www.w3.org/2001/XInclude">>
<otherStuff>
</otherStuff>
<!--WORKS (found node)-->
<TABLE xml:base="table.xml">
<CAPTION>MyCaption</CAPTION>
</TABLE>
<!--WORKS CORRECTLY (found node)-->
<TABLE xml:base="table.xml">
<CAPTION>MyCaption</CAPTION>
</TABLE>
<!--WORKS CORRECTLY(fallback, node not found)-->
node not found
<!--DOES NOT WORK CORRECTLY (node does not exist, should do fallback but throws CircularReferenceException-->
node not found
<!--DOES NOT WORK CORRECTLY (node does not exist, should do fallback but throws CircularReferenceException-->
node not found
<moreXML />
</myXml>
|