Friday 26 March 2004 11:01:50 am
Nevermind, answered my own question. I was outputting an XML Text Field using: {$node.object.data_map.story.data_text} And this was causing EZ to put the <?xml...> tag into the body of the page. I changed my code to output the field thusly: {$node.object.data_map.story.content.output.output_text} And now EZ doesn't generate the tag that causes PHP to choke in the cache. -Aaron
|