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