Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 87267 invoked by uid 500); 10 Mar 2003 16:16:04 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 81463 invoked from network); 10 Mar 2003 16:14:03 -0000 Received: from ten.dimi.uniud.it (158.110.144.132) by daedalus.apache.org with SMTP; 10 Mar 2003 16:14:03 -0000 Received: from wshci4 (ws-hci4 [158.110.147.152]) by ten.dimi.uniud.it (8.9.3/8.9.3) with SMTP id RAA15214 for ; Mon, 10 Mar 2003 17:13:42 +0100 (MET) Message-ID: <01d401c2e720$39f5e060$0100a8c0@wshci4> From: "Nesto" To: References: <32808FAD125F8A49A3145D4BB67ADC4050FCAC@lanmhs50.rd.francetelecom.fr> Subject: Re: XHTML Mobile profile Date: Mon, 10 Mar 2003 17:15:11 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01D1_01C2E728.9B752910" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_01D1_01C2E728.9B752910 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Try adding this to your MAIN sitemap.xmap in the serializers section: http://www.wapforum.org/DTD/xhtml-mobile10.dtd ISO-8859-1 You may change the doctype or encoding if you want. And then in your sitemap, you refer to this serializer = writing: Hope this helps! Nesto ----- Original Message -----=20 From: "zze-MORY Nicolas FTRD/DMI/REN" To: Sent: Monday, March 10, 2003 1:16 PM Subject: XHTML Mobile profile does a xHTML Mobile profile SERIALIZER exists for cocoon ?=20 --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-users-help@xml.apache.org ------=_NextPart_000_01D1_01C2E728.9B752910 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Try adding this to your MAIN = sitemap.xmap in the=20 serializers section:
 
<map:serializer=20 logger=3D"sitemap.serializer.xhtml" mime-type=3D"text/html"=20 name=3D"xhtml-MobileProfile" pool-grow=3D"2" pool-max=3D"64" = pool-min=3D"2"=20 src=3D"org.apache.cocoon.serialization.XMLSerializer">
<doctype-public"-//WAPFORUM//DTD = XHTML Mobile=20 1.0//EN</doctype-public>
<doctype-system>http://www.wapforum.org/DTD/xhtml-mobile10= .dtd</doctype-system>
<encoding>ISO-8859-1</encoding>
</map:serializer>
 
You may change the doctype or encoding = if you=20 want.
And then in your sitemap, you refer to = this=20 serializer writing:<map:serialize type=3D"xhtml-MobileProfile"=20 />
 
Hope this helps!
Nesto
 
 
----- Original Message -----
From: "zze-MORY Nicolas FTRD/DMI/REN" = <n.mory@rd.francetelecom.com>
To: <cocoon-users@xml.apache.org>
Sent: Monday, March 10, 2003 1:16 = PM
Subject: XHTML Mobile = profile


does a xHTML Mobile profile SERIALIZER exists for cocoon ?=20

-----------------------------------------------------------------= ----
To=20 unsubscribe, e-mail:
cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org
------=_NextPart_000_01D1_01C2E728.9B752910--