HTML Parser for Titanium Mobile
问题 I'm looking for easy to implement module (or a function) for Appcelerator Titanium Mobile that could parse html code (stripping unneeded tags and cleaning up the code) and spitting out just the content. I know there's an option to use webview in mobile development, but it would add additional overhead, consuming device resources and slowing down your application. so it is not an option. I also found this post on official appcelerator forum: http://developer.appcelerator.com/question/60731