由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - Processing xml files
相关主题
one simple question想写一个XML开发的系列
About XML parser兄弟们给介绍一本经典的XML书吧
XMLSolutions 发布XMLZip.请教高手
Any APIs for handling XML?How to send a request/get response to/from XML server
Please help! How to Program to Create an XML document with no root element?我怎么把我做得软件工具在美国销售
What's a document?Weblog: DB vs. XML?
[转载] 急问: 在 jaxp 中怎样建立新 Node ? 多谢![转载] XML usage context.
What are major updates/changes for JAXP 1.2?恭喜新版主上任!
相关话题的讨论汇总
话题: xml话题: files话题: parser话题: my话题: processing
进入XML版参与讨论
1 (共1页)
b****n
发帖数: 35
1
Hello folks,
I need to process some .xml files, whose schema files are given, in a softwa
re module. The XML files only describes the formate of the data I am supposd
to receive and I need to interpret the data and accordingly do the real wor
k, e.g. call some APIs (likely in C) of other modules. My questions are:-
1) To interpret the xml files, is a XML parser what I need? Which one is bet
ter for me? I know there r some like DOM embeded in browser? My platform is
Windows at the moment and the
p*****e
发帖数: 58
2
In windows you can use MS XML parser. I dont know if it helps you when you
move to embedded system.

【在 b****n 的大作中提到】
: Hello folks,
: I need to process some .xml files, whose schema files are given, in a softwa
: re module. The XML files only describes the formate of the data I am supposd
: to receive and I need to interpret the data and accordingly do the real wor
: k, e.g. call some APIs (likely in C) of other modules. My questions are:-
: 1) To interpret the xml files, is a XML parser what I need? Which one is bet
: ter for me? I know there r some like DOM embeded in browser? My platform is
: Windows at the moment and the

e*********s
发帖数: 200
3
what embedded system?
windows ce.net with .net framework have XML parser built-in :)

【在 b****n 的大作中提到】
: Hello folks,
: I need to process some .xml files, whose schema files are given, in a softwa
: re module. The XML files only describes the formate of the data I am supposd
: to receive and I need to interpret the data and accordingly do the real wor
: k, e.g. call some APIs (likely in C) of other modules. My questions are:-
: 1) To interpret the xml files, is a XML parser what I need? Which one is bet
: ter for me? I know there r some like DOM embeded in browser? My platform is
: Windows at the moment and the

m*****y
发帖数: 6
4
I think that Java will be the better language to code that process flow you
described. As for the parser, I recommend Xerces from Apache
http://xml.apache.org/index.html, which has Java version and C++ version.
By the way, in the future the modules will be ported into an embeded system.
What kind of systems?
Hope this information will be useful and helpful!

【在 b****n 的大作中提到】
: Hello folks,
: I need to process some .xml files, whose schema files are given, in a softwa
: re module. The XML files only describes the formate of the data I am supposd
: to receive and I need to interpret the data and accordingly do the real wor
: k, e.g. call some APIs (likely in C) of other modules. My questions are:-
: 1) To interpret the xml files, is a XML parser what I need? Which one is bet
: ter for me? I know there r some like DOM embeded in browser? My platform is
: Windows at the moment and the

1 (共1页)
进入XML版参与讨论
相关主题
恭喜新版主上任!Please help! How to Program to Create an XML document with no root element?
ASP的两个小问题What's a document?
Anyone has experience about security in soap?[转载] 急问: 在 jaxp 中怎样建立新 Node ? 多谢!
一个使用Javas生成SOAP的问题What are major updates/changes for JAXP 1.2?
one simple question想写一个XML开发的系列
About XML parser兄弟们给介绍一本经典的XML书吧
XMLSolutions 发布XMLZip.请教高手
Any APIs for handling XML?How to send a request/get response to/from XML server
相关话题的讨论汇总
话题: xml话题: files话题: parser话题: my话题: processing