IBM developerWorks: Making application programming easy with GNOME libraries, Part 3 | Linux Today

IBM developerWorks: Making application programming easy with GNOME libraries, Part 3

Written By
Web Webster
Web Webster
Jan 9, 2000

Last month, George showed you how to build a genealogy
program with the GNOME libraries. This month he expands the
application by making it possible to load and save data using the
libxml library, a set of routines and structures for manipulating
an XML tree in memory.

“Having built a functioning genealogy application in last
month’s GNOMEnclature column, we still need to add a way to load
and save the application’s data. This is a two-part process: we
need to include file dialogs in the GUI, and use the libxml to read
and save the file. We will be extending the application developed
in the previous installment.”

“Let’s first concentrate on the actual loading and saving. For
this we will use libxml. Libxml is actually a set of routines and
structures for manipulating an XML tree in memory. You can load or
save this tree to file with one call (xmlParseFile and
xmlSaveFile). There are several ways we can use the library for our
purposes….”

Complete
Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.