I am using Emacs to develop some applications which work on XML documents, and I want to configure it to achieve the following goals:
When I am editing XML document, I want to have the possibility to invoke some function (e.g.
M-x get-xpath) to get the xpath of element where cursor is currently placed.When I am editing an XML document, I want to have the possibility to invoke some function (e.g.
M-x run-xslt-transformation /path/to/file/transform_01.xslt) to run an XSLT transformation on current buffer
Can someone help me with configuring my emacs, please?
best regards, Lukasz http://www.wasthere.com ;)