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

Removing the character '&' from config.xml #109

Merged
merged 1 commit into from
Feb 1, 2017

Conversation

FrancescoMussi
Copy link
Contributor

@FrancescoMussi FrancescoMussi commented Jan 24, 2017

I change '&' with 'and' because that character may create problems while parsing the config.xml

In my Ionic2 project I had to remove ios and put it back.
But I couldn't do it because of this error:

Error parsing /Applications/my_project/alpha7/plugins/cordova-plugin-nativeaudio/plugin.xml. Error: Invalid character in entity name Line: 8 Column: 54

After changing '&' with 'and' everything worked out fine.

I change '&' with 'and' because that character may creates problems while parsing the config.xml

In my Ionic2 project I had to remove ios and put it back.
But I couldn't do it because of this error:

`Error parsing /Applications/my_project/alpha7/plugins/cordova-plugin-nativeaudio/plugin.xml.
Error: Invalid character in entity name
Line: 8
Column: 54`

After changing '&' with 'and' everything worked out fine.
@didlich
Copy link

didlich commented Jan 24, 2017

+1
seems to be similar to #94
same here: http://www.saintsatplay.com/blog/2016/04/resolving-ionic-app-invalid-character-entity-warning-on-android#.WId9VGeIfRY

maybe we can merge the PRs and fix it with masked "&" instead of "and"

This was referenced Jan 24, 2017
@floatinghotpot floatinghotpot merged commit b03617b into floatinghotpot:master Feb 1, 2017
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

3 participants