PDA

View Full Version : Displaying XML


Paranoid_Subhum
06-07-2003, 12:29 AM
Hi

I'm very new to XML and was wondering if there is any way to display XML so that when it loads in the browser it loads in the collapsed view instead of the expanded view.

I'm thinking about making a frequently asked questions page using XML you see and I think the information will look much clearer using XML than one large standard HTML page.

Someone must be able to do this! Any Idea?!?!

Alex Vincent
06-07-2003, 01:27 AM
The problem here is that IE (and now Mozilla) have "default" style sheets for XML documents. Without these style sheets, the document wouldn't have any appearance at all...

XML documents in and of themselves have no real appearance; the user-agents (the browsers) apply a default when one is not given.