Skip to content

asad-ali-bhatti/jquery.indentxml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A plugin to indent well-formed, HTML-encoded XML code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%