Skip to content

Can we convert the tagname to camel case? #453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 of 4 tasks
dotku opened this issue Apr 19, 2022 · 3 comments
Closed
2 of 4 tasks

Can we convert the tagname to camel case? #453

dotku opened this issue Apr 19, 2022 · 3 comments

Comments

@dotku
Copy link

dotku commented Apr 19, 2022

  • Are you running the latest version?
  • Have you included sample input, output, error, and expected output?
  • Have you checked if you are using correct configuration?
  • Did you try online tool? // can't visit

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
Copy link

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
Copy link
Member

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

@erkie
Copy link
Contributor

erkie commented Jul 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants