We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ae596 commit a44bad4Copy full SHA for a44bad4
README.md
@@ -182,7 +182,7 @@ var xml = builder.buildObject(obj);
182
```
183
will result in:
184
185
-```
+```xml
186
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
187
<root>
188
<name>Super</name>
@@ -206,7 +206,7 @@ var builder = new xml2js.Builder();
206
var xml = builder.buildObject(obj);
207
208
209
210
211
<root id="my id">my inner text</root>
212
0 commit comments