January 19, 200916 yr I had developed a method with a web viewer parsing xml data (custom function) as a result from url passed to the web viewer. however on the mac it works as the web viewer displays all the data in a big text block, and using the GetObjectAttribute grabs the raw xml... but on windows the webviewer wants to structure it and show it with a bunch of HTML formatting invalidating any scrapping - or showing the raw xml... is there some setting in the windows browser to NOT render xml results page as html? s
January 19, 200916 yr As to my knolwedge, there isn't. It's really strange because if you open a xml file with IE, you'll see all these css, but if you look at the source code, you'll get raw xml, as opposed to a webviewer where you get the 'rendered' version. Really interested in the solution one may have.
Create an account or sign in to comment