mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Update the builder as well
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user