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

Switch order of "xmlns" and prefix in XML::Builder#namespace #6743

Merged
merged 1 commit into from
Sep 19, 2018

Conversation

mariakimheinert
Copy link
Contributor

Changed order of "xmlns" and prefix in XML::Builder#namespace so that the function produces a valid namespace declaration of the formxmlns:prefix="URI" (https://www.w3schools.com/xml/xml_namespaces.asp), rather than prefix:xmlns="URI".

@mariakimheinert mariakimheinert changed the title switching the order of "xmlns" and prefix in XML::Builder#namespace Switching the order of "xmlns" and prefix in XML::Builder#namespace Sep 18, 2018
@mariakimheinert mariakimheinert changed the title Switching the order of "xmlns" and prefix in XML::Builder#namespace Switch order of "xmlns" and prefix in XML::Builder#namespace Sep 18, 2018
@bcardiff bcardiff added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib labels Sep 18, 2018
@bcardiff bcardiff added this to the 0.27.0 milestone Sep 18, 2018
@RX14 RX14 merged commit 421497e into crystal-lang:master Sep 19, 2018
ezrast pushed a commit to ezrast/crystal that referenced this pull request Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants