Hallo,
Ich habe die Ausdrücke und die Page mit diesem online Tool getestet:
http://www.futurelab.ch/xmlkurs/xpath.de.html
/html
/html/@xmlns
//p
/html/body/div/p[@id='USA']
Wenn gar nicht anderes geht:
/*[local-name() = 'html']
/*[local-name() = 'html']/@xmlns
//*[local-name() = 'p']
/*[local-name() = 'html']/*[local-name() = 'body']/*[local-name() = 'div']/*[local-name() = 'p'][@id='USA']
Grüße
Thomas