1.6.14 • Published 6 years ago

@jackens/format-xml v1.6.14

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

format-xml

‘format-xml’ simply formats xml. Works in both Node.js and the browser. Lightweight. No dependencies.

Install

NPM

npm install @jackens/format-xml

CDN

<script type="text/javascript" src="https://cdn.rawgit.com/jackens/format-xml/master/format-xml.js"></script>

or

<script type="text/javascript" src="https://cdn.rawgit.com/jackens/format-xml/master/format-xml.min.js"></script>

or

<script type="text/javascript" src="https://unpkg.com/@jackens/format-xml/format-xml.js"></script>

or

<script type="text/javascript" src="https://unpkg.com/@jackens/format-xml/format-xml.min.js"></script>

Usage

var formatXml = require('@jackens/format-xml')

formatXml(someXmlString, options)

Defaults:

{
  indent: '  ',
  caseInsensitiveTags: false,
  caseInsensitiveAttributes: false
}

More usage examples: https://github.com/jackens/format-xml/blob/master/test.js.

1.6.14

6 years ago

1.6.11

6 years ago

1.5.25

6 years ago

1.5.24

6 years ago

1.5.23

6 years ago

1.5.21

6 years ago

1.5.20

6 years ago

1.5.18

6 years ago

1.5.17

6 years ago

1.5.7

6 years ago

1.5.6

6 years ago

1.4.28

6 years ago

1.4.27

6 years ago