Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > XML parser

Reply
Thread Tools

XML parser

 
 
djake@excite.it
Guest
Posts: n/a
 
      10-31-2005
Do you know where can i find a XML parser for C under unix?

 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      10-31-2005


wrote:

> Do you know where can i find a XML parser for C under unix?


libxml: <http://www.xmlsoft.org/>

There is also Expat <http://expat.sourceforge.net/> or Xerces C++
<http://xml.apache.org/xerces-c/>, depending on your needs (Xerces does
both DTD and XSD schema validation).

--

Martin Honnen
http://JavaScript.FAQTs.com/
 
Reply With Quote
 
 
 
 
=?ISO-8859-1?Q?J=FCrgen_Kahrs?=
Guest
Posts: n/a
 
      10-31-2005
wrote:

> Do you know where can i find a XML parser for C under unix?


It is interesting that this question (XML parser for C,
not C++) is asked so often here. There seems to be a
real need for such a thing.

So, Peter Flynn usually recommends onsgmls.
Richard Tobin recommends rxp.
Some others (like me) recommend Expat.
Use Google to find the links.
 
Reply With Quote
 
Stefan Ram
Guest
Posts: n/a
 
      10-31-2005
Jürgen Kahrs <> writes:
>It is interesting that this question (XML parser for C,
>not C++) is asked so often here. There seems to be a
>real need for such a thing.
>So, Peter Flynn usually recommends onsgmls.
>Richard Tobin recommends rxp.
>Some others (like me) recommend Expat.
>Use Google to find the links.


In my link list, I also find:

"One file, one XML parser, one C struct, two C functions,
three example C functions. 500 lines. Runs everywhere."

http://www.danoneverythingelse.com/a...ebxmlnode.html

Mini-XML is a small XML parsing library that you can use
to read XML and XML-like data files in your application

http://www.easysw.com/~mike/mxml/software.php


 
Reply With Quote
 
Michael Sweet
Guest
Posts: n/a
 
      11-01-2005
wrote:
> Do you know where can i find a XML parser for C under unix?
>


Mini-XML: http://www.easysw.com/~mike/mxml/

--
__________________________________________________ ____________________
Michael Sweet, Easy Software Products mike at easysw dot com
Internet Printing and Publishing Software http://www.easysw.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XML::Parser Installation error: XML-Parser-2.34 Sean Perl Misc 3 10-03-2006 01:23 AM
XML::Parser Installation error: XML-Parser-2.34 Sean Perl Misc 0 10-02-2006 06:20 PM
Different results parsing a XML file with XML::Simple (XML::Sax vs. XML::Parser) Erik Wasser Perl Misc 5 03-05-2006 10:09 PM
XML-Parser to XML-Parser communication (encoding issues?) arne Perl Misc 0 09-13-2005 12:53 PM
XML Parser VS HTML Parser ZOCOR Java 11 10-05-2004 01:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57