Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » view xml file with internal web browser
view xml file with internal web browser [message #665218] Wed, 13 April 2011 18:09 Go to next message
fernando  is currently offline fernando Friend
Messages: 1
Registered: April 2011
Junior Member
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 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
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 -


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Can we use list of user data structure as an element
Next Topic:specifying .xsd namespace inside XML file
Goto Forum:
  


Current Time: Thu Apr 18 22:52:07 GMT 2024

Powered by FUDForum. Page generated in 0.01868 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top