On 9/8/03 5:11 PM, John Huntjens wrote:
Is this function working?
yes.

see:

http://bugs.php.net/bug.php?id=17629
http://bugs.php.net/bug.php?id=16647

for details

chregu


Test program:


$dom = new domDocument();
$dom->load("test.xml");
$node = $dom->getElementById("id1");
print_r($node);

Test file:

<?xml version="1.0" encoding="utf-8"?>
<test>
 <el1 id="id1"/>
 <el2 id="id2"/>
</test>

It seems to me that always a emty object is returned?


-- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to