Skip to content

Commit

Permalink
Update 3.XMLBuilder.md (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
xionnon committed Dec 8, 2023
1 parent ba36034 commit 940a142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v4/3.XMLBuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const options = {
unpairedTags: ["unpaired"]
};
const parser = new XMLParser(options);
const result = parser.parse(xmlDataStr);
const result = parser.parse(xmlData);

const builder = new XMLBuilder(options);
const output = builder.build(result);
Expand Down Expand Up @@ -462,4 +462,4 @@ Output



[> Next: XmlValidator](./4.XMLValidator.md)
[> Next: XmlValidator](./4.XMLValidator.md)

0 comments on commit 940a142

Please sign in to comment.