Re: [newbie] wml serializer

2002-10-16 Thread Johannes Koch
Zein Dowe wrote: I got this one in my Sitemap: map:serializer logger=sitemap.serializer.wml mime-type=text/vnd.wap.wml name=wml src=org.apache.cocoon.serialization.XMLSerializer doctype-public-//WAPFORUM//DTD WML 1.1//EN/doctype-public

[newbie] wml serializer

2002-10-11 Thread Zein Dowe
Hi! I wrote some files in xml and some xsl files to transform them into html or wml, whichever device did the request. So everything works fine with jakarta-tomcat 4.0.1 cocoon 2.0.1. Now I took the files in an environment that uses jakarta-tomcat 4.1.10 cocoon 2.0.3. I made the same sitemap

RE: [newbie] wml serializer

2002-10-11 Thread Sylvain.Thevoz
2002 11:58 À: [EMAIL PROTECTED] Objet: [newbie] wml serializer Hi! I wrote some files in xml and some xsl files to transform them into html or wml, whichever device did the request. So everything works fine with jakarta-tomcat 4.0.1 cocoon 2.0.1. Now I took the files in an environment that uses

RE: [newbie] wml serializer

2002-10-11 Thread Zein Dowe
Zein, hope you have a statement like that in the serializer section of your sitemap. then the wml type serialization should work ... - map:serializer logger=sitemap.serializer.wml mime-type=text/vnd.wap.wml name=wml

Re: [newbie] wml serializer

2002-10-11 Thread Zein Dowe
If you put a static wml file in tomcat, can you see it in your WAP-phone (not going via cocoon)? Maybe Tomcat needs to be configured for wml? If you access the wml file via a browser or telnet, can you see the wml? If I put a static wml file (test.wml) for example into the

RE: [newbie] wml serializer

2002-10-11 Thread Thomas Haselberger
Zein, hope you have a statement like that in the serializer section of your sitemap. then the wml type serialization should work ... - map:serializer logger=sitemap.serializer.wml mime-type=text/vnd.wap.wml name=wml src=org.apache.cocoon.serialization.XMLSerializer

RE: [newbie] wml serializer

2002-10-11 Thread Zein Dowe
[mailto:[EMAIL PROTECTED]] Date: vendredi, 11. octobre 2002 11:58 À: [EMAIL PROTECTED] Objet: [newbie] wml serializer Hi! I wrote some files in xml and some xsl files to transform them into html or wml, whichever device did the request. So everything works fine with jakarta-tomcat 4.0.1

Re: [newbie] wml serializer

2002-10-11 Thread Ola Berg
If you put a static wml file in tomcat, can you see it in your WAP-phone (not going via cocoon)? Maybe Tomcat needs to be configured for wml? If you access the wml file via a browser or telnet, can you see the wml? /O -