2.0.0 • Published 1 year ago

simple-xml-converter v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

Simple XML Converter

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

import SimpleXmlConverter from 'simple-xml-converter';

// without indentation
const xmlString = SimpleXmlConverter.toXml(someObject);

// with indentation of 4 spaces
const 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

2.0.0

1 year ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago