由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - can someone recommend an html parser lib?
相关主题
JavaCC/SableCC/otherCC ?Do you guys use lex to parsing input?
Java XML parser的问题[ZT] choose your java xml parser
Java HTMLEditorKit 中取得html的text?java and javascript 问题请教,有包子
Question about tabHelp with Tomcat for Eclipse v1.03
[转载] a question on XML parserTomcat JSP syntax error
Java.Net初学: 我的简单问题, 寻求简单方案Re: [转载] Re: why do u use XML?
关于Runtime.getRuntime().exec的问题Re: (I mean in java)Re: Help! Anyone have the experience extracting te
xml to PDF的packageConfiguration File reading.. xml?
相关话题的讨论汇总
话题: html话题: parser话题: lib话题: recommend话题: some
进入Java版参与讨论
1 (共1页)
g*****g
发帖数: 34805
1
Basically I want to parse some online resource and grab some
data. Should be ideal if the lib can correct html errors and
prepare it xml like.
How is html parser in
http://htmlparser.sourceforge.net/
n*w
发帖数: 41
2
I remember that htmlparser is not very good. If you just want to extract
some information for specific tags, just wrote your own by using some
classes in standard java library.

【在 g*****g 的大作中提到】
: Basically I want to parse some online resource and grab some
: data. Should be ideal if the lib can correct html errors and
: prepare it xml like.
: How is html parser in
: http://htmlparser.sourceforge.net/

o***g
发帖数: 2784
3
i use this
http://sourceforge.net/projects/mozillaparser

【在 g*****g 的大作中提到】
: Basically I want to parse some online resource and grab some
: data. Should be ideal if the lib can correct html errors and
: prepare it xml like.
: How is html parser in
: http://htmlparser.sourceforge.net/

1 (共1页)
进入Java版参与讨论
相关主题
Configuration File reading.. xml?[转载] a question on XML parser
How to find function pointers in Java?Java.Net初学: 我的简单问题, 寻求简单方案
a simple parser for config files...关于Runtime.getRuntime().exec的问题
java & XML 2 example problemxml to PDF的package
JavaCC/SableCC/otherCC ?Do you guys use lex to parsing input?
Java XML parser的问题[ZT] choose your java xml parser
Java HTMLEditorKit 中取得html的text?java and javascript 问题请教,有包子
Question about tabHelp with Tomcat for Eclipse v1.03
相关话题的讨论汇总
话题: html话题: parser话题: lib话题: recommend话题: some