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

Remove bad whitespace from XML #25

Closed
wants to merge 1 commit into from
Closed

Remove bad whitespace from XML #25

wants to merge 1 commit into from

Conversation

johnf
Copy link
Contributor

@johnf johnf commented Oct 24, 2012

The new lines in the code were causing the actual XML to look like
xsi:schemaLocation="http://moowww.openarchives.org/OAI/2.0/
 http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"

Notice the

This was causing us some validation errors.

The new lines in the code were causing the actual XML to look like
xsi:schemaLocation="http://moowww.openarchives.org/OAI/2.0/
       http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"

Notice the 


This was causing us some validation errors.
@tjdett
Copy link
Contributor

tjdett commented Oct 24, 2012

There's already a fix for this in #22. Could you confirm if that works for you?

@johnf
Copy link
Contributor Author

johnf commented Oct 24, 2012

Yup that would be fine, I've also fixed it in one other place in the code base and in some comments though.

tjdett added a commit to tjdett/ruby-oai that referenced this pull request Oct 24, 2012
@tjdett tjdett closed this Oct 24, 2012
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

Successfully merging this pull request may close these issues.

None yet

2 participants