Re: [PHP] Re: php 4.1 and DOMXML question.

2002-01-17 Thread Aaron
Peter Clarke wrote: >"Aaron" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >>Well that works. But its a little bizzare. I have to do that to get the >>content of a node even when that node has no children... >> >>e.g. >> >> >>SOME TEXT GOES HERE

Re: [PHP] Re: php 4.1 and DOMXML question.

2002-01-17 Thread Peter Clarke
"Aaron" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Well that works. But its a little bizzare. I have to do that to get the > content of a node even when that node has no children... > > e.g. > > > SOME TEXT GOES HERE > > > > So even if

Re: [PHP] Re: php 4.1 and DOMXML question.

2002-01-16 Thread Aaron
Well that works. But its a little bizzare. I have to do that to get the content of a node even when that node has no children... e.g. SOME TEXT GOES HERE So even if the current node is "morestuff" I still have to do the currentnode->children etc. blah. which is a bit dodge