Skip to content

Commit

Permalink
Rename v5 docs filenames (#659)
Browse files Browse the repository at this point in the history
* Rename 1. Getting Started.md to 1.Getting Started.md

* Rename 2. Features.md to 2.Features.md

* Rename 3. Options.md to 3.Options.md

* Rename 4. OutputBuilders.md to 4.OutputBuilders.md

* Rename 5. ValueParsers.md to 5.ValueParsers.md
  • Loading branch information
amitguptagwl committed Jun 16, 2024
1 parent 96f7501 commit c762537
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
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.

0 comments on commit c762537

Please sign in to comment.