Best practice to parse HTML in Java on Google App Engine
0 views
Skip to first unread message
nowavewater via StackOverflow
unread,
Jan 12, 2015, 5:15:15 PM1/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-appengin...@googlegroups.com
Trying to fetch a HTML page on Google App Engine, stuck on how to parse HTML properly. Importing Jsoup seems complicated, and haven't found any tutorial on parsing HTML with standard library. Any solution would appreciated.