On Thu, 2011-10-20 at 13:10 +0530, Brijesh wrote:
> Hi Thorsten
> 
> Can you please reply my mail? I am waiting your response.

Hmm, I am pretty overbooked ATM and not having much time to attend this
kind of requests. Actually everything is in 
http://code.google.com/a/apache-extras.org/p/lenya-extras/source/browse/modules/wurfl/sitemap.xmap
what you need for your use case.

> On Monday 17 October 2011 05:10 PM, Brijesh wrote: 
> > Hi Thorsten
> > 
> > I have two different websites for the desktop and mobile clients.
> > 
> > I am trying to use WURFL module. What i want is if some access the
> > Full website URL from Mobile they will get redirected to the mobile
> > website. 
> > 
> > How can i do this using WURFL module without specifying the
> > useragent as i want the redirection for every mobile.

<map:select>
  <map:when test="noMobile">
    <map:transform
          src="2desktop.xsl" />
  </map:when>
  <map:otherwise>
    <map:transform
          src="2mobil.xsl" />
  </map:otherwise>
</map:select>

HTH

salu2
-- 
Thorsten Scherler <thorsten.at.apache.org>
codeBusters S.L. - web based systems
<consulting, training and solutions>
http://www.codebusters.es/

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to