Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 287 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 287 Bytes

jquery.indentxml

A plugin to indent well-formed, HTML-encoded XML code. Perfect to mix with google-code-prettify for XML code!

Example

$.indentxml("<a>\n<b/>\n</a>");

outputs:

<a> <b/> </a>