hi,
i have this xml:
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <link4>
<nome>Tove</nome>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
<nome>sdsd</nome>
<id>116</id>
</link4>
and i want simple append more elements "nome" and id inside
of link4 how can i do that i using php 4
thanks a lot for your help
:)