|
-
Jul 11th, 2002, 02:20 AM
#1
Thread Starter
Fanatic Member
XML Parsers
What is available in terms of xml Parsers? The only one I know of is the good old msxml parser.
-
Jul 11th, 2002, 11:27 AM
#2
Black Cat
I think all the open source parsers are based on Expat - Perl and PHP's are based on this, and I think Mozilla uses it.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Jul 11th, 2002, 11:28 AM
#3
Black Cat
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Jul 14th, 2005, 07:36 PM
#4
Dazed Member
Re: XML Parsers
Xerces is pretty popular. http://xml.apache.org/
-
Jul 15th, 2005, 07:06 AM
#5
Re: XML Parsers
Xerces, libxml2 and expat are the most important open-source parsers.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jul 15th, 2005, 03:15 PM
#6
Dazed Member
Re: XML Parsers
CornedBee who developed libxml2 and expat? Haven't heard of them. I just grabbed Xerces last night. Gonna test it out tonight or tommorow. Should i have downloaded Cocoon instead?
-
Jul 15th, 2005, 04:23 PM
#7
Re: XML Parsers
libxml2 is part of the Gnome project and is distributed under the LGPL.
Expat is a stream-only parser (does not build a DOM) developed originally by one James Clark and hosted at SourceForge, distributed under the MIT license, which I believe is roughly equivalent to the BSD license.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|