Skip to content
Snippets Groups Projects
Commit c92aaf92 authored by Manlio Bacco's avatar Manlio Bacco
Browse files

fixed namespaces

parent eab829b7
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,7 @@ public class MPA {
String r = "";
r = r.concat("<?xml version='1.0' encoding='UTF-8'?>" +
"<aal-uapp xmlns='http://universaal.org/aal-uapp/v1.0.0' " +
"xmlns:"+Page.KARAF_NAMESPACE+"='http://karaf.apache.org/xmlns/features/v1.0.0' " +
"xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' " +
"xsi:schemaLocation='http://universaal.org/aal-uapp/v1.0.0 AAL-UAPP.xsd'>");
r = r.concat(Page.HEADER_DESCRIPTOR);
r = r.concat(aal_uapp.getXML());
r = r.concat("</aal-uapp>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment