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
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.