mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +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);
|
}, true);
|
||||||
|
|
||||||
if (types.isString(value)) {
|
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);
|
xmlParser.parse(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user