Jesus M. Salvo Jr. wrote:


What I have so far is:

//meta/[EMAIL PROTECTED]'Subject']

... but that will return me the META node itself if it has a "name" attribute with a value of "Subject".


Sorry ... that was meant to be:

//[EMAIL PROTECTED]'Subject']



Can you do something like this?

( //meta/[EMAIL PROTECTED]'Subject'] )/@content


... and that one to be:

( //[EMAIL PROTECTED]'Subject'] )/@content


... if this one is valid at all




Reply via email to