Hi all,
Having upgraded from Domino R5 to R6 last friday, we have now started experiencing odd XML output from the server.
We use forms for displaying the XML (containing data from a view), and when we veiw the XML in a browser, it seems ok, but we are unble to view the source of the XML document! This was not a problem on R5.
Also, we are experincing problems reading this XML from agents and servlets from time to time, so our guess is that something is terribly wrong on the server.
Does anybody have any experience in this area? Is there some top secret server setting that we need to correct? Or are we barking up the wrong tree here?
Any ideas are welcomed :o)
Best regards,
Casper Helenius,
Humlebaek, Denmark
Subject: Be more specific…
"…but we are unble to view the source of the XML document!"What happens? What do you see instead?
You might be facing a character set conversion issue. Check the server document’s HTTP configuration to see whether output from forms etc. is set to UTF-8…
Thomas - IBM
Subject: RE: Be more specific…
Hi Thomas,
The specific error message we see when trying to display the source in ie. Internet Explorer is something like the following message:
“Unable to display XML source”
As a foot note it’s worth mentioning, that we create the XML output through a form with an embedded view. The XML encoding is set to ISO-8859-1 (or something similar, don’t hate me for not remembering the exact numbering…).