CSS in XSL

Discussion in 'CSS' started by deluxmilkman, Oct 28, 2007.

  1. #1
    I wrote CSS in XSL to set margin, font etc.
    Things are working pretty well
    EXCEPT font-width. Sometimes, it's bold, and sometimes it's light.
    It's always normal on safari.

    Any Idea Why?


    http://www.daioinuma.com/section01.xml

    http://www.daioinuma.com/section01.xsl
     
    deluxmilkman, Oct 28, 2007 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    simple, XSL is not ready for primetime in any deployable real world use - since Saffy, Firefux and Opera all have their own interpretation quirks and IE has no ***ing clue what it is.

    Unless of course you want to process it server side, in which case there are WAY more efficient ways of doing these things (like php or asp for the HTML and actually just writing REAL CSS)

    Not that the endless horde of compatability headaches, bloat and wasted overhead seems to be stopping anyone from trying.
     
    deathshadow, Oct 28, 2007 IP