New topic, Creating nodes and the strange formatting of you xml
Brought to you by:
bs_php,
nigelswinson
From: James H. <ja...@oc...> - 2002-08-29 04:27:02
|
Greetings Nigel, all, I have completed my project with the exception of getting the creation of nodes to format correctly in my xml file. Right now if I do a $xpath->insertChild(_GET["newpath"], $newnode); The child is created, but it is right next to the other node. I mean <newnode /><oldnode> content </oldnode> Is there a way to format this better? --James |