Amit K Gupta

Results 284 comments of Amit K Gupta
trafficstars

Have you checked by disallowing boolean attributes?

Please try it from the code. I'm not sure if the CLI is updated with all the options. This [docs](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/docs/v4/4.XMLValidator.md) can help you. ```js const {XMLValidator} = require("fast-xml-parser"); const result...

As I remember, The validator has no check for xml description tag. same with v5

Online demo was initially designed for just to demo some capabilities of the application to the new users without being aware with configuration. However, there are so many features added...

These changes seems fine to me. I've to think more on option name, if something else be more concise.

@moki I'm just wondering if we should name it as "margin". It might not be a good suggestion so I'm thinking more like in this way.

`indentPrefix` looks good but may confuse users that it might be used everytime. `startIndent` in itself is not explanatory. Let me think more like `marginLevel` or something else.

@moki Sorry I was on a long vacation and now sick. I'll check it back as soon as I feel little good.

Hey @moki , I've completed the major development of v5 of this library few weeks back. Hence, I'm avoiding any change in the current version of library until or unless...

Hi @moki, thought v5 is supposed to support many awaited features, it's speed is downgraded by 4-5 times. I have few ideas of improving it by shifting to old js...