I originally used HTML Parser to do a similar translation server for my Blackberry. In that case, the required output was a text based email containing the page contents.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
regards:
thank you for your patient reply and instructions.
---------------------------------------------------------------------------
following is my program logic
---------------------------------------------------------------------------
Step 1:translate 1th page(user random assigned) and deliver the converted page to mobile client.
Of course,delivered content is xhtml with xhtml mime header.
Step 2:From the delivered page when user click href tag,the program from
(1)HTTP request method line
(2)HTTP host-header line
extract the next href absolute address.
Step 3:In my program:
Parser parser = new Parser(next href absolute address);
Step 4:repeat Step 2 to Step 4
---------------------------------------------------------------------------
Does the above program logic make sense?
Any positive suggestion is welcome.
thank you
May goodness be with you all
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
regards:
Does the following programming architecture make sense?
http://www.wretch.cc/album/show.php?i=otp&b=1&f=1111993473&p=2
Any positive suggestion is welcome.
thank you
May goodness be with you all
I can't see why it wouldn't work.
I originally used HTML Parser to do a similar translation server for my Blackberry. In that case, the required output was a text based email containing the page contents.
regards:
thank you for your patient reply and instructions.
---------------------------------------------------------------------------
following is my program logic
---------------------------------------------------------------------------
Step 1:translate 1th page(user random assigned) and deliver the converted page to mobile client.
Of course,delivered content is xhtml with xhtml mime header.
Step 2:From the delivered page when user click href tag,the program from
(1)HTTP request method line
(2)HTTP host-header line
extract the next href absolute address.
Step 3:In my program:
Parser parser = new Parser(next href absolute address);
Step 4:repeat Step 2 to Step 4
---------------------------------------------------------------------------
Does the above program logic make sense?
Any positive suggestion is welcome.
thank you
May goodness be with you all