More tinkering around today, and had a few questions.

First, I created two new perl modules in my AxKit install...
   #1 Apache::AxKit::StyleChooser::QueryStringEx

    It's just like the original QueryString module, except that it looks for
a a config variable containing the name of the  key in the querystring to
use [assume '?style=foo' is already in use for some other reason]

  #2  Apache::AxKit::MediaChooser::QueryStringEx

   Same as above, but it set's the preferred_media instead.

Everything works happily, the preferred_style and preferred_media get set
accordingly. AxKit goes as far as fetching the correct stylesheet for a give
style/media.  Where I'm struggling now is on output for a media type other
than screen.

Has anyone done cross-device development?  What's the best way to develop
for other media without having that media?

I tried simple making another stylesheet for 'handheld', by I ended up with
just text as a result....I'm assumeing that XSLT stylesheets for other media
needs different namespaces and such...

Any guidance appreciated.

Thanks,
-=Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to