Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > XML parsing in c

Reply
Thread Tools

XML parsing in c

 
 
karthigaj@gmail.com
Guest
Posts: n/a
 
      01-08-2007
Hi,
Is it possible to parse XML page using c solaris
Anybody know abt it...pls reply me....

 
Reply With Quote
 
 
 
 
santosh
Guest
Posts: n/a
 
      01-08-2007
wrote:
> Hi,
> Is it possible to parse XML page using c solaris
> Anybody know abt it...pls reply me....


What is "c solaris"?

Have a look at the link below:
<http://expat.sourceforge.net/>

 
Reply With Quote
 
 
 
 
Richard Heathfield
Guest
Posts: n/a
 
      01-08-2007
said:

> Hi,
> Is it possible to parse XML page using c solaris


Yes; in fact, this can be done in standard C. You don't need Solaris
extensions for parsing an XML page.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
 
Reply With Quote
 
xmx
Guest
Posts: n/a
 
      01-08-2007

En,but is there some third party lib can parse it?
I would not like to parse an xml page myself.

Richard Heathfield wrote:
> said:
>
>> Hi,
>> Is it possible to parse XML page using c solaris

>
> Yes; in fact, this can be done in standard C. You don't need Solaris
> extensions for parsing an XML page.
>

 
Reply With Quote
 
mark_bluemel@pobox.com
Guest
Posts: n/a
 
      01-08-2007

xmx wrote:

Someone will be along shortly to tell you not to top-post...

> En,but is there some third party lib can parse it?


"C XML Parser" as a search term to Google gives over 3 million hits...

> I would not like to parse an xml page myself.
>
> Richard Heathfield wrote:
> > said:
> >
> >> Hi,
> >> Is it possible to parse XML page using c solaris

> >
> > Yes; in fact, this can be done in standard C. You don't need Solaris
> > extensions for parsing an XML page.
> >


 
Reply With Quote
 
pls
Guest
Posts: n/a
 
      01-09-2007
wrote:

> Hi,

Hi,

> Is it possible to parse XML page using c

Yes.

> solaris

Absolutely

> Anybody know abt it...pls reply me....

There you go.

Hope that helps.

Regards, pls

 
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
What libraries should I use for MIME parsing, XML parsing, and MySQL ? John Levine Ruby 0 02-02-2012 11:15 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
Sequential XML parsing with xml.sax peter@hardy.dropbear.id.au Python 2 08-24-2005 01:29 AM
Clarification on XML parsing & namespaces (xml.dom.minidom) Greg Wogan-Browne Python 1 01-28-2005 03:19 AM
Print XML parsing to JspWriter (out) Class org.xml.sax.helpers.NewInstance can not access a member of class javax.xml.parsers.SAXParser with modifiers "protected" Per Magnus L?vold Java 0 11-15-2004 02:27 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