I want to understand a difference between execution of evaluation when-
- Document object's setNameSpaceAware and isValidating is set to true- In this case, I understand that if my XML uses a namespace, then I need to set NameSpaceContext. If I do not set NameSpaceContext, how does evaluate method work/ handle this condition?
- Document object's setNameSpaceAware and isValidating is set to false- What happens exactly if these 2 are set to false?
(This question could be linked to an issue mentioned in this question.)