Hi,
Well lets see am I the only that has to write to an existing XML
document ?!?!?!
I am trying to use pear's XML_Tree package. I got some of it to work. I
am not creating a new XML doc from scratch. I am inserting data or a
node into an existing xml document.
I am trying to use the function insertChild. The documentation says it is
(see below)
XML_Tree::&insertChild (array $path, integer $pos, mixed $child [, string
$content='' [, array $attributes=array()]])
............the problem is I don't know what the parameter array $path is?
I've tried a bunch of stuff. I can't find any 'real' examples of this exact
function call.
There is soooOOOoooo little documentation on pear classes and
objects. Does anybody understand them ???
Has anyone actually used these classes and this specific
funtion - insertChild - from pear? If so... can you show me an example.
Has anyone seen a tutorial that used these classes and this specific
funtion from pear? I've seen a tutorial creating a new xml doc from
scratch. But that doesn't help as it did not use this exact function.
H E L P
Thanks In Advance
Vmusic