While using xpath,
do we need to have a document name space aware to be able to use local-name
"//*[local-name()='Example']"
Form the tests I performed looks like it does not play a role, but this raises another question.
Does xpath care if the document is namespace aware or not ? Any pointer to rights docs or resources is appreciated. Thanks