[EMAIL PROTECTED] wrote:
[snip]

its type is not DomNode, but DomText.

Only the 2nd child -

$NODE = $NODE->nextSibling;

has $NODE->tagName "channel".

My question is - why is the first child after "rss" DomText?

Thank you,
Iv


My guess is the whitespace between the nodes :o)

HTH,

Mikey

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to