NaturalIntelligence / fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.
https://naturalintelligence.github.io/fast-xml-parser/
MIT License
2.56k stars 306 forks source link

Can we convert the tagname to camel case? #453

Closed dotku closed 2 years ago

dotku commented 2 years ago

Description

Want to display camelCase output

Input

    <Equipment>
        <EquipmentHeader>
            <OemName>Hydrema</OemName>
            <Model>912F</Model>
        </EquipmentHeader>
    </Equipment>

Output

Equipment.EquipmentHeader...

Expected Output

equipment.equipmentHeader...

github-actions[bot] commented 2 years ago

I'm glad you find this repository helpful. I'll try to address your issue ASAP. You can watch the repo for new changes or star it.

amitguptagwl commented 2 years ago

This feature is not implemented yet due the API designs for this requirement is finalize yet.

erkie commented 2 years ago

This can be closed now with the merged PR #469 😀