Skip to content

Fix for xml processing instructions - #29

Open
Rojuinex wants to merge 2 commits into
dylang:masterfrom
Rojuinex:master
Open

Fix for xml processing instructions#29
Rojuinex wants to merge 2 commits into
dylang:masterfrom
Rojuinex:master

Conversation

@Rojuinex

@RojuinexRojuinex commented Jul 3, 2016

Copy link
Copy Markdown

As all XML processing instructions begin with a '?' in their name, I modified xml#format to use a '?' instead of a '/' when closing a tag. This also means that xml#addXmlDeclaration no longer needs to manually replace the trailing '/' for the xml declaration.

https://www.w3.org/TR/xml11/#sec-pi

Fixes#35

@Rojuinex

Copy link
Copy Markdown
Author

Any reason this hasn't been merged yet?

Sign up for freeto 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.

1 participant

@Rojuinex