[fpc-pascal] renaming XML element
Marc Santhoff
M.Santhoff at web.de
Tue May 4 19:43:26 CEST 2010
Sorry, I messed up the structure of the example ...
Am Dienstag, den 04.05.2010, 19:30 +0200 schrieb Marc Santhoff:
> Example
> -------
> Now:
>
> <doc>
> <oldnode>whatever or nothing
> <child1></child1>
> ...
</oldnode>
> <nextsibling></nextsibling>
> ...
> </doc>
>
> Afterwards:
>
> <doc>
> <newnode>whatever or nothing
> <child1></child1>
> ...
</newnode>
> <nextsibling></nextsibling>
> ...
> </doc>
--
Marc Santhoff <M.Santhoff at web.de>
More information about the fpc-pascal
mailing list