In xmlstarlet how can I select the value of the xmlns attribute?
I tried with
xml sel -t -v //@xmlns input.xml
but didn't get any result. On the other hand
xml sel -t -v //@id input.xml
prints all ids as expected. Do I need to prefix xmlns with some namespace? If yes, which is it?