[
https://issues.apache.org/jira/browse/CB-9940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14998569#comment-14998569
]
ASF subversion and git services commented on CB-9940:
-----------------------------------------------------
Commit ea696a0b36ce5e6f26cd242a38cbaf3b8edf5b78 in cordova-plugin-contacts's
branch refs/heads/master from [~piyush.hari]
[
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=ea696a0
]
[CB-9940] Adding namespace declarations for m3 and uap to plugin.xml. This
closes #82
> plugin.xml is malformed XML
> ---------------------------
>
> Key: CB-9940
> URL: https://issues.apache.org/jira/browse/CB-9940
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Contacts
> Affects Versions: 1.1.0
> Reporter: Piyush Hari
>
> plugin.xml is malformed. This prevents unmarshallling.
> *Cause*
> * {{m3}} namespace prefix is used in {{<m3:Capability>}} tag but the
> namespace is not declared.
> * {{uap}} namespace prefix is used in {{<uap:Capability>}} tag but the
> namespace is not declared.
> *Suggested Fix*
> The fix is as easy as adding the following namespace declarations to the
> {{plugin}} element :
> * {{xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest"}}
> * {{xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]