Re: [Html2wml] Running Html2wml program..!!!
Brought to you by:
maddingue
From: Sébastien Aperghis-T. <mad...@fr...> - 2010-04-18 23:43:59
|
aditya chavan wrote: > Hello, Hello, > My name is Aditya Chavan. Currently studying in Maharaja sayajirao > university , india. > > currently I am in my last semester where we have full time project > internship. > > so currently, i am working on web converter . > > in this web converter i have to build a converter which will > convert HTML into WML which will be open in all the wap browser > enable mobile. > so i have this HTML TO WML converter but the problem its in perl > language. and i m not use to it or you can say i have never worked > on it. > > my project is on classic ASP and i have to develop in it, i m using > your project as only source of my project. > > so i need your help in knowing the wrking of the project. You just need to install a Perl interpreter. Under Unix, it's usually already installed. Under Windows, install ActivePerl or StrawberryPerl. Then you'll need to install the dependencies: HTML::Parser, LWP, URI, Text::Template. > can please convert it into ASP or C# or anyother language. So it > will easy for me to understand and use it. Sorry, but my answer is obviously negative. Firstly, I don't know ASP nor C#, and don't want to learn these languages. Secondly, even if you never used Perl before, it should be quite simple to grasp the basic concept behind Html2Wml: it simply parse the HTML page and (more-or-less) associate a WML tag for each HTML tag. The tough part is splitting the result into several well-formed chunks. HTH -- Sébastien Aperghis-Tramoni Close the world, txEn eht nepO. |