--TEST-- Test 8: Stream Wrapper Includes --SKIPIF-- --FILE-- load(dirname(__FILE__)."/streamsinclude.xsl"); if(!$xsl) { echo "Error while parsing the document\n"; exit; } chdir(dirname(__FILE__)); $proc->importStylesheet($xsl); print "\n"; print $proc->transformToXML($dom); --EXPECT-- Test 8: Stream Wrapper Includes bar a1 b1 c1
a2 c2
ä3 b3 c3