I recently moved phpwiki from one server to another, and am having this problem:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
Looks like your Content-type is wrong or IE changes it.
A typical Internet Explorer problem.
We need text/html or application/xhtml+xml,
and your server probably sends application/xml (which is wrong) or your browser changes it to application/xml (which is a browser bug or bad installation)
I recently moved phpwiki from one server to another, and am having this problem:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Cannot have a DOCTYPE declaration outside of a prolog. Error processing resource 'http://www.the-elemental.net/dev/wiki/'. Line 4, Position 11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
----------^
Any ideas?
Hi
Although this is an old post, I have just installed 1.3.9 and am getting the same problem too.
Has anyone found a solution to this ?
Thanks
Having the same problem... anyone ???
Looks like your Content-type is wrong or IE changes it.
A typical Internet Explorer problem.
We need text/html or application/xhtml+xml,
and your server probably sends application/xml (which is wrong) or your browser changes it to application/xml (which is a browser bug or bad installation)
http://sastools.com/b2/post/79394232