--TEST-- Test 3: Using Parameters --EXTENSIONS-- xsl --FILE-- importStylesheet($xsl); $proc->setParameter( "", "foo","hello world"); print "\n"; print $proc->transformToXml($dom); print "\n"; --EXPECT-- Test 3: Using Parameters