[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Streaming XML back to IE browser problem

  • From: Rick JELLIFFE <ricko@g...>
  • To: "Hanson, Jon" <jhanson@l...>
  • Date: Fri, 29 Sep 2000 17:42:27 +0800

ie xml errors
"Hanson, Jon" wrote:
> 
> I'm working on a servlet which when sent the url of a data file (as a GET
> request) will read that file, convert it into our XML equivalent and stream
> the XML back to the request originator. The servlet works fine but to test
> it i'm using Internet Explorer (5.002314.1003) - the servlet gets the
> request, reads the file and sends back the xml ok but the browser strips out
> all the tags and just displays the data (if I do view source I see the
> well-formed XML as expected). In fact I get exactly the same result if i
> rename an zzz.xml file to zzz.html and load it into the browser. This leads
> me to think that IE thinks my data is not XML. But in the servlet I am
> setting the content type to text/xml and if when the data is incorrectly
> displayed in IE I right-click on the background and get the Document
> Properties up, it says XML Document.

Do you have a stylesheet PI in your XML document? That can cause the
behaviour you specify: if the stylesheet is not retrievable or doesn't
have the correct definitions, then the default stylesheet for IE5 is not
selected (if my memory serves me well) and the default CSS or XSL rules
will apply.  This can cause only the data content of your document to be
shown.

(Also, make sure there is no whitespace before your XML declaration, if
you have one (i.e. <?xml .... ?>   ).  This is undoubtedly not your
problem with IE5, but it is a common error in general.)

Cheers
Rick Jelliffe

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.