diff --git a/docs/v5/1. Getting Started.md b/docs/v5/1.Getting Started.md similarity index 100% rename from docs/v5/1. Getting Started.md rename to docs/v5/1.Getting Started.md diff --git a/docs/v5/2. Features.md b/docs/v5/2.Features.md similarity index 96% rename from docs/v5/2. Features.md rename to docs/v5/2.Features.md index c8fbe79c..aa86c400 100644 --- a/docs/v5/2. Features.md +++ b/docs/v5/2.Features.md @@ -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 \ No newline at end of file +- many to be listed diff --git a/docs/v5/3. Options.md b/docs/v5/3.Options.md similarity index 99% rename from docs/v5/3. Options.md rename to docs/v5/3.Options.md index ede9605b..b7831a60 100644 --- a/docs/v5/3. Options.md +++ b/docs/v5/3.Options.md @@ -116,4 +116,4 @@ const parser = new XMLParser(parserOptions); let result = parser.parse(xmlData); console.log(JSON.stringify(result,null,4)); -``` \ No newline at end of file +``` diff --git a/docs/v5/4. OutputBuilders.md b/docs/v5/4.OutputBuilders.md similarity index 100% rename from docs/v5/4. OutputBuilders.md rename to docs/v5/4.OutputBuilders.md diff --git a/docs/v5/5. ValueParsers.md b/docs/v5/5.ValueParsers.md similarity index 100% rename from docs/v5/5. ValueParsers.md rename to docs/v5/5.ValueParsers.md