You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Piyush Hari (JIRA)" <ji...@apache.org> on 2015/11/03 06:57:27 UTC

[jira] [Updated] (CB-9940) plugin.xml is malformed XML

     [ https://issues.apache.org/jira/browse/CB-9940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piyush Hari updated CB-9940:
----------------------------
    Description: 
plugin.xml uses {{m3}} namespace in its {{<m3:Capability>}} tag but the namespace itself is not declared. Thus, plugin.xml is malformed and therefore any attempts to unmarshall this XML will fail.

The fix is as easy as adding the following attribute and value to the root tag.

{{xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest"}}

  was:
plugin.xml uses {{m3}} namespace in its {{<m3:Capability>}} tag but the namespace itself is not declared. Thus, pugin.xml is malformed and therefore any attempts to unmarshall this XML will fail.

The fix is as easy as adding the following attribute and value to the root tag.

{{xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest"}}


> 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 uses {{m3}} namespace in its {{<m3:Capability>}} tag but the namespace itself is not declared. Thus, plugin.xml is malformed and therefore any attempts to unmarshall this XML will fail.
> The fix is as easy as adding the following attribute and value to the root tag.
> {{xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest"}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org