Then you need not remove the current deceleration, just insert a characterset into it.
-- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Don't relax! It's only your tension that's holding you together. > -----Original Message----- > From: ilker Aktuna [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 21, 2002 11:34 AM > To: Oded Arbel; [EMAIL PROTECTED] > Subject: RE: charset problem > > > No, the wml pages have an xml declaration tag but it > only includes version info. > > Regards, > ilker > > --- Oded Arbel <[EMAIL PROTECTED]> wrote: > > I though your original problem was that you did not > > have an XML encoding decleration. > > > > -- > > Oded Arbel > > m-Wise mobile solutions > > [EMAIL PROTECTED] > > > > +972-9-9581711 (116) > > +972-67-340014 > > > > ::.. > > Marriage is the most expensive way I know of for > > each partner to discover all of the other's faults. > > > > > > > > > > > -----Original Message----- > > > From: ilker Aktuna [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, August 21, 2002 7:30 AM > > > To: [EMAIL PROTECTED] > > > Subject: RE: charset problem > > > > > > > > > Hi, > > > > > > If I am successful to add that line to the wml > > source, > > > how shall I remove the original xml declaration > > tag ? > > > I should remove it, I think... > > > > > > Regards, > > > ilker > > > > > > --- Oded Arbel <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > -----Original Message----- > > > > > From: ilker Aktuna > > [mailto:[EMAIL PROTECTED]] > > > > > Sent: Tuesday, August 20, 2002 12:23 PM > > > > > To: [EMAIL PROTECTED] > > > > > Subject: RE: charset problem > > > > > > > > > > > > > > > Thanks. > > > > > With this information, I hope I can write a > > new > > > > > gateway software :))) > > > > > > > > Just for adding a line of text ? I hope you are > > > > joking. > > > > > > > > To do it externally is not terribly complicated > > - > > > > write a web script (for example) that will > > accept > > > > the HTTP calls from Kannel, get the appropriate > > url > > > > from the content provider, and add a line at the > > top > > > > of the content '<?xml encoding="iso-8859-9"?>' > > > > before sending the content back to Kannel. > > inside > > > > Kannel, you can do the same by finding where the > > > > call ot the XML parser and doing an > > octstr_insert > > > > with the same line on the data. > > > > > > > > -- > > > > Oded Arbel > > > > m-Wise mobile solutions > > > > [EMAIL PROTECTED] > > > > > > > > +972-9-9581711 (116) > > > > +972-67-340014 > > > > > > > > ::.. > > > > "All you need to make a movie is a girl and a > > gun" > > > > -- Jean Luc Godar > > > > > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > HotJobs - Search Thousands of New Jobs > > > http://www.hotjobs.com > > > > > > > > > __________________________________________________ > Do You Yahoo!? > HotJobs - Search Thousands of New Jobs > http://www.hotjobs.com >
