@azure/core-xml
Advanced tools
Comparing version 1.4.5-alpha.20250213.6 to 1.4.5-alpha.20250214.8
@@ -23,3 +23,3 @@ "use strict"; | ||
function getParserOptions(options = {}) { | ||
return Object.assign(Object.assign({}, getCommonOptions(options)), { parseAttributeValue: false, parseTagValue: false, attributeNamePrefix: "", stopNodes: options.stopNodes, processEntities: true }); | ||
return Object.assign(Object.assign({}, getCommonOptions(options)), { parseAttributeValue: false, parseTagValue: false, attributeNamePrefix: "", stopNodes: options.stopNodes, processEntities: true, trimValues: false }); | ||
} | ||
@@ -26,0 +26,0 @@ /** |
@@ -19,3 +19,3 @@ // Copyright (c) Microsoft Corporation. | ||
function getParserOptions(options = {}) { | ||
return Object.assign(Object.assign({}, getCommonOptions(options)), { parseAttributeValue: false, parseTagValue: false, attributeNamePrefix: "", stopNodes: options.stopNodes, processEntities: true }); | ||
return Object.assign(Object.assign({}, getCommonOptions(options)), { parseAttributeValue: false, parseTagValue: false, attributeNamePrefix: "", stopNodes: options.stopNodes, processEntities: true, trimValues: false }); | ||
} | ||
@@ -22,0 +22,0 @@ /** |
@@ -19,3 +19,3 @@ // Copyright (c) Microsoft Corporation. | ||
function getParserOptions(options = {}) { | ||
return Object.assign(Object.assign({}, getCommonOptions(options)), { parseAttributeValue: false, parseTagValue: false, attributeNamePrefix: "", stopNodes: options.stopNodes, processEntities: true }); | ||
return Object.assign(Object.assign({}, getCommonOptions(options)), { parseAttributeValue: false, parseTagValue: false, attributeNamePrefix: "", stopNodes: options.stopNodes, processEntities: true, trimValues: false }); | ||
} | ||
@@ -22,0 +22,0 @@ /** |
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.4.5-alpha.20250213.6", | ||
"version": "1.4.5-alpha.20250214.8", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -5,0 +5,0 @@ "sdk-type": "client", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73327