--TEST-- Test 2: Transform To HTML String --SKIPIF-- --FILE-- query("/xsl:stylesheet/xsl:output/@method"); if ($res->length != 1) { print "No or more than one xsl:output/@method found"; exit; } $res->item(0)->value = "html"; $proc->importStylesheet($xsl); print "\n"; print $proc->transformToXml($dom); print "\n"; --EXPECT-- Test 2: Transform To HTML String bar a1 b1 c1
a2 c2
ä3 b3 c3