diff --git a/ui/builder/builder.ts b/ui/builder/builder.ts index f292c4ae6..f14b8a408 100644 --- a/ui/builder/builder.ts +++ b/ui/builder/builder.ts @@ -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); }