Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nashwaan/xml-js
Browse files Browse the repository at this point in the history
  • Loading branch information
nashwaan committed Dec 12, 2017
2 parents 230369f + 3a231a8 commit c7d38a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -158,7 +158,7 @@ The below options are applicable for both `js2xml()` and `json2xml()` functions.

| Option | Default | Description |
|:----------------------|:--------|:------------|
| `spaces` | `0` | Number of spaces to be used for indenting XML output. Passing characters like `' '` or `'\t'` are also accpeted. |
| `spaces` | `0` | Number of spaces to be used for indenting XML output. Passing characters like `' '` or `'\t'` are also accepted. |
| `compact` | `false` | Whether the *input* object is in compact form or not. |
| `fullTagEmptyElement` | `false` | Whether to produce element without sub-elements as full tag pairs `<a></a>` rather than self closing tag `<a/>`. |
| `indentCdata` | `false` | Whether to write CData in a new line and indent it. Will generate `<a>\n <![CDATA[foo]]></a>` instead of `<a><![CDATA[foo]]></a>`. See [discussion](https://github.com/nashwaan/xml-js/issues/14) |
Expand Down

0 comments on commit c7d38a1

Please sign in to comment.