No I have not. Should I? Works it different way from
DOMDocument::loadHTMLFile()? Data looks like this:
Name Address Contact
ID: 3517438CategoryDate
""Jay Blanchard"" píse v diskusním príspevku
news:E6996B6DBDAC894FAEC7E807EE4482E308E696@ygex01wal.onecall.local...
[snip]
The DOM onl
[snip]
The DOM only exists in the browser, it really isn't available
server-side (it is proposed). What does this data look like? Is it just
strings?
[/snip]
Have you tried DOMDocument::loadHTML?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
> http://www.php.net/explode
I know it, but when I get content of by $cols->item(0)->nodeValue,
it is without tags. So I need to:
a) get content with tags also or
b) split content by DOM (if it is possible) and get 3 different parts
[/snip]
The DOM only exists in the browser, it really i
> http://www.php.net/explode
I know it, but when I get content of by $cols->item(0)->nodeValue, it is
without tags. So I need to:
a) get content with tags also or
b) split content by DOM (if it is possible) and get 3 different parts
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
[snip]
Hi, does anybody know, how can I parse (by DOMDocument::loadHTMLFile)
content of tag, containing string in 3 rows ()? I need it to
split to 3 strings.
[/snip]
http://www.php.net/explode
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi, does anybody know, how can I parse (by DOMDocument::loadHTMLFile) content
of tag, containing string in 3 rows ()? I need it to split to 3
strings.
Thanks. Fanda
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
6 matches
Mail list logo