XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] Help with updating XML files

There are many ways to do this, but if you are on Linux you probably 
have libxml already installed, so you might want to take a look at the 
libxml tutorial:

http://xmlsoft.org/tutorial/index.html

Alternatively, you could use the xerces-c library.

Jonathan

Ashish Lal wrote:
> I have about 4 to 5 xml small sized xml files (each with say 20 
> element nodes). I need an way to update the nodes in the XML files 
> from a C++ program. The C++ program would call a function with the 
> right parameters and the right node would be updated (see example 
> below). I am using this in a linux based embedded application and 
> would like to avoid installing an XML database.
>  
> Example: See the XML file below -
> ......................
> <Sensors>
>     <Temperature> 70 </Temperature>
>     <Pressure> 200 </Pressure>
>     <Humidity> 20 </Humidity>
> </Sensors>
> ...........................
>  
> How can I update the value of (say) Temperature from 70 to 90 in the 
> XML file from a C++ program?
>  
> Any help or pointers would be deeply appreciated.
>  
> Regards,
> --Ashish



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS