how i can delete child node from XML file

tralliertf

New Member
i have this XML : \[code\] <photo> <position>1</position> <title>panos1</title> </photo> <photo> <position>2</position> <title>panos2</title> </photo> <photo> <position>3</position> <title>panos3</title> </photo> <photo> <position>4</position> <title>panos4</title> </photo>\[/code\]i want to delete the \[code\]position\[/code\] tag with value \[code\]4\[/code\] using PHP.I'm using \[code\]Xpath\[/code\]
 
Back
Top