Update the builder as well

This commit is contained in:
Erjan Gavalji
2015-11-09 15:11:43 +02:00
parent e5741b0eb1
commit 28d3992e32

View File

@ -176,7 +176,7 @@ function parseInternal(value: string, context: any): componentBuilder.ComponentM
}, true);
if (types.isString(value)) {
value = value.replace(/xmlns=("|')http:\/\/www.nativescript.org\/tns.xsd\1/, "");
value = value.replace(/xmlns=("|')http:\/\/schemas.nativescript.org\/tns.xsd\1/, "");
xmlParser.parse(value);
}