l*x
2 楼
Check out this example:
http://www.cpd.mq.edu.au/boomerang/teaching.www/javamail.htm
【在 e****r 的大作中提到】
: how to submit the form content as an email by html? thanks
: (not cgi).
http://www.cpd.mq.edu.au/boomerang/teaching.www/javamail.htm
【在 e****r 的大作中提到】
: how to submit the form content as an email by html? thanks
: (not cgi).
d*r
3 楼
Is there a kinf of XML Parser can be used for both
Windows2000
and Linux? Thanks,
Windows2000
and Linux? Thanks,
d*r
9 楼
Thanks.
I checked it yesterday but I am not sure I know how
to use it. What do you mean that I can call its method?
It sounds that I need to use classes and methods instead of
several independent functions, right?
【在 a*****a 的大作中提到】
: If you can't use VC++, you can still use MSXML30.dll as
: parser for C.
: Just use LoadLibrary("msxml30.dll") and then call its
: method.
I checked it yesterday but I am not sure I know how
to use it. What do you mean that I can call its method?
It sounds that I need to use classes and methods instead of
several independent functions, right?
【在 a*****a 的大作中提到】
: If you can't use VC++, you can still use MSXML30.dll as
: parser for C.
: Just use LoadLibrary("msxml30.dll") and then call its
: method.
a*a
10 楼
oh my error.. you are right.
there's no way you do use msxml30.dll in native C. :( sorry
【在 d*****r 的大作中提到】
: Thanks.
: I checked it yesterday but I am not sure I know how
: to use it. What do you mean that I can call its method?
: It sounds that I need to use classes and methods instead of
: several independent functions, right?
there's no way you do use msxml30.dll in native C. :( sorry
【在 d*****r 的大作中提到】
: Thanks.
: I checked it yesterday but I am not sure I know how
: to use it. What do you mean that I can call its method?
: It sounds that I need to use classes and methods instead of
: several independent functions, right?
d*r
11 楼
You don't need to feel sorry about it.:) In fact, if I
can't find another better parser, I have to use this one.
But I don't know how to use the methods.
I am not good at C. I have tried to use it in this way:
struct IXMLDOMDocument *pDoc;
pDoc->createNode();
But it sounds wrong. If you used it before, can you just
show
me a simple example? Thank you very much!
【在 a*****a 的大作中提到】
: oh my error.. you are right.
: there's no way you do use msxml30.dll in native C. :( sorry
can't find another better parser, I have to use this one.
But I don't know how to use the methods.
I am not good at C. I have tried to use it in this way:
struct IXMLDOMDocument *pDoc;
pDoc->createNode();
But it sounds wrong. If you used it before, can you just
show
me a simple example? Thank you very much!
【在 a*****a 的大作中提到】
: oh my error.. you are right.
: there's no way you do use msxml30.dll in native C. :( sorry
a*a
12 楼
In VC60,
#import "msxml.dll"
using namespace MSXML;
int main()
{
CoInitialize(NULL);
_try {
IXMLDOMDocumentPtr
pXMLDOMDocument(__uuidof(IXMLDOMDocument));
pXMLDOMDocument->async = false;
if (!pXMLDOMDocument->load("test.xml")) {
// error
}
// process
} catch (_come_error& e)
{
// com error
}
CoUninitialize();
return 0;
}
【在 d*****r 的大作中提到】
: You don't need to feel sorry about it.:) In fact, if I
: can't find another better parser, I have to use this one.
: But I don't know how to use the methods.
: I am not good at C. I have tried to use it in this way:
: struct IXMLDOMDocument *pDoc;
: pDoc->createNode();
: But it sounds wrong. If you used it before, can you just
: show
: me a simple example? Thank you very much!
#import "msxml.dll"
using namespace MSXML;
int main()
{
CoInitialize(NULL);
_try {
IXMLDOMDocumentPtr
pXMLDOMDocument(__uuidof(IXMLDOMDocument));
pXMLDOMDocument->async = false;
if (!pXMLDOMDocument->load("test.xml")) {
// error
}
// process
} catch (_come_error& e)
{
// com error
}
CoUninitialize();
return 0;
}
【在 d*****r 的大作中提到】
: You don't need to feel sorry about it.:) In fact, if I
: can't find another better parser, I have to use this one.
: But I don't know how to use the methods.
: I am not good at C. I have tried to use it in this way:
: struct IXMLDOMDocument *pDoc;
: pDoc->createNode();
: But it sounds wrong. If you used it before, can you just
: show
: me a simple example? Thank you very much!
d*r
13 楼
If I don't use VC, can I use it? I remember that you
mentioned
that I can use it without using VC.
Thanks,
【在 a*****a 的大作中提到】
: In VC60,
: #import "msxml.dll"
: using namespace MSXML;
: int main()
: {
: CoInitialize(NULL);
: _try {
: IXMLDOMDocumentPtr
: pXMLDOMDocument(__uuidof(IXMLDOMDocument));
: pXMLDOMDocument->async = false;
mentioned
that I can use it without using VC.
Thanks,
【在 a*****a 的大作中提到】
: In VC60,
: #import "msxml.dll"
: using namespace MSXML;
: int main()
: {
: CoInitialize(NULL);
: _try {
: IXMLDOMDocumentPtr
: pXMLDOMDocument(__uuidof(IXMLDOMDocument));
: pXMLDOMDocument->async = false;
a*a
15 楼
got confirmation:
MSXML3.0
MSXML3.0
d*r
16 楼
amnesia, thank you for your help!:)
Now I have to work hard on this xml parser.:(
When I was looking for the parsers, I found one named
"Expat" which
is a C parser. But it's an old parser and not so strong.
Now I have to work hard on this xml parser.:(
When I was looking for the parsers, I found one named
"Expat" which
is a C parser. But it's an old parser and not so strong.
相关阅读
[转载] How to get current url in coldfusion求教xml网页的问题xslt question[转载] Apache server现在支持.net frame吗?我怎么觉得XMLSPY还没有NOTEPAD好用呀xml and chinese characterquestion.xsl里如何表示空格?谁给讲讲XML的历史poor performance of xpath[转载] 救命, 怎样用SOAP::Lite访问.NET WEB Service?[转载] 关于unicode的问题!https://打头的网址进不了时怎摸回事?请问谁还有XMLSPY4.3呀?有谁研究RDF/XML吗?Re: book list of [email protected] (1 of 15)Help: Several questions on XMLWhat are ontologies?为什么我的cookie不工作[转载] HELP!用了无限router以后