<item> <g:id>NS60</g:id> <g:title>Disc Lock</g:title>' </item>
How do I get the id and title value on this example since it got a colon? I'm doing this on Google Sheet using the 'importxml' function.
I've tried '//title/@g:id' to no avail.
<item> <g:id>NS60</g:id> <g:title>Disc Lock</g:title>' </item>
How do I get the id and title value on this example since it got a colon? I'm doing this on Google Sheet using the 'importxml' function.
I've tried '//title/@g:id' to no avail.