Ben başka bir php script bir div öğesi benim php script html dönüştürülmüş çıktı yazdırmak gerekiyor. Nasıl yapabilirim. Ben dahil bunu yapmaya çalıştım ama xml ayrıştırıcı hatası yükseltir. Ben dosyasında herhangi bir echo deyimi eklerseniz hata o yükseltir. Burada hata tutarsa bir test dosyası:
<?php
include "callHier.php";
echo'test';
print $xslt->transformToXML($save);
?>
erro
XML Parsing Error: not well-formed Location: http://127.0.0.1/test.php
Line Number 1, Column 5:
İşte benim çıkış kodu:
$xslt = new XSLTProcessor();
$XSL = new DOMDocument();
$XSL->load( 'msg.xsl');
$xslt->importStylesheet( $XSL );
header('Content-Type: application/xml');
//print $xslt->transformToXML($save);
?>
Ben başka bir php script bir dalış görüntülemek için gereken bir Sırasız liste oluşturur.