XSL Transform Error: "Start tag expected, '<' no
Posted: Wed Mar 29, 2006 11:46 am
I'm using PHP5, trying to learn how to do an xsl transform on output from a php script. I've tested it with a static xml file, so I know that part works. When I try to do I get the error Line 37 is the line after the last line in the script. What's up with that? I've checked the output of phpscript.php, it gives well-formed xml, beginning with What am I missing?
Code: Select all
$domdocument->load('phpscript.php');Code: Select all
Start tag expected, '<' not found in /html/phpscript.php, line: 37Code: Select all
<?xml version="1.0"?><root>