Interesting. I've only ever used CSS mediatypes where there are two separate files being called, not within the same stylesheet.
'Destiny'
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
This page will show you whether or not your cell phone actually uses CSS mediatypes.
My E61i doesn't. I wonder if it's a conceit or an oversight. I mean, it's a really good browser, but why not let me have the option to drop out the graphics? And having spoilertext visible only where I can't select it would be nifty.
Huh. The iPhone seems to be half and half. Screen types are applied, but media types are not. What does that mean?
Screen types are applied, but media types are not
What do you mean? Screen is a media type, as is handheld.
I'm sorry. I meant the Handheld type is not supported. Screen is supported.
It's faking it just like my browser. The W3C definition of handheld:
Intended for handheld devices (typically small screen, monochrome, limited bandwidth).
I guess no one wants that pigeonhole.
Is is possible to use XSL to correctly add a single day to a date in XML? Is it easy?
If not, I could just create an extra field and do the calculation in the SQL stored proc....
If your XSL processor includes EXSLT, then you can do date calculations. If not, then no.
Thanks Tom. I don't think our client uses that. SQL it is!