
November 11th, 2002, 07:14 AM
|
|
Contributing User
|
|
Join Date: Oct 2002
Location: Flint, MI
Posts: 328
Time spent in forums: 1 h 19 m 25 sec
Reputation Power: 11
|
|
|
If this is the libxml from xmlsoft.org, update to libxml2; the older version is no longer supported.
Again, if this is the same library, there are a couple of examples in the documentation that are helpful. Resist the temptation to maintain your program's internal data in the XML tree provided by libxml. After wasting a week fooling around this way, I realized that it made a lot more sense to develop and maintain my own internal data structures, and convert to xml only when I needed to generate xml output.
__________________
Clay Dowling
Lazarus Notes
Articles and commentary on web development
http://www.lazarusid.com/notes/
|