Skip to content

Commit ea88577

Browse files
committed
Committed by npm script.
1 parent 138ac86 commit ea88577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The below options are applicable for both `xml2js()` and `xml2json()` functions.
188188
|:--------------------|:--------|:------------|
189189
| `compact` | `false` | Whether to produce detailed object or compact object. |
190190
| `trim` | `false` | Whether to trim whitespace characters that may exist before and after the text. |
191-
| `sanitize` (Deprecated) | `false` | Whether to replace `&` `<` `>` with `&amp;` `&lt;` `&gt;` respectively, in the resultant text. |
191+
| `sanitize` ([Deprecated](https://github.com/nashwaan/xml-js/issues/26)) | `false` | Whether to replace `&` `<` `>` with `&amp;` `&lt;` `&gt;` respectively, in the resultant text. |
192192
| `nativeType` | `false` | Whether to attempt converting text of numerals or of boolean values to native type. For example, `"123"` will be `123` and `"true"` will be `true` |
193193
| `addParent` | `false` | Whether to add `parent` property in each element object that points to parent object. |
194194
| `alwaysArray` | `false` | Whether to always put sub element, even if it is one only, as an item inside an array. `<a><b/></a>` will be `a:[{b:[{}]}]` rather than `a:{b:{}}` (applicable for compact output only). |

0 commit comments

Comments
 (0)