King County Metro's Trip Planner (
http://tripplanner.metrokc.gov/) is a bus route finder that uses a HTML Form as input to a Pearl script, which then returns itineraries to the user. I have been able to take the HTML Form and re-write it to display properly on the phone. It is stored at
http://students.washington.edu/thege.../tripplan.html. What I want to do is take this script output and read it into some script and redisplay it so it is readable on the phone (J2ME Compatible). Does anyone have any ideas? Thanks.