Click to See Complete Forum and Search --> : Browser Question


Liz
11-07-2001, 11:59 AM
Is there a browser that supports XML better than Netscape 6?

I'm writing images, breaks, and links into my DTD and XML code, but everything
still comes across as one big block of text. In fact, all of the XML pages
I come across on the Web look the same way. Has the technology simply not
been developed yet or am I missing something?

MarkN
11-08-2001, 07:42 AM
Depends on what you mean by 'supports'.

If you mean you want to display xml in a tree format then use IE. If IE
knows the document is of type xml (filename.xml or content-type=text/xml)
then it will attempt to parse it and display it in a tree format.

Your browser is displaying it as a big block of text because it is a big
block of text.

Mark