emacs xpath xml xslt

vpsindina37

New Member
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. \[code\]M-x get-xpath\[/code\]) 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. \[code\]M-x run-xslt-transformation /path/to/file/transform_01.xslt\[/code\]) to run an XSLT transformation on current bufferCan someone help me with configuring my emacs, please?best regards,Lukaszhttp://www.wasthere.com ;)
 
Back
Top