由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - XML parser ???
相关主题
tool for xmlxml parser
[转载] question on XML parserHow to parse DTD structure?
XML parserRe: where to find some sample code of XML document creating and parsing with JAXP DO
XML, Database and JavaHelp with tips for xml file transfer using socket
JAXP的PATH问题....what is wrong with this period of coding?
one simple questionWhat is the best free XML software for Chinese ?
question on xerces从哪里开始学习XML?
xml parser?Perl XML FAQ--2
相关话题的讨论汇总
话题: parser话题: xml话题: data话题: anyone话题: thanx
进入XML版参与讨论
1 (共1页)
e****y
发帖数: 26
1
Anyone can suggest me a parser of XML data?
I use the parser to parse incoming XML data and then try to store them
into relational DB.
So it'll be wonderful if i can get the source code of the parser.
Thanx a lot!
w*****h
发帖数: 139
2
Xerces
xml.apache.org

【在 e****y 的大作中提到】
: Anyone can suggest me a parser of XML data?
: I use the parser to parse incoming XML data and then try to store them
: into relational DB.
: So it'll be wonderful if i can get the source code of the parser.
: Thanx a lot!

g*******h
发帖数: 10
3
Twig.pm in perl. But it does not validate against schema.

【在 w*****h 的大作中提到】
: Xerces
: xml.apache.org

o*******m
发帖数: 8
4

You can use parser from Oracle, IBM or Sun(JAXP)

【在 e****y 的大作中提到】
: Anyone can suggest me a parser of XML data?
: I use the parser to parse incoming XML data and then try to store them
: into relational DB.
: So it'll be wonderful if i can get the source code of the parser.
: Thanx a lot!

c***r
发帖数: 4631
5

http://xml.apache.org

【在 o*******m 的大作中提到】
:
: You can use parser from Oracle, IBM or Sun(JAXP)

b***k
发帖数: 77
6
And MS XML.

【在 c***r 的大作中提到】
:
: http://xml.apache.org

c********e
发帖数: 383
7
xerces

【在 c***r 的大作中提到】
:
: http://xml.apache.org

P*****x
发帖数: 72
8
DOM parser is easy to use, sax parser is faster w/ smaller memory footprint.

【在 c***r 的大作中提到】
:
: http://xml.apache.org

1 (共1页)
进入XML版参与讨论
相关主题
Perl XML FAQ--2 JAXP的PATH问题....
在Excel中如何使用XML?one simple question
help!question on xerces
Perl+XML+GBxml parser?
tool for xmlxml parser
[转载] question on XML parserHow to parse DTD structure?
XML parserRe: where to find some sample code of XML document creating and parsing with JAXP DO
XML, Database and JavaHelp with tips for xml file transfer using socket
相关话题的讨论汇总
话题: parser话题: xml话题: data话题: anyone话题: thanx