1.1.5 • Published 5 years ago

simple-xml-converter v1.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Simple XML Converter Build Status

npm version Dependency Status

Simple XML Converter is a Javascript module which converts javascript objects to simple xml strings.

Installation

Run this command:

$ npm install simple-xml-converter --save

Example

var simpleXmlConverter = require('simple-xml-converter');

// without indentation
var xmlString = simpleXmlConverter.toXml(someObject);

// with indentation of 4 spaces
var xmlString = simpleXmlConverter.toXml(someObject, 4);

Versioning

Simple XML Converter follows Semantic Versioning 2.0.0

Contributing

  1. Fork it!
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create new Pull Request

Author

Dimitri König (@dimitrikoenig)

License

The Simple Vertec Api is open-sourced software licensed under the MIT license

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago