If i have to use a transform for generating wml content...then, what is the exact use of a wml serializer ? Quoting [EMAIL PROTECTED]: > Quoting Adriano Smith <[EMAIL PROTECTED]>: > > > I have a pipeline which contains the following: > > > > <map:match pattern="*oly"> > > <map:generate type="html" src=""/> > > <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] > >

Reply via email to