microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
980 stars 207 forks source link

Add strings to existing text, using Xpath #256

Open Pierre-de-la-Verre opened 1 year ago

Pierre-de-la-Verre commented 1 year ago

(Seem to be similar to #53 )

I want to

Searching would be done with Xpath, e.g. with "/PLAY/ACT/SCENE[1]/SPEECH[1]/SPEAKER/text()" for Hamlet.xml. But how to add the prefix to the found text?

lovettchris commented 1 year ago

Yep, this is an extension of https://github.com/microsoft/XmlNotepad/issues/53 I agree this would be handy.