I am using find-file-at-point and it stubbornly selects incorrect file name string in NXML mode:
String where I have cursor on the file name:
<include>my-file.ext</include>
and when evaluating: (ffap-string-at-point)
it selects ">my-file.ext</include
".
Is there some simple way to tell ffap that '<' and '>' are NOT part of the file name?
Thanks, this is driving me crazy.