Posted by hgwoss@gmx.de on 04/04/06 13:50
I solved the problem like that: $doc = domxml_new_doc("1.0"); $stylesheet="test.xsl"; $pi = $doc->create_processing_instruction("xml-stylesheet","type=\"text/xsl\" href=\"$stylesheet\""); $doc->append_child($pi);
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming