I do not have an answer to XPath requests; Sorry. But you can try Icicles to search for the search keys Ms Ms x
and Ms Ms x
( icicle-search-xml-element
and icicle-search-xml-element-text-node
).
This allows you to search for content and text()
nodes, respectively, of top-level XML elements whose names match the regular expression that you provide.
For icicle-search-xml-element
can be any of these forms:
<ELEMENTNAME>...</ELEMENTNAME>
<ELEMENTNAME ATTRIBUTE1="..."...>...</ELEMENTNAME>
<ELEMENTNAME/>
<ELEMENTNAME ATTRIBUTE1="...".../>
You can also select a search rather than search contexts. defined by the regular expression-name-name of the element, but non-contexts, that is, buffer text that is outside such elements. To do this, use `CM- ~ 'at the time of completion. (This is a switch, and this only affects the future of the search command, not the current one.)
For icicle-search-xml-element-text-node
top-level matching elements must not have attributes. Only the top-level elements of the form <ELEMENTNAME>...</ELEMENTNAME>
are matched.
NTN.
source share