Edit Xml file

Login to reply to this topic.
Sat, 2006-03-04 19:46
Joined: 2004-06-17
Forum posts: 47
Hi,

is it possible to edit an existing xml document with SyExpat?

Kind regards
lkz633

Tue, 2006-03-14 07:09
Joined: 2005-04-19
Forum posts: 24
Re: Edit Xml file
Sort of...

1/ read xml file (parse with SyExpat)
2/ manipulate data (edit ... you do this bit yourself)
3/ write xml (output with SyExpat)

There are examples in the SyExpat distro that should provide some basic examples of how to do 1 and 3. You'll have to use your imagination for 2.

E kore koe e ngaro taku reo rangatira

  • Login to reply to this topic.