Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - XML tools, libraries for QNX: (5 Items)
   
XML tools, libraries for QNX  
For the first time we have a need to use XML on an embedded QNX project.

What are people using for XML libraries and tools for QNX targets?

Any recommendations or products to avoid?

TIA
RE: XML tools, libraries for QNX  
I use Poco, but it's C++ and not sure it's right for limited resource system ( 3Meg of .so). However you can statically 
link as well, to possible get rid of stuff you don't need. There are LOTS of goodies in this 3Meg ;)

The maker of Poco also sell a tool to auto generated the code to load/save a class from/to xml.  Haven't use it though.

Otherwise expat is fine if all you need is loading. 

> -----Original Message-----
> From: Ken Schumm [mailto:community-noreply@qnx.com]
> Sent: Wednesday, July 29, 2009 10:19 AM
> To: general-toolchain
> Subject: XML tools, libraries for QNX
> 
> For the first time we have a need to use XML on an embedded QNX
> project.
> 
> What are people using for XML libraries and tools for QNX targets?
> 
> Any recommendations or products to avoid?
> 
> TIA
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post34794
> 
AW: XML tools, libraries for QNX  
+1 for expat if SAX is all you need. 

>-----Ursprüngliche Nachricht-----
>Von: Mario Charest [mailto:community-noreply@qnx.com] 
>Gesendet: Mittwoch, 29. Juli 2009 16:25
>An: general-toolchain
>Betreff: RE: XML tools, libraries for QNX
>
>I use Poco, but it's C++ and not sure it's right for limited 
>resource system ( 3Meg of .so). However you can statically 
>link as well, to possible get rid of stuff you don't need. 
>There are LOTS of goodies in this 3Meg ;)
>
>The maker of Poco also sell a tool to auto generated the code 
>to load/save a class from/to xml.  Haven't use it though.
>
>Otherwise expat is fine if all you need is loading. 
>
>> -----Original Message-----
>> From: Ken Schumm [mailto:community-noreply@qnx.com]
>> Sent: Wednesday, July 29, 2009 10:19 AM
>> To: general-toolchain
>> Subject: XML tools, libraries for QNX
>> 
>> For the first time we have a need to use XML on an embedded QNX 
>> project.
>> 
>> What are people using for XML libraries and tools for QNX targets?
>> 
>> Any recommendations or products to avoid?
>> 
>> TIA
>> 
>> 
>> 
>> _______________________________________________
>> 
>> General
>> http://community.qnx.com/sf/go/post34794
>> 
>
>
>
>
>_______________________________________________
>
>General
>http://community.qnx.com/sf/go/post34795
>
> 
 
*******************************************
Harman Becker Automotive Systems GmbH
Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael Mauser
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 tools, libraries for QNX  
Thanks guys. Memory resources shouldn't be a problem on this product.

Any preferences for XML editors? Or don't you bother? 

Oxygen has an eclipse plug-in that might be nice.
RE: AW: XML tools, libraries for QNX  

> -----Original Message-----
> From: Ken Schumm [mailto:community-noreply@qnx.com]
> Sent: Wednesday, July 29, 2009 4:08 PM
> To: general-toolchain
> Subject: Re: AW: XML tools, libraries for QNX
> 
> Thanks guys. Memory resources shouldn't be a problem on this product.
> 
> Any preferences for XML editors? Or don't you bother?

Maybe vim, lol ! http://www.vim.org/scripts/script.php?script_id=301

> 
> Oxygen has an eclipse plug-in that might be nice.
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post34854
>