• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Default style sheet in browser?

 
Ranch Hand
Posts: 191
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there a default style sheet in browser?
How to set it? How to view it? Is it css or
xsl?
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you talking about the browser default settings set by the surfer?
All of the options are set up in tools-options-(fonts)(colors)etc.
What are you trying to do?
Eric
 
Elizabeth King
Ranch Hand
Posts: 191
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm thinking about sending a xml file to
the browser and letting the default
style sheet to render it.
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not 100% sure, but if you were not t give it a style sheet, it automaticaly uses the defaults. I know how to get this stuff with JavaScript, but not sure about XML. I will look into it.
Eric
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The default stylesheet used to render XML files does nothing, but output all nodes in the document. It cannot be altered in any way other than setting your own stylesheet reference in the source XML document.
The browsers however, do have a facility to set the CSS stylesheet. I am pretty sure this is not what you are asking. Right?
[ April 05, 2003: Message edited by: Ajith Kallambella ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic