html5 - code to edit jmeter jmx file in html -
i working on application want open jmeter test plan (.jmx file) in html5 page can opened/edited in web browser. please guide me best approach , technologies use. considering javascript , jquery purpose.
any suggestion or guidance great help.
thanks
my first idea online xml editor must exist.
open url , place file on load url work on xml nodes , save later result on button download.
complete example here http://codebeautify.org/xmlviewer/cbf7710f
the other idea had load xml on jquery mentioned. place content on textbox , edit it. after copy-paste editor , save it.
use example http://www.jquerybyexample.net/2012/04/read-and-process-xml-using-jquery-ajax.html
Comments
Post a Comment