I have a xhtml template, it's been working fine for at least a month, but today each time I try to preview it in IE all I get is raw XML code. Anyone know what's going on here? The pages that use this template display fine.
korkus2000
7:15 pm on Feb 2, 2003 (gmt 0)
What DTD is it using?
Craig_F
7:17 pm on Feb 2, 2003 (gmt 0)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
korkus2000
7:23 pm on Feb 2, 2003 (gmt 0)
When you preview the file it creates a temporary one. What is the temp files extension?
Craig_F
7:41 pm on Feb 2, 2003 (gmt 0)
thanks k2! I had changed that the other day to NOT use the temp file AND there was a bug in my code. Using the temp file the display looked correct, but when spitting out the page as .htm IE couldn't handle the bug in my code. Since I had used the temp file when creating the template I never knew there was a problem until I tried to work with the template today. What was really confusing was that the files that use this template worked fine, but that was because the bug in my code was in an editable area that I had changed on every file except the template.