view xml file with internal web browser [message #665218] |
Wed, 13 April 2011 18:09  |
Eclipse User |
|
|
|
Hi there,
I'm trying to view the following file using the internal web browser:
greeting.out.xml
<html>
<body>
<h1>
Hello, World!
</h1>
</body>
</html>
This is obviously an html file, but the internal browser is not transforming it and showing it as html. Any suggestions?
Thank you -
|
|
|
Re: view xml file with internal web browser [message #665271 is a reply to message #665218] |
Thu, 14 April 2011 00:42  |
Eclipse User |
|
|
|
It's not really an XSD question. Maybe you need a doctype?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Maybe it should have html has the file extension?
fernando wrote:
> Hi there,
>
> I'm trying to view the following file using the internal web browser:
>
> greeting.out.xml
>
> <html>
> <body>
> <h1>
> Hello, World!
> </h1>
> </body>
> </html>
>
> This is obviously an html file, but the internal browser is not
> transforming it and showing it as html. Any suggestions?
>
> Thank you -
|
|
|
Powered by
FUDForum. Page generated in 0.03412 seconds