Skip to content
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

GIs and attribute names in embedded xml are converted to lower case #310

Closed
cabo opened this issue Feb 16, 2016 · 3 comments
Closed

GIs and attribute names in embedded xml are converted to lower case #310

cabo opened this issue Feb 16, 2016 · 3 comments
Assignees
Labels

Comments

@cabo
Copy link
Contributor

cabo commented Feb 16, 2016

I haven't fully analyzed this, but I note that kramdown is less useful with embedded XML as all GIs (element names) and attribute names are converted to lower case. Quite a few authors of XML schemas think these can only be considered profeSsiOnal wHen thEy uSe a loT of CamelCase.

@gettalong gettalong self-assigned this Feb 17, 2016
@gettalong gettalong added the bug label Feb 17, 2016
@gettalong
Copy link
Owner

Thanks for the observation - since XML tags/attribute names are case-sensitive this is actually unwanted behavior.

I originally thought only of HTML tags/attribute names and those are case-insensitive, so this is definitely a bug to be fixed.

@gettalong
Copy link
Owner

This will take a bit of tinkering since HTML is case-insensitive. So the HTML tags need to be parsed case-insensitive and the XML ones case sensitive.

@gettalong
Copy link
Owner

@cabo The fix for this is in the repository and will be in the next version due later today.

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

No branches or pull requests

2 participants