Re: Is there a way to write append rewrite a XML Multilingual file



Joe Wright <joewwright@xxxxxxxxxxx> wrote:
# SM Ryan wrote:
# > "HALLES" <slan_a_gael@xxxxxxxx> wrote:
# > # HI !
# > #
# > # Is there a way to write append rewrite a XML Multilingual file.
# >
# > You can open a file for append with fopen(filename,"a"). However that is
# > strictly append, with no insertion before the end. Most operating system
# > don't offer record insertion I/O, and so most C libraries don't either.
# >
# > You might be able to find a library that better supports XML than bare C
# > does. There are also other programming languages with DOM implementations
# > that more easily express string manipulation than C can.
# >
# > --
# > SM Ryan http://www.rawbw.com/~wyrmwif/
# > The whole world's against us.
#
# "What you mean us, white man?" Tonto to Lone Ranger. You had to be there.

What would happen if View Askew met Firesign Theatre?

--
SM Ryan http://www.rawbw.com/~wyrmwif/
Wow. A sailboat.
.



Relevant Pages