Posted by shimmyshack on 03/13/07 20:38
On 13 Mar, 15:51, "Marcel Molenaar" <afraidofs...@spam.nl> wrote:
> Hello,
>
> I am getting smoke out of my ears now because i have been trying to solve a
> problem for 2 days now.
>
> My XML:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <form>
> <row>
> <formobject>
> <fo_name>ID</fo_name>
> <fo_value/>
> </formobject>
> </row>
> <row>
> <formobject>
> <fo_name>City</fo_name>
> <fo_value>New York</fo_value>
> </formobject>
> </row>
> </form>
>
> When there is no ID (the fo_value is empty) i want to delete the two rows
> completely from the xml tree.
>
> I have tried several things but did not succeed.
>
> Can anyone point me in the right direction. I searched google over and over,
> the web and the groups but is simply is too hard for me...
>
> Marcel
what code have you got that you want modifying?
[Back to original message]
|