As I can remember, DOMDocument::getElementsByTagNameNS can do this.
You can use "*" as namespace to match all.

Regards,
Wentao


----- Original Message ----- From: "frofis" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, August 31, 2007 8:39 AM
Subject: getElementsByTagName


if

dV = doc->getElementsByTagName(L"ED211")->item(0);

find element <ED211, bat not find <pr:ED211

Whether there is a simple way to find all elements with a prefix and without
not touching space of names


Reply via email to