l***r 发帖数: 459 | 1 【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: laoer (xiaoer), 信区: Programming
标 题: question on XML parser
发信站: The unknown SPACE (Thu Jun 13 18:45:20 2002) WWW-POST
Greetings,
I only have XSD files and request files in XML format. I wonder which XML
parser I should use to parser response files in XML format? Or should I have a
DTD file at least?
Thanks. | e***c 发帖数: 68 | 2 I think most of the parser support schema validation,XSD files should also have
DTD such that it is well formed.
【在 l***r 的大作中提到】 : 【 以下文字转载自 Programming 讨论区,原文如下 】 : 发信人: laoer (xiaoer), 信区: Programming : 标 题: question on XML parser : 发信站: The unknown SPACE (Thu Jun 13 18:45:20 2002) WWW-POST : Greetings, : I only have XSD files and request files in XML format. I wonder which XML : parser I should use to parser response files in XML format? Or should I have a : DTD file at least? : Thanks.
| w*****e 发帖数: 4 | 3
a
Xerces, you can check it out from apach.org. xerces was actually a IBM
product, it became open source project. XML4C, is another product of IBM, you
can find it from IBM website. both of them support xml schema validation.
【在 l***r 的大作中提到】 : 【 以下文字转载自 Programming 讨论区,原文如下 】 : 发信人: laoer (xiaoer), 信区: Programming : 标 题: question on XML parser : 发信站: The unknown SPACE (Thu Jun 13 18:45:20 2002) WWW-POST : Greetings, : I only have XSD files and request files in XML format. I wonder which XML : parser I should use to parser response files in XML format? Or should I have a : DTD file at least? : Thanks.
|
|