由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - Any APIs for handling XML?
相关主题
one simple questionSAX and DOM parsers
[转载] help! XML parse problemxml parser?
[转载] XML questionxml parser
想写一个XML开发的系列Perl XML FAQ--2
XMLSolutions 发布XMLZip.Help: Several questions on XML
About XML parser[转载] a question on XML parser
Please help! How to Program to Create an XML document with no root element?[转载] PERL XML parser
Processing xml filesXML 结构
相关话题的讨论汇总
话题: xml话题: apis话题: any话题: parser话题: dom
进入XML版参与讨论
1 (共1页)
D**B
发帖数: 117
1
How to handle XML in JDK1.3:
1.Are there any APIs for that?
2.What the hell is XML parser? Is it for validating the XML files, or can be
used in the program to handle XML stream?
Thnaks a lot.
r****a
发帖数: 2
2
DOM or SAX, as i know

【在 D**B 的大作中提到】
: How to handle XML in JDK1.3:
: 1.Are there any APIs for that?
: 2.What the hell is XML parser? Is it for validating the XML files, or can be
: used in the program to handle XML stream?
: Thnaks a lot.

w*****h
发帖数: 139
3
1. It's in a seperate package: jaxp.
2. XML Parser parses the text document into DOM tree structure, and there
are plenty of APIs defined to access the DOM tree.

【在 D**B 的大作中提到】
: How to handle XML in JDK1.3:
: 1.Are there any APIs for that?
: 2.What the hell is XML parser? Is it for validating the XML files, or can be
: used in the program to handle XML stream?
: Thnaks a lot.

1 (共1页)
进入XML版参与讨论
相关主题
XML 结构XMLSolutions 发布XMLZip.
Perl XML FAQ--3About XML parser
Refresh XMLDOM problemPlease help! How to Program to Create an XML document with no root element?
[转载] XML parsing problemProcessing xml files
one simple questionSAX and DOM parsers
[转载] help! XML parse problemxml parser?
[转载] XML questionxml parser
想写一个XML开发的系列Perl XML FAQ--2
相关话题的讨论汇总
话题: xml话题: apis话题: any话题: parser话题: dom