On Sat, 17 Jan 2004, Sterling Hughes wrote: > namespace accesses are now soley URI based as opposed to prefix based.
Sterling -- This patch breaks xpath() because you can no longer access nodes in a default namespace. You *need* to register a prefix for them or XPath thinks you're searching for nodes in the global namespace, not the default namespace. Maybe we change the method to xpath_register_ns(), so it's clear this only works for xpath()? -adam -- [EMAIL PROTECTED] author of o'reilly's php cookbook avoid the holiday rush, buy your copy today! -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
