This is a follow up question to this previous question: 
Note:
In the URL, it seems that there are 2
CPV_CODEtags. If you want to retrieve<CPV_CODE CODE="90524200"/>, how about the following formula?=IMPORTXML(A1,"//*[local-name()='CPV_ADDITIONAL']/*[local-name()='CPV_CODE']/@CODE")Or
=IMPORTXML(A1,"//*[local-name()='CPV_ADDITIONAL']//@CODE")
