insomnia-plugin-cdata-xml-response
v1.0.1
Published
This plugin removes the CDATA tags from server responses that returns a XML within it.
Downloads
5
Maintainers
Readme
Insomnia Plugin CDATA-XML
This plugin removes the CDATA tags from server responses that returns a XML within it.
🚀 Installation
Via NPM
Access the
Application > Preferences
menu and then select thePlugins
tab;Enter the plugin name
insomnia-plugin-cdata-xml-response
and clickInstall Plugin
;After installed, mark the checkbox that says
ENABLE
;
OR... via Download
Download this repository or clone it into your computer;
Unzip it (if necessary) into a folder of the same name;
Access the
Application > Preferences
menu and then select thePlugins
tab;Click on
Reveal Folder
for it to open on File Explorer;Copy the recently downloaded folder
insomnia-plugin-cdata-xml-response
into:
"C:\Users\<your_user_name>\AppData\Roaming\Insomnia\plugins"
After copying the plugin folder, go to the
Plugins
tab again and mark the checkbox that saysENABLE
;Close the Preferences window, then click on
Tools > Reload Plugins
for it to activate, and voilà!
🤝 Acknowledgments
Thanks to Godrix and his plugin insomnia-plugin-xml-json-response, as it was the main motivation (as well as code source inspiration) for me to make my plugin! ❤