由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - xml parser
相关主题
one simple questionHow to parse DTD structure?
xml parser?[转载] 急问: 在 jaxp 中怎样建立新 Node ? 多谢!
SAX and DOM parserswhere to find some sample code of XML document creating and parsing with JAXP DOM?
[转载] XML questionHelp with tips for xml file transfer using socket
[转载] help! XML parse problemWhat are major updates/changes for JAXP 1.2?
XML, Database and Javawhat is wrong with this period of coding?
JAXP的PATH问题....Perl XML FAQ--2
XML parser ???Help: Several questions on XML
相关话题的讨论汇总
话题: xml话题: jdom话题: parser话题: ibm话题: sax
进入XML版参与讨论
1 (共1页)
j**o
发帖数: 61
1
I need a xml parser in java. anyone can give me a good
suggestion. Thanks
a*****a
发帖数: 438
2
I remember IBM has one..
search in its web site bah.

【在 j**o 的大作中提到】
: I need a xml parser in java. anyone can give me a good
: suggestion. Thanks

w*****h
发帖数: 139
3
IBM alhapworks:
alphaworks.ibm.com, xml4j
Sun JAXP:
java.sun.com

【在 a*****a 的大作中提到】
: I remember IBM has one..
: search in its web site bah.

b***k
发帖数: 77
4
Oracle also has one, and apache and James Clark's ...
Which one to choose depends on what kind of interface you want, SAX or DOM
and what other information you want from XML and whether you want well-formed
or validated.

【在 w*****h 的大作中提到】
: IBM alhapworks:
: alphaworks.ibm.com, xml4j
: Sun JAXP:
: java.sun.com

d****a
发帖数: 34
5
Another one is JDOM.
I appreciate this one.

【在 j**o 的大作中提到】
: I need a xml parser in java. anyone can give me a good
: suggestion. Thanks

b****e
发帖数: 1275
6
yeah jdom is very easy to use.. i exclusively use jdom now.
www.jdom.org

【在 d****a 的大作中提到】
: Another one is JDOM.
: I appreciate this one.

l*******n
发帖数: 52
7
IBM apache xerces

【在 d****a 的大作中提到】
: Another one is JDOM.
: I appreciate this one.

z****g
发帖数: 2497
8
for small document, jdom is ok.
For huge ones, sax wins.

【在 b****e 的大作中提到】
: yeah jdom is very easy to use.. i exclusively use jdom now.
: www.jdom.org

1 (共1页)
进入XML版参与讨论
相关主题
Help: Several questions on XML[转载] help! XML parse problem
[转载] a question on XML parserXML, Database and Java
[转载] PERL XML parser JAXP的PATH问题....
Any APIs for handling XML?XML parser ???
one simple questionHow to parse DTD structure?
xml parser?[转载] 急问: 在 jaxp 中怎样建立新 Node ? 多谢!
SAX and DOM parserswhere to find some sample code of XML document creating and parsing with JAXP DOM?
[转载] XML questionHelp with tips for xml file transfer using socket
相关话题的讨论汇总
话题: xml话题: jdom话题: parser话题: ibm话题: sax