由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - xml parser?
相关主题
xml parser JAXP的PATH问题....
one simple questionXML parser ???
SAX and DOM parsersHow to parse DTD structure?
[转载] XML question[转载] 急问: 在 jaxp 中怎样建立新 Node ? 多谢!
[转载] XML parsing problemwhere to find some sample code of XML document creating and parsing with JAXP DOM?
[转载] help! XML parse problemHelp with tips for xml file transfer using socket
从哪里开始学习XML?What are major updates/changes for JAXP 1.2?
XML, Database and Javawhat is wrong with this period of coding?
相关话题的讨论汇总
话题: xml话题: parser话题: who话题: jaxp话题: dom
进入XML版参与讨论
1 (共1页)
d*****r
发帖数: 18
1
Which is the best xml parser for java?
I installed JAXP but I don't like the idea of using
com.sun.* package to generate a xml file. Who can recommend
a better one? Thanks,
s******n
发帖数: 22
2

to parse an .xml into a DOM, try
DOMParser in org.apapche.xerces.parsers
to serialize the DOM back to .xml, try
XMLSerialize in org.apache.xml.serialize
sure there are also tools dealing with SAX or so.
http://xml.apache.org/xerces-j/index.html

【在 d*****r 的大作中提到】
: Which is the best xml parser for java?
: I installed JAXP but I don't like the idea of using
: com.sun.* package to generate a xml file. Who can recommend
: a better one? Thanks,

w****d
发帖数: 743
3
Maybe IBM's XML4J.

【在 s******n 的大作中提到】
:
: to parse an .xml into a DOM, try
: DOMParser in org.apapche.xerces.parsers
: to serialize the DOM back to .xml, try
: XMLSerialize in org.apache.xml.serialize
: sure there are also tools dealing with SAX or so.
: http://xml.apache.org/xerces-j/index.html

1 (共1页)
进入XML版参与讨论
相关主题
what is wrong with this period of coding?[转载] XML parsing problem
Perl XML FAQ--2[转载] help! XML parse problem
Help: Several questions on XML从哪里开始学习XML?
[转载] a question on XML parserXML, Database and Java
xml parser JAXP的PATH问题....
one simple questionXML parser ???
SAX and DOM parsersHow to parse DTD structure?
[转载] XML question[转载] 急问: 在 jaxp 中怎样建立新 Node ? 多谢!
相关话题的讨论汇总
话题: xml话题: parser话题: who话题: jaxp话题: dom