PHP DOMXPath Gives Empty String For /@ID
Simplified HTML 0177-4066356
Lowercase ID
at the very end of your path expression:
//a[contains(@id,':j_id504')]/@id
I doubt that Firebug returns an uppercase ID
when in the actual HTML there is none.
Post a Comment for "PHP DOMXPath Gives Empty String For /@ID"