Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== XML Pretty Print ====== The plug-in extends standard formatting functionality (Edit.FormatAll, Edit.FormatSelection) for XML based syntaxes. As formating engine based on code for beautifing of XML by [[https://github.com/vkiryukhin|Vadim Kiryukhin]]. So, if you want to pretty print or improve your ugly, one line, or wrongly formatted XML file (or file with syntax similar/inherited from XML as HTML, SVG or XSLT) this plugin for text editor will be useful. The plugin is seamlessly integrated, so just use common code formatting commands to get it acting - for syntaxes based on XML formatting will be automatically enhanced. Example, one line code (word wrapped) before:\\ {{:plugins:xml_unformatted.png?direct&300|XML File before formatting}} end after applying //FormatAll// (was used XML Pretty Print):\\ {{:plugins:xml_formatted.png?direct&300|XML file after beautifying}} ===== Install ===== You can install plugin directly from HippoEDIT Plugins options page (//Tools->Options->Plugins//), if you have [[online-repository:start|Online Repository]] activated or by download plugin [[installation:bundle|bundle]] directly from this page and open it with HippoEDIT. * [[http://hippoedit.com/get_file.php?id=u32-file|Download and Install HippoEDIT (if not installed already)]] * [[http://www.hippoedit.com/api/get_bundle.php?type=plugin&id=0BE253F8-BE23-4B7C-928C-38293F18C9D2|Download and Install XML Pretty Print for HippoEDIT]] ===== Supported syntaxes ===== [[http://xml-editor.hippoedit.com/|XML]], [[http://svg-editor.hippoedit.com/|SVG]], [[http://html-editor.hippoedit.com/|HTML]], [[http://xslt-editor.hippoedit.com/|XSLT]] ===== More ===== * For details about integration, you can ask on [[http://forum.hippoedit.com/add-ons-tools-plugins/xml-pretty-print/|forum]]. * For details about formatting rules/exception you can ask here: [[http://www.eslinstructor.net/vkbeautify/|vkBeautify]] #plugin