Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/v5/2. Features.md → docs/v5/2.Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- **Output Builder**: Many projects want a different parsing result. Some wants to group the attributes, some wants to skip an attribute or tag, some wants index number with each property, and some wants to group some properties in array. So FXP v5 come up with 3 output builders. User can customize their behavior and use their own custom builder too.
- You can control the sequence of value parsing for a tag or attribute
- You can pass a string or bytes array as input.
- many to be listed
- many to be listed
2 changes: 1 addition & 1 deletion docs/v5/3. Options.md → docs/v5/3.Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ const parser = new XMLParser(parserOptions);
let result = parser.parse(xmlData);

console.log(JSON.stringify(result,null,4));
```
```
File renamed without changes.
File renamed without changes.