Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - XML on QNX: (9 Items)
   
XML on QNX  
Hello,
Is there any libery to extract easily the datas of a xml document ?
I want to transfert datas through UDP datagrams, and use XML format into this datagrams.

Thank's
AW: XML on QNX  
in usr/lib you'll find libexpat
as far as I know there's no header around for this lib, so you'll have to setup your own.
for more information on expat go to http://expat.sourceforge.net

/hp


>-----Ursprüngliche Nachricht-----
>Von: Nicolas PIEQUET [mailto:community-noreply@qnx.com] 
>Gesendet: Mittwoch, 19. November 2008 08:20
>An: momentics-community
>Betreff: XML on QNX
>
>Hello,
>Is there any libery to extract easily the datas of a xml document ?
>I want to transfert datas through UDP datagrams, and use XML 
>format into this datagrams.
>
>Thank's
>
>
>_______________________________________________
>QNX Momentics Community Support
>http://community.qnx.com/sf/go/post16848
>
> 
 
*******************************************
Harman Becker Automotive Systems GmbH
Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael Mauser, Regis Baudot
Chairman of the Supervisory Board: Ansgar Rempp | Domicile: Karlsbad | 
Local Court Mannheim: Register No. 361395

 
*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat 
sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail
. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have 
received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************
Re: AW: XML on QNX  
what do you mean by "you'll have to setup your own" ?
AW: AW: XML on QNX  
as there is no c header file that defines the function prototypes and structres
you need this definitions that you can use the library.
and so you'll have to setup a the definitions in a header you can use in your source.

/hp
 

>-----Ursprüngliche Nachricht-----
>Von: Nicolas PIEQUET [mailto:community-noreply@qnx.com] 
>Gesendet: Mittwoch, 19. November 2008 09:56
>An: momentics-community
>Betreff: Re: AW: XML on QNX
>
>what do you mean by "you'll have to setup your own" ?
>
>_______________________________________________
>QNX Momentics Community Support
>http://community.qnx.com/sf/go/post16853
>
> 
 
*******************************************
Harman Becker Automotive Systems GmbH
Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael Mauser, Regis Baudot
Chairman of the Supervisory Board: Ansgar Rempp | Domicile: Karlsbad | 
Local Court Mannheim: Register No. 361395

 
*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat 
sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail
. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have 
received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************
Re: AW: XML on QNX  
Is it possible to write XML files with Expat ?
RE: AW: XML on QNX  
No.

-----Original Message-----
From: Nicolas PIEQUET [mailto:community-noreply@qnx.com] 
Sent: November 19, 2008 8:51 AM
To: momentics-community
Subject: Re: AW: XML on QNX

Is it possible to write XML files with Expat ?

_______________________________________________
QNX Momentics Community Support
http://community.qnx.com/sf/go/post16872

RE: XML on QNX  
If you don't mind C++ take a look at the Poco Library ( google it)

-----Original Message-----
From: Nicolas PIEQUET [mailto:community-noreply@qnx.com] 
Sent: November 19, 2008 2:20 AM
To: momentics-community
Subject: XML on QNX

Hello,
Is there any libery to extract easily the datas of a xml document ?
I want to transfert datas through UDP datagrams, and use XML format into this datagrams.

Thank's


_______________________________________________
QNX Momentics Community Support
http://community.qnx.com/sf/go/post16848

Re: RE: XML on QNX  
There is a lot of thinks here ... Thanks

Can I use this  libraries with C programs or only C++ ?
RE: RE: XML on QNX  
If you are talking about Poco, it`s C++ only, but your program can be mostly C and you just provide C++ cover function.

-----Original Message-----
From: Nicolas PIEQUET [mailto:community-noreply@qnx.com] 
Sent: November 19, 2008 9:05 AM
To: momentics-community
Subject: Re: RE: XML on QNX

There is a lot of thinks here ... Thanks

Can I use this  libraries with C programs or only C++ ?

_______________________________________________
QNX Momentics Community Support
http://community.qnx.com/sf/go/post16876