Quoting Adriano Smith <[EMAIL PROTECTED]>: > I have a pipeline which contains the following: > > <map:match pattern="*oly"> > <map:generate type="html" src="http://x.com/y_oly.html"/> > <map:serialize type="wml" mime-type="text/vnd.wap.wml"/> > </map:match> > > However when i view the source code of the file being generated , i find that > there is no wml tag. > > Is it necessary to use a stylesheet?? Is it not enough to use serialize > type=wml to generate wml content? > > regds, > smith >
Yes, you need to transform your html. The wml serializer won't turn your html document into a wml one. regards, defe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
