diff --git a/src/libraries/System.Xml/src/Resources/XmlUtils.Res.Designer.cs b/src/libraries/System.Xml/src/Resources/XmlUtilsRes.Designer.cs similarity index 64% rename from src/libraries/System.Xml/src/Resources/XmlUtils.Res.Designer.cs rename to src/libraries/System.Xml/src/Resources/XmlUtilsRes.Designer.cs index 8caa4011cd9f10d1a867bf45d2d7703e939449a2..4cecca38bf1f75f9ce8722bddbb352a77708fb35 100644 --- a/src/libraries/System.Xml/src/Resources/XmlUtils.Res.Designer.cs +++ b/src/libraries/System.Xml/src/Resources/XmlUtilsRes.Designer.cs @@ -14,31 +14,33 @@ namespace System.Xml.Utils { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Res { + internal class XmlUtilsRes { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; - internal Res() { + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal XmlUtilsRes() { } /// - /// Returns the cached ResourceManager instance used by this class. + /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Xml.Utils.Res", typeof(Res).GetTypeInfo().Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Xml.Resources.XmlUtilsRes", typeof(XmlUtilsRes).GetTypeInfo().Assembly); resourceMan = temp; } return resourceMan; @@ -46,8 +48,8 @@ internal class Res { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { @@ -60,7 +62,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Collation option '{0}' is invalid. Options must have the following format: <option-name>=<option-value>.. + /// Looks up a localized string similar to Collation option '{0}' is invalid. Options must have the following format: <option-name>=<option-value>.. /// internal static string Coll_BadOptFormat { get { @@ -69,7 +71,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The collation '{0}' is not supported.. + /// Looks up a localized string similar to The collation '{0}' is not supported.. /// internal static string Coll_Unsupported { get { @@ -78,7 +80,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Collation language '{0}' is not supported.. + /// Looks up a localized string similar to Collation language '{0}' is not supported.. /// internal static string Coll_UnsupportedLanguage { get { @@ -87,7 +89,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Unsupported option '{0}' in collation.. + /// Looks up a localized string similar to Unsupported option '{0}' in collation.. /// internal static string Coll_UnsupportedOpt { get { @@ -96,7 +98,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Collation option '{0}' cannot have the value '{1}'.. + /// Looks up a localized string similar to Collation option '{0}' cannot have the value '{1}'.. /// internal static string Coll_UnsupportedOptVal { get { @@ -105,7 +107,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Unsupported sort option '{0}' in collation.. + /// Looks up a localized string similar to Unsupported sort option '{0}' in collation.. /// internal static string Coll_UnsupportedSortOpt { get { @@ -114,7 +116,7 @@ internal class Res { } /// - /// Looks up a localized string similar to QIL Validation Error! '{0}'.. + /// Looks up a localized string similar to QIL Validation Error! '{0}'.. /// internal static string Qil_Validation { get { @@ -123,7 +125,7 @@ internal class Res { } /// - /// Looks up a localized string similar to --- End of inner exception stack trace ---. + /// Looks up a localized string similar to --- End of inner exception stack trace ---. /// internal static string Xml_EndOfInnerExceptionStack { get { @@ -132,7 +134,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An error occurred at {0}({1},{2}).. + /// Looks up a localized string similar to An error occurred at {0}({1},{2}).. /// internal static string Xml_ErrorFilePosition { get { @@ -141,7 +143,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Operation is not valid due to the current state of the object.. + /// Looks up a localized string similar to Operation is not valid due to the current state of the object.. /// internal static string Xml_InvalidOperation { get { @@ -150,7 +152,7 @@ internal class Res { } /// - /// Looks up a localized string similar to {0}. + /// Looks up a localized string similar to {0}. /// internal static string Xml_UserException { get { @@ -159,7 +161,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Ambiguous method call. Extension object '{0}' contains multiple '{1}' methods that have {2} parameter(s).. + /// Looks up a localized string similar to Ambiguous method call. Extension object '{0}' contains multiple '{1}' methods that have {2} parameter(s).. /// internal static string XmlIl_AmbiguousExtensionMethod { get { @@ -168,7 +170,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An item of type '{0}' cannot be constructed within a node of type '{1}'.. + /// Looks up a localized string similar to An item of type '{0}' cannot be constructed within a node of type '{1}'.. /// internal static string XmlIl_BadXmlState { get { @@ -177,7 +179,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Attribute and namespace nodes cannot be added to the parent element after a text, comment, pi, or sub-element node has already been added.. + /// Looks up a localized string similar to Attribute and namespace nodes cannot be added to the parent element after a text, comment, pi, or sub-element node has already been added.. /// internal static string XmlIl_BadXmlStateAttr { get { @@ -186,7 +188,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Method '{1}' of extension object '{0}' cannot be called because it has one or more ByRef parameters.. + /// Looks up a localized string similar to Method '{1}' of extension object '{0}' cannot be called because it has one or more ByRef parameters.. /// internal static string XmlIl_ByRefType { get { @@ -195,7 +197,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot query the data source object referenced by URI '{0}', because the provided XmlResolver returned an object of type '{1}'. Only Stream, XmlReader, and IXPathNavigable data source objects are currently supported.. + /// Looks up a localized string similar to Cannot query the data source object referenced by URI '{0}', because the provided XmlResolver returned an object of type '{1}'. Only Stream, XmlReader, and IXPathNavigable data source objects are currently supported.. /// internal static string XmlIl_CantResolveEntity { get { @@ -204,7 +206,7 @@ internal class Res { } /// - /// Looks up a localized string similar to White space cannot be stripped from input documents that have already been loaded. Provide the input document as an XmlReader instead.. + /// Looks up a localized string similar to White space cannot be stripped from input documents that have already been loaded. Provide the input document as an XmlReader instead.. /// internal static string XmlIl_CantStripNav { get { @@ -213,7 +215,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An error occurred while loading document '{0}'. See InnerException for a complete description of the error.. + /// Looks up a localized string similar to An error occurred while loading document '{0}'. See InnerException for a complete description of the error.. /// internal static string XmlIl_DocumentLoadError { get { @@ -222,7 +224,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An error occurred during a call to extension function '{0}'. See InnerException for a complete description of the error.. + /// Looks up a localized string similar to An error occurred during a call to extension function '{0}'. See InnerException for a complete description of the error.. /// internal static string XmlIl_ExtensionError { get { @@ -231,7 +233,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Method '{1}' of extension object '{0}' cannot be called because it is generic.. + /// Looks up a localized string similar to Method '{1}' of extension object '{0}' cannot be called because it is generic.. /// internal static string XmlIl_GenericExtensionMethod { get { @@ -240,7 +242,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Namespace nodes cannot be added to the parent element after an attribute node has already been added.. + /// Looks up a localized string similar to Namespace nodes cannot be added to the parent element after an attribute node has already been added.. /// internal static string XmlIl_NmspAfterAttr { get { @@ -249,7 +251,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot construct namespace declaration xmlns{0}{1}='{2}'. Prefix '{1}' is already mapped to namespace '{3}'.. + /// Looks up a localized string similar to Cannot construct namespace declaration xmlns{0}{1}='{2}'. Prefix '{1}' is already mapped to namespace '{3}'.. /// internal static string XmlIl_NmspConflict { get { @@ -258,7 +260,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Query requires a default data source, but no default was supplied to the query engine.. + /// Looks up a localized string similar to Query requires a default data source, but no default was supplied to the query engine.. /// internal static string XmlIl_NoDefaultDocument { get { @@ -267,7 +269,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Extension object '{0}' does not contain a matching '{1}' method that has {2} parameter(s).. + /// Looks up a localized string similar to Extension object '{0}' does not contain a matching '{1}' method that has {2} parameter(s).. /// internal static string XmlIl_NoExtensionMethod { get { @@ -276,7 +278,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Method '{1}' of extension object '{0}' cannot be called because it is not public.. + /// Looks up a localized string similar to Method '{1}' of extension object '{0}' cannot be called because it is not public.. /// internal static string XmlIl_NonPublicExtensionMethod { get { @@ -285,7 +287,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Functions may not have more than 65535 parameters.. + /// Looks up a localized string similar to Functions may not have more than 65535 parameters.. /// internal static string XmlIl_TooManyParameters { get { @@ -294,7 +296,7 @@ internal class Res { } /// - /// Looks up a localized string similar to XmlWriter cannot process the sequence returned by the query, because it contains an attribute or namespace node.. + /// Looks up a localized string similar to XmlWriter cannot process the sequence returned by the query, because it contains an attribute or namespace node.. /// internal static string XmlIl_TopLevelAttrNmsp { get { @@ -303,7 +305,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Data source '{0}' cannot be located.. + /// Looks up a localized string similar to Data source '{0}' cannot be located.. /// internal static string XmlIl_UnknownDocument { get { @@ -312,7 +314,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot find a script or an extension object associated with namespace '{0}'.. + /// Looks up a localized string similar to Cannot find a script or an extension object associated with namespace '{0}'.. /// internal static string XmlIl_UnknownExtObj { get { @@ -321,7 +323,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Supplied XsltArgumentList does not contain a parameter with local name '{0}' and namespace '{1}'.. + /// Looks up a localized string similar to Supplied XsltArgumentList does not contain a parameter with local name '{0}' and namespace '{1}'.. /// internal static string XmlIl_UnknownParam { get { @@ -330,7 +332,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Function '{0}()' must have at least {1} argument(s).. + /// Looks up a localized string similar to Function '{0}()' must have at least {1} argument(s).. /// internal static string XPath_AtLeastNArgsExpected { get { @@ -339,7 +341,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Function '{0}()' must have no more than {2} arguments.. + /// Looks up a localized string similar to Function '{0}()' must have no more than {2} arguments.. /// internal static string XPath_AtMostMArgsExpected { get { @@ -348,7 +350,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Expected end of the expression, found '{0}'.. + /// Looks up a localized string similar to Expected end of the expression, found '{0}'.. /// internal static string XPath_EofExpected { get { @@ -357,7 +359,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Only 'child' and 'attribute' axes are allowed in a pattern outside predicates.. + /// Looks up a localized string similar to Only 'child' and 'attribute' axes are allowed in a pattern outside predicates.. /// internal static string XPath_InvalidAxisInPattern { get { @@ -366,7 +368,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Function '{0}()' must have {1} argument(s).. + /// Looks up a localized string similar to Function '{0}()' must have {1} argument(s).. /// internal static string XPath_NArgsExpected { get { @@ -375,7 +377,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Argument {1} of function '{0}()' cannot be converted to a node-set.. + /// Looks up a localized string similar to Argument {1} of function '{0}()' cannot be converted to a node-set.. /// internal static string XPath_NodeSetArgumentExpected { get { @@ -384,7 +386,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Expression must evaluate to a node-set.. + /// Looks up a localized string similar to Expression must evaluate to a node-set.. /// internal static string XPath_NodeSetExpected { get { @@ -393,7 +395,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Expected a node test, found '{0}'.. + /// Looks up a localized string similar to Expected a node test, found '{0}'.. /// internal static string XPath_NodeTestExpected { get { @@ -402,7 +404,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Function '{0}()' must have {1} or {2} argument(s).. + /// Looks up a localized string similar to Function '{0}()' must have {1} or {2} argument(s).. /// internal static string XPath_NOrMArgsExpected { get { @@ -411,7 +413,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Abbreviated step '.' cannot be followed by a predicate. Use the full form 'self::node()[predicate]' instead.. + /// Looks up a localized string similar to Abbreviated step '.' cannot be followed by a predicate. Use the full form 'self::node()[predicate]' instead.. /// internal static string XPath_PredicateAfterDot { get { @@ -420,7 +422,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Abbreviated step '..' cannot be followed by a predicate. Use the full form 'parent::node()[predicate]' instead.. + /// Looks up a localized string similar to Abbreviated step '..' cannot be followed by a predicate. Use the full form 'parent::node()[predicate]' instead.. /// internal static string XPath_PredicateAfterDotDot { get { @@ -429,7 +431,7 @@ internal class Res { } /// - /// Looks up a localized string similar to To use a result tree fragment in a path expression, first convert it to a node-set using the msxsl:node-set() function.. + /// Looks up a localized string similar to To use a result tree fragment in a path expression, first convert it to a node-set using the msxsl:node-set() function.. /// internal static string XPath_RtfInPathExpr { get { @@ -438,7 +440,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Scientific notation is not allowed.. + /// Looks up a localized string similar to Scientific notation is not allowed.. /// internal static string XPath_ScientificNotation { get { @@ -447,7 +449,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Expected token '{0}', found '{1}'.. + /// Looks up a localized string similar to Expected token '{0}', found '{1}'.. /// internal static string XPath_TokenExpected { get { @@ -456,7 +458,7 @@ internal class Res { } /// - /// Looks up a localized string similar to String literal was not closed.. + /// Looks up a localized string similar to String literal was not closed.. /// internal static string XPath_UnclosedString { get { @@ -465,7 +467,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Unexpected token '{0}' in the expression.. + /// Looks up a localized string similar to Unexpected token '{0}' in the expression.. /// internal static string XPath_UnexpectedToken { get { @@ -474,7 +476,7 @@ internal class Res { } /// - /// Looks up a localized string similar to When both 'xsl:matching-string' and 'xsl:non-matching-string' elements are present, 'xsl:matching-string' element must come first.. + /// Looks up a localized string similar to When both 'xsl:matching-string' and 'xsl:non-matching-string' elements are present, 'xsl:matching-string' element must come first.. /// internal static string Xslt_AnalyzeStringChildOrder { get { @@ -483,7 +485,7 @@ internal class Res { } /// - /// Looks up a localized string similar to 'xsl:analyze-string' cannot have second child with name '{0}'.. + /// Looks up a localized string similar to 'xsl:analyze-string' cannot have second child with name '{0}'.. /// internal static string Xslt_AnalyzeStringDupChild { get { @@ -492,7 +494,7 @@ internal class Res { } /// - /// Looks up a localized string similar to 'xsl:analyze-string' must contain either 'xsl:matching-string' or 'xsl:non-matching-string' elements or both.. + /// Looks up a localized string similar to 'xsl:analyze-string' must contain either 'xsl:matching-string' or 'xsl:non-matching-string' elements or both.. /// internal static string Xslt_AnalyzeStringEmpty { get { @@ -501,7 +503,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The 'xsl:apply-imports' instruction cannot be included within the content of an 'xsl:for-each' instruction or within an 'xsl:template' instruction without the 'match' attribute.. + /// Looks up a localized string similar to The 'xsl:apply-imports' instruction cannot be included within the content of an 'xsl:for-each' instruction or within an 'xsl:template' instruction without the 'match' attribute.. /// internal static string Xslt_ApplyImports { get { @@ -510,7 +512,7 @@ internal class Res { } /// - /// Looks up a localized string similar to 'msxsl:assembly' must have either a 'name' attribute or an 'href' attribute, but not both.. + /// Looks up a localized string similar to 'msxsl:assembly' must have either a 'name' attribute or an 'href' attribute, but not both.. /// internal static string Xslt_AssemblyNameHref { get { @@ -519,7 +521,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Attribute '{0}' of 'xsl:output' cannot be defined more than once with the same import precedence.. + /// Looks up a localized string similar to Attribute '{0}' of 'xsl:output' cannot be defined more than once with the same import precedence.. /// internal static string Xslt_AttributeRedefinition { get { @@ -528,7 +530,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The value of the '{0}' attribute must be '{1}' or '{2}'.. + /// Looks up a localized string similar to The value of the '{0}' attribute must be '{1}' or '{2}'.. /// internal static string Xslt_BistateAttribute { get { @@ -537,7 +539,7 @@ internal class Res { } /// - /// Looks up a localized string similar to 'xsl:template' must have either a 'match' attribute or a 'name' attribute, or both.. + /// Looks up a localized string similar to 'xsl:template' must have either a 'match' attribute or a 'name' attribute, or both.. /// internal static string Xslt_BothMatchNameAbsent { get { @@ -546,7 +548,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot load the stylesheet object referenced by URI '{0}', because the provided XmlResolver returned an object of type '{1}'. One of Stream, XmlReader, and IXPathNavigable types was expected.. + /// Looks up a localized string similar to Cannot load the stylesheet object referenced by URI '{0}', because the provided XmlResolver returned an object of type '{1}'. One of Stream, XmlReader, and IXPathNavigable types was expected.. /// internal static string Xslt_CannotLoadStylesheet { get { @@ -555,7 +557,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot resolve the referenced document '{0}'.. + /// Looks up a localized string similar to Cannot resolve the referenced document '{0}'.. /// internal static string Xslt_CantResolve { get { @@ -564,7 +566,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The value of the '{0}' attribute must be a single character.. + /// Looks up a localized string similar to The value of the '{0}' attribute must be a single character.. /// internal static string Xslt_CharAttribute { get { @@ -573,7 +575,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Circular reference in the definition of attribute set '{0}'.. + /// Looks up a localized string similar to Circular reference in the definition of attribute set '{0}'.. /// internal static string Xslt_CircularAttributeSet { get { @@ -582,7 +584,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Stylesheet '{0}' cannot directly or indirectly include or import itself.. + /// Looks up a localized string similar to Stylesheet '{0}' cannot directly or indirectly include or import itself.. /// internal static string Xslt_CircularInclude { get { @@ -591,7 +593,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Circular reference in the definition of variable '{0}'.. + /// Looks up a localized string similar to Circular reference in the definition of variable '{0}'.. /// internal static string Xslt_CircularReference { get { @@ -600,7 +602,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The value of an 'default-collation' attribute contains no recognized collation URI.. + /// Looks up a localized string similar to The value of an 'default-collation' attribute contains no recognized collation URI.. /// internal static string Xslt_CollationSyntax { get { @@ -609,7 +611,7 @@ internal class Res { } /// - /// Looks up a localized string similar to XSLT compile error at {0}({1},{2}). See InnerException for details.. + /// Looks up a localized string similar to XSLT compile error at {0}({1},{2}). See InnerException for details.. /// internal static string Xslt_CompileError { get { @@ -618,7 +620,7 @@ internal class Res { } /// - /// Looks up a localized string similar to XSLT compile error.. + /// Looks up a localized string similar to XSLT compile error.. /// internal static string Xslt_CompileError2 { get { @@ -627,7 +629,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The 'current()' function cannot be used in a pattern.. + /// Looks up a localized string similar to The 'current()' function cannot be used in a pattern.. /// internal static string Xslt_CurrentNotAllowed { get { @@ -636,7 +638,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The '{0}' attribute of 'xsl:decimal-format' cannot be redefined with a value of '{1}'.. + /// Looks up a localized string similar to The '{0}' attribute of 'xsl:decimal-format' cannot be redefined with a value of '{1}'.. /// internal static string Xslt_DecimalFormatRedefined { get { @@ -645,7 +647,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The '{0}' and '{1}' attributes of 'xsl:decimal-format' must have distinct values.. + /// Looks up a localized string similar to The '{0}' and '{1}' attributes of 'xsl:decimal-format' must have distinct values.. /// internal static string Xslt_DecimalFormatSignsNotDistinct { get { @@ -654,7 +656,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Execution of the 'document()' function was prohibited. Use the XsltSettings.EnableDocumentFunction property to enable it.. + /// Looks up a localized string similar to Execution of the 'document()' function was prohibited. Use the XsltSettings.EnableDocumentFunction property to enable it.. /// internal static string Xslt_DocumentFuncProhibited { get { @@ -663,7 +665,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Decimal format '{0}' has a duplicate declaration.. + /// Looks up a localized string similar to Decimal format '{0}' has a duplicate declaration.. /// internal static string Xslt_DupDecimalFormat { get { @@ -672,7 +674,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The variable or parameter '{0}' was duplicated with the same import precedence.. + /// Looks up a localized string similar to The variable or parameter '{0}' was duplicated with the same import precedence.. /// internal static string Xslt_DupGlobalVariable { get { @@ -681,7 +683,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Duplicate parameter: '{0}'.. + /// Looks up a localized string similar to Duplicate parameter: '{0}'.. /// internal static string Xslt_DuplicateParametr { get { @@ -690,7 +692,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Value of parameter '{0}' cannot be specified more than once within a single 'xsl:call-template' or 'xsl:apply-templates' element.. + /// Looks up a localized string similar to Value of parameter '{0}' cannot be specified more than once within a single 'xsl:call-template' or 'xsl:apply-templates' element.. /// internal static string Xslt_DuplicateWithParam { get { @@ -699,7 +701,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The variable or parameter '{0}' was duplicated within the same scope.. + /// Looks up a localized string similar to The variable or parameter '{0}' was duplicated within the same scope.. /// internal static string Xslt_DupLocalVariable { get { @@ -708,7 +710,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Namespace URI '{0}' is declared to be an alias for multiple different namespace URIs with the same import precedence.. + /// Looks up a localized string similar to Namespace URI '{0}' is declared to be an alias for multiple different namespace URIs with the same import precedence.. /// internal static string Xslt_DupNsAlias { get { @@ -717,7 +719,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An 'xsl:choose' element can have only one 'xsl:otherwise' child.. + /// Looks up a localized string similar to An 'xsl:choose' element can have only one 'xsl:otherwise' child.. /// internal static string Xslt_DupOtherwise { get { @@ -726,7 +728,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is a duplicate template name.. + /// Looks up a localized string similar to '{0}' is a duplicate template name.. /// internal static string Xslt_DupTemplateName { get { @@ -735,7 +737,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Variable or parameter '{0}' was duplicated within the same scope.. + /// Looks up a localized string similar to Variable or parameter '{0}' was duplicated within the same scope.. /// internal static string Xslt_DupVarName { get { @@ -744,7 +746,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The element '{0}' cannot have both a 'select' attribute and non-empty content.. + /// Looks up a localized string similar to The element '{0}' cannot have both a 'select' attribute and non-empty content.. /// internal static string Xslt_ElementCntSel { get { @@ -753,7 +755,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The value of the '{0}' attribute cannot be empty.. + /// Looks up a localized string similar to The value of the '{0}' attribute cannot be empty.. /// internal static string Xslt_EmptyAttrValue { get { @@ -762,7 +764,7 @@ internal class Res { } /// - /// Looks up a localized string similar to XPath Expression in AVT cannot be empty: '{0}'.. + /// Looks up a localized string similar to XPath Expression in AVT cannot be empty: '{0}'.. /// internal static string Xslt_EmptyAvtExpr { get { @@ -771,7 +773,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The value of the '{0}' attribute cannot be empty. Use '#default' to specify the default namespace.. + /// Looks up a localized string similar to The value of the '{0}' attribute cannot be empty. Use '#default' to specify the default namespace.. /// internal static string Xslt_EmptyNsAlias { get { @@ -780,7 +782,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The tag '{0}' must be empty.. + /// Looks up a localized string similar to The tag '{0}' must be empty.. /// internal static string Xslt_EmptyTagRequired { get { @@ -789,7 +791,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Value '#default' is used within the 'exclude-result-prefixes' attribute and the parent element of this attribute has no default namespace.. + /// Looks up a localized string similar to Value '#default' is used within the 'exclude-result-prefixes' attribute and the parent element of this attribute has no default namespace.. /// internal static string Xslt_ExcludeDefault { get { @@ -798,7 +800,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Function '{0}()' has failed.. + /// Looks up a localized string similar to Function '{0}()' has failed.. /// internal static string Xslt_FunctionFailed { get { @@ -807,7 +809,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The stylesheet is too complex.. + /// Looks up a localized string similar to The stylesheet is too complex.. /// internal static string Xslt_InputTooComplex { get { @@ -816,7 +818,7 @@ internal class Res { } /// - /// Looks up a localized string similar to It is an error if there is a stylesheet module in the stylesheet that specifies 'input-type-annotations'="strip" and another stylesheet module that specifies 'input-type-annotations'="preserve".. + /// Looks up a localized string similar to It is an error if there is a stylesheet module in the stylesheet that specifies 'input-type-annotations'="strip" and another stylesheet module that specifies 'input-type-annotations'="preserve".. /// internal static string Xslt_InputTypeAnnotations { get { @@ -825,7 +827,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An 'xsl:apply-imports' element can only occur within an 'xsl:template' element with a 'match' attribute, and cannot occur within an 'xsl:for-each' element.. + /// Looks up a localized string similar to An 'xsl:apply-imports' element can only occur within an 'xsl:template' element with a 'match' attribute, and cannot occur within an 'xsl:for-each' element.. /// internal static string Xslt_InvalidApplyImports { get { @@ -834,7 +836,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is an invalid attribute for the '{1}' element.. + /// Looks up a localized string similar to '{0}' is an invalid attribute for the '{1}' element.. /// internal static string Xslt_InvalidAttribute { get { @@ -843,7 +845,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{1}' is an invalid value for the '{0}' attribute.. + /// Looks up a localized string similar to '{1}' is an invalid value for the '{0}' attribute.. /// internal static string Xslt_InvalidAttrValue { get { @@ -852,7 +854,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The named template '{0}' does not exist.. + /// Looks up a localized string similar to The named template '{0}' does not exist.. /// internal static string Xslt_InvalidCallTemplate { get { @@ -861,7 +863,7 @@ internal class Res { } /// - /// Looks up a localized string similar to String comparison option(s) '{0}' are either invalid or cannot be used together.. + /// Looks up a localized string similar to String comparison option(s) '{0}' are either invalid or cannot be used together.. /// internal static string Xslt_InvalidCompareOption { get { @@ -870,7 +872,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The contents of '{0}' are invalid.. + /// Looks up a localized string similar to The contents of '{0}' are invalid.. /// internal static string Xslt_InvalidContents { get { @@ -879,7 +881,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is not a supported encoding name.. + /// Looks up a localized string similar to '{0}' is not a supported encoding name.. /// internal static string Xslt_InvalidEncoding { get { @@ -888,7 +890,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Extension namespace cannot be 'null' or an XSLT namespace URI.. + /// Looks up a localized string similar to Extension namespace cannot be 'null' or an XSLT namespace URI.. /// internal static string Xslt_InvalidExtensionNamespace { get { @@ -897,7 +899,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Extension object should not have wider permissions than the caller of the AddExtensionObject(). If wider permissions are needed, wrap the extension object. . + /// Looks up a localized string similar to Extension object should not have wider permissions than the caller of the AddExtensionObject(). If wider permissions are needed, wrap the extension object. . /// internal static string Xslt_InvalidExtensionPermitions { get { @@ -906,7 +908,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Format cannot be empty.. + /// Looks up a localized string similar to Format cannot be empty.. /// internal static string Xslt_InvalidFormat { get { @@ -915,7 +917,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Format '{0}' cannot have digit symbol after zero digit symbol before a decimal point.. + /// Looks up a localized string similar to Format '{0}' cannot have digit symbol after zero digit symbol before a decimal point.. /// internal static string Xslt_InvalidFormat1 { get { @@ -924,7 +926,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Format '{0}' cannot have zero digit symbol after digit symbol after decimal point.. + /// Looks up a localized string similar to Format '{0}' cannot have zero digit symbol after digit symbol after decimal point.. /// internal static string Xslt_InvalidFormat2 { get { @@ -933,7 +935,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Format '{0}' has two pattern separators.. + /// Looks up a localized string similar to Format '{0}' has two pattern separators.. /// internal static string Xslt_InvalidFormat3 { get { @@ -942,7 +944,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Format '{0}' cannot end with a pattern separator.. + /// Looks up a localized string similar to Format '{0}' cannot end with a pattern separator.. /// internal static string Xslt_InvalidFormat4 { get { @@ -951,7 +953,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Format '{0}' cannot have two decimal separators.. + /// Looks up a localized string similar to Format '{0}' cannot have two decimal separators.. /// internal static string Xslt_InvalidFormat5 { get { @@ -960,7 +962,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Format '{0}' has both '*' and '_' which is invalid. . + /// Looks up a localized string similar to Format '{0}' has both '*' and '_' which is invalid. . /// internal static string Xslt_InvalidFormat6 { get { @@ -969,7 +971,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Format '{0}' has '{1}' which is invalid.. + /// Looks up a localized string similar to Format '{0}' has '{1}' which is invalid.. /// internal static string Xslt_InvalidFormat7 { get { @@ -978,7 +980,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Format string should have at least one digit or zero digit.. + /// Looks up a localized string similar to Format string should have at least one digit or zero digit.. /// internal static string Xslt_InvalidFormat8 { get { @@ -987,7 +989,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is not a supported language identifier.. + /// Looks up a localized string similar to '{0}' is not a supported language identifier.. /// internal static string Xslt_InvalidLanguage { get { @@ -996,7 +998,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is not a supported output method. Supported methods are 'xml', 'html', and 'text'.. + /// Looks up a localized string similar to '{0}' is not a supported output method. Supported methods are 'xml', 'html', and 'text'.. /// internal static string Xslt_InvalidMethod { get { @@ -1005,7 +1007,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An 'xsl:template' element without a 'match' attribute cannot have a 'mode' attribute.. + /// Looks up a localized string similar to An 'xsl:template' element without a 'match' attribute cannot have a 'mode' attribute.. /// internal static string Xslt_InvalidModeAttribute { get { @@ -1014,7 +1016,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Parameter cannot belong to XSLT namespace.. + /// Looks up a localized string similar to Parameter cannot belong to XSLT namespace.. /// internal static string Xslt_InvalidParamNamespace { get { @@ -1023,7 +1025,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is an invalid XSLT pattern.. + /// Looks up a localized string similar to '{0}' is an invalid XSLT pattern.. /// internal static string Xslt_InvalidPattern { get { @@ -1032,7 +1034,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Prefix '{0}' is not defined.. + /// Looks up a localized string similar to Prefix '{0}' is not defined.. /// internal static string Xslt_InvalidPrefix { get { @@ -1041,7 +1043,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is an invalid QName.. + /// Looks up a localized string similar to '{0}' is an invalid QName.. /// internal static string Xslt_InvalidQName { get { @@ -1050,7 +1052,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The variable or parameter '{0}' is either not defined or it is out of scope.. + /// Looks up a localized string similar to The variable or parameter '{0}' is either not defined or it is out of scope.. /// internal static string Xslt_InvalidVariable { get { @@ -1059,7 +1061,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is an invalid XPath expression.. + /// Looks up a localized string similar to '{0}' is an invalid XPath expression.. /// internal static string Xslt_InvalidXPath { get { @@ -1068,7 +1070,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Extension functions cannot return null values.. + /// Looks up a localized string similar to Extension functions cannot return null values.. /// internal static string Xslt_ItemNull { get { @@ -1077,7 +1079,7 @@ internal class Res { } /// - /// Looks up a localized string similar to 'xsl:key' has a 'use' attribute and has non-empty content, or it has empty content and no 'use' attribute.. + /// Looks up a localized string similar to 'xsl:key' has a 'use' attribute and has non-empty content, or it has empty content and no 'use' attribute.. /// internal static string Xslt_KeyCntUse { get { @@ -1086,7 +1088,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The 'key()' function cannot be used in 'use' and 'match' attributes of 'xsl:key' element.. + /// Looks up a localized string similar to The 'key()' function cannot be used in 'use' and 'match' attributes of 'xsl:key' element.. /// internal static string Xslt_KeyNotAllowed { get { @@ -1095,7 +1097,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Missing mandatory attribute '{0}'.. + /// Looks up a localized string similar to Missing mandatory attribute '{0}'.. /// internal static string Xslt_MissingAttribute { get { @@ -1104,7 +1106,7 @@ internal class Res { } /// - /// Looks up a localized string similar to List of modes in 'xsl:template' element can't contain token '#all' together with any other value. . + /// Looks up a localized string similar to List of modes in 'xsl:template' element can't contain token '#all' together with any other value. . /// internal static string Xslt_ModeListAll { get { @@ -1113,7 +1115,7 @@ internal class Res { } /// - /// Looks up a localized string similar to List of modes in 'xsl:template' element can't contain duplicates ('{0}'). . + /// Looks up a localized string similar to List of modes in 'xsl:template' element can't contain duplicates ('{0}'). . /// internal static string Xslt_ModeListDup { get { @@ -1122,7 +1124,7 @@ internal class Res { } /// - /// Looks up a localized string similar to List of modes in 'xsl:template' element can't be empty. . + /// Looks up a localized string similar to List of modes in 'xsl:template' element can't be empty. . /// internal static string Xslt_ModeListEmpty { get { @@ -1131,7 +1133,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An 'xsl:template' element without a 'match' attribute cannot have a 'mode' attribute.. + /// Looks up a localized string similar to An 'xsl:template' element without a 'match' attribute cannot have a 'mode' attribute.. /// internal static string Xslt_ModeWithoutMatch { get { @@ -1140,7 +1142,7 @@ internal class Res { } /// - /// Looks up a localized string similar to There are multiple root elements in the output XML.. + /// Looks up a localized string similar to There are multiple root elements in the output XML.. /// internal static string Xslt_MultipleRoots { get { @@ -1149,7 +1151,7 @@ internal class Res { } /// - /// Looks up a localized string similar to AVT cannot be nested in AVT '{0}'.. + /// Looks up a localized string similar to AVT cannot be nested in AVT '{0}'.. /// internal static string Xslt_NestedAvt { get { @@ -1158,7 +1160,7 @@ internal class Res { } /// - /// Looks up a localized string similar to A reference to attribute set '{0}' cannot be resolved. An 'xsl:attribute-set' of this name must be declared at the top level of the stylesheet.. + /// Looks up a localized string similar to A reference to attribute set '{0}' cannot be resolved. An 'xsl:attribute-set' of this name must be declared at the top level of the stylesheet.. /// internal static string Xslt_NoAttributeSet { get { @@ -1167,7 +1169,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Decimal format '{0}' is not defined.. + /// Looks up a localized string similar to Decimal format '{0}' is not defined.. /// internal static string Xslt_NoDecimalFormat { get { @@ -1176,7 +1178,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot convert a node-set which contains zero nodes or more than one node to a single node.. + /// Looks up a localized string similar to Cannot convert a node-set which contains zero nodes or more than one node to a single node.. /// internal static string Xslt_NodeSetNotNode { get { @@ -1185,7 +1187,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot convert the operand to 'Result tree fragment'.. + /// Looks up a localized string similar to Cannot convert the operand to 'Result tree fragment'.. /// internal static string Xslt_NoNavigatorConversion { get { @@ -1194,7 +1196,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot convert the operand to a node-set.. + /// Looks up a localized string similar to Cannot convert the operand to a node-set.. /// internal static string Xslt_NoNodeSetConversion { get { @@ -1203,7 +1205,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Stylesheet or function parameter '{0}' cannot have attribute 'tunnel'.. + /// Looks up a localized string similar to Stylesheet or function parameter '{0}' cannot have attribute 'tunnel'.. /// internal static string Xslt_NonTemplateTunnel { get { @@ -1212,7 +1214,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Element '{0}' must have either 'select' attribute or non-empty content.. + /// Looks up a localized string similar to Element '{0}' must have either 'select' attribute or non-empty content.. /// internal static string Xslt_NoSelectNoContent { get { @@ -1221,7 +1223,7 @@ internal class Res { } /// - /// Looks up a localized string similar to No stylesheet was loaded.. + /// Looks up a localized string similar to No stylesheet was loaded.. /// internal static string Xslt_NoStylesheetLoaded { get { @@ -1230,7 +1232,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' element children must precede all other children of the '{1}' element.. + /// Looks up a localized string similar to '{0}' element children must precede all other children of the '{1}' element.. /// internal static string Xslt_NotAtTop { get { @@ -1239,7 +1241,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The contents of '{0}' must be empty.. + /// Looks up a localized string similar to The contents of '{0}' must be empty.. /// internal static string Xslt_NotEmptyContents { get { @@ -1248,7 +1250,7 @@ internal class Res { } /// - /// Looks up a localized string similar to 'xsl:import' instructions must precede all other element children of an 'xsl:stylesheet' element.. + /// Looks up a localized string similar to 'xsl:import' instructions must precede all other element children of an 'xsl:stylesheet' element.. /// internal static string Xslt_NotFirstImport { get { @@ -1257,7 +1259,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is not yet implemented.. + /// Looks up a localized string similar to '{0}' is not yet implemented.. /// internal static string Xslt_NotYetImplemented { get { @@ -1266,7 +1268,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An 'xsl:choose' element must have at least one 'xsl:when' child.. + /// Looks up a localized string similar to An 'xsl:choose' element must have at least one 'xsl:when' child.. /// internal static string Xslt_NoWhen { get { @@ -1275,7 +1277,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Top-level element '{0}' may not have a null namespace URI.. + /// Looks up a localized string similar to Top-level element '{0}' may not have a null namespace URI.. /// internal static string Xslt_NullNsAtTopLevel { get { @@ -1284,7 +1286,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The braces are not closed in AVT expression '{0}'.. + /// Looks up a localized string similar to The braces are not closed in AVT expression '{0}'.. /// internal static string Xslt_OpenBracesAvt { get { @@ -1293,7 +1295,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The literal in AVT expression is not correctly closed '{0}'.. + /// Looks up a localized string similar to The literal in AVT expression is not correctly closed '{0}'.. /// internal static string Xslt_OpenLiteralAvt { get { @@ -1302,7 +1304,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The element 'xsl:perform-sort' cannot have 'select' attribute any content other than 'xsl:sort' and 'xsl:fallback' instructions.. + /// Looks up a localized string similar to The element 'xsl:perform-sort' cannot have 'select' attribute any content other than 'xsl:sort' and 'xsl:fallback' instructions.. /// internal static string Xslt_PerformSortCntSel { get { @@ -1311,7 +1313,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An 'xsl:template' element without a 'match' attribute cannot have a 'priority' attribute.. + /// Looks up a localized string similar to An 'xsl:template' element without a 'match' attribute cannot have a 'priority' attribute.. /// internal static string Xslt_PriorityWithoutMatch { get { @@ -1320,7 +1322,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Mandatory parameter '{0}' must be empty and must not have a 'select' attribute.. + /// Looks up a localized string similar to Mandatory parameter '{0}' must be empty and must not have a 'select' attribute.. /// internal static string Xslt_RequiredAndSelect { get { @@ -1329,7 +1331,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The 'required' attribute must not be specified for parameter '{0}'. Function parameters are always mandatory. . + /// Looks up a localized string similar to The 'required' attribute must not be specified for parameter '{0}'. Function parameters are always mandatory. . /// internal static string Xslt_RequiredOnFunction { get { @@ -1338,7 +1340,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Elements and attributes cannot belong to the reserved namespace '{0}'.. + /// Looks up a localized string similar to Elements and attributes cannot belong to the reserved namespace '{0}'.. /// internal static string Xslt_ReservedNS { get { @@ -1347,7 +1349,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Attribute '{0}' is not permitted in basic XSLT processor (http://www.w3.org/TR/xslt20/#dt-basic-xslt-processor).. + /// Looks up a localized string similar to Attribute '{0}' is not permitted in basic XSLT processor (http://www.w3.org/TR/xslt20/#dt-basic-xslt-processor).. /// internal static string Xslt_SchemaAttribute { get { @@ -1356,7 +1358,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Value '{1}' of attribute '{0}' is not permitted in basic XSLT processor (http://www.w3.org/TR/xslt20/#dt-basic-xslt-processor).. + /// Looks up a localized string similar to Value '{1}' of attribute '{0}' is not permitted in basic XSLT processor (http://www.w3.org/TR/xslt20/#dt-basic-xslt-processor).. /// internal static string Xslt_SchemaAttributeValue { get { @@ -1365,7 +1367,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' declaration is not permitted in non-schema aware processor.. + /// Looks up a localized string similar to '{0}' declaration is not permitted in non-schema aware processor.. /// internal static string Xslt_SchemaDeclaration { get { @@ -1374,7 +1376,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot have both an extension object and a script implementing the same namespace '{0}'.. + /// Looks up a localized string similar to Cannot have both an extension object and a script implementing the same namespace '{0}'.. /// internal static string Xslt_ScriptAndExtensionClash { get { @@ -1383,7 +1385,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Script compile errors: + /// Looks up a localized string similar to Script compile errors: ///{0}. /// internal static string Xslt_ScriptCompileErrors { @@ -1393,7 +1395,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Error occurred while compiling the script: {0}. + /// Looks up a localized string similar to Error occurred while compiling the script: {0}. /// internal static string Xslt_ScriptCompileException { get { @@ -1402,7 +1404,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Namespace '{0}' has a duplicate implementation.. + /// Looks up a localized string similar to Namespace '{0}' has a duplicate implementation.. /// internal static string Xslt_ScriptDub { get { @@ -1411,7 +1413,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The 'msxsl:script' element cannot be empty.. + /// Looks up a localized string similar to The 'msxsl:script' element cannot be empty.. /// internal static string Xslt_ScriptEmpty { get { @@ -1420,7 +1422,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The scripting language '{0}' is not supported.. + /// Looks up a localized string similar to The scripting language '{0}' is not supported.. /// internal static string Xslt_ScriptInvalidLang { get { @@ -1429,7 +1431,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Scripting language '{0}' is not supported.. + /// Looks up a localized string similar to Scripting language '{0}' is not supported.. /// internal static string Xslt_ScriptInvalidLanguage { get { @@ -1438,7 +1440,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Cannot find the script or external object that implements prefix '{0}'.. + /// Looks up a localized string similar to Cannot find the script or external object that implements prefix '{0}'.. /// internal static string Xslt_ScriptInvalidPrefix { get { @@ -1447,7 +1449,7 @@ internal class Res { } /// - /// Looks up a localized string similar to All script blocks implementing the namespace '{0}' must use the same language.. + /// Looks up a localized string similar to All script blocks implementing the namespace '{0}' must use the same language.. /// internal static string Xslt_ScriptMixedLanguages { get { @@ -1456,7 +1458,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Multiple scripting languages for the same namespace is not supported.. + /// Looks up a localized string similar to Multiple scripting languages for the same namespace is not supported.. /// internal static string Xslt_ScriptMixLang { get { @@ -1465,7 +1467,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Element '{0}' must precede script code.. + /// Looks up a localized string similar to Element '{0}' must precede script code.. /// internal static string Xslt_ScriptNotAtTop { get { @@ -1474,7 +1476,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Execution of scripts was prohibited. Use the XsltSettings.EnableScript property to enable it.. + /// Looks up a localized string similar to Execution of scripts was prohibited. Use the XsltSettings.EnableScript property to enable it.. /// internal static string Xslt_ScriptsProhibited { get { @@ -1483,7 +1485,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Script block cannot implement the XSLT namespace.. + /// Looks up a localized string similar to Script block cannot implement the XSLT namespace.. /// internal static string Xslt_ScriptXsltNamespace { get { @@ -1492,7 +1494,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Right curly brace in the attribute value template '{0}' must be doubled.. + /// Looks up a localized string similar to Right curly brace in the attribute value template '{0}' must be doubled.. /// internal static string Xslt_SingleRightAvt { get { @@ -1501,7 +1503,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The right curly brace in an attribute value template '{0}' outside an expression must be doubled.. + /// Looks up a localized string similar to The right curly brace in an attribute value template '{0}' outside an expression must be doubled.. /// internal static string Xslt_SingleRightBraceInAvt { get { @@ -1510,7 +1512,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Only the first 'xsl:sort' element may have 'stable' attribute.. + /// Looks up a localized string similar to Only the first 'xsl:sort' element may have 'stable' attribute.. /// internal static string Xslt_SortStable { get { @@ -1519,7 +1521,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The 'xsl:template' instruction must have the 'match' and/or 'name' attribute present.. + /// Looks up a localized string similar to The 'xsl:template' instruction must have the 'match' and/or 'name' attribute present.. /// internal static string Xslt_TemplateNoAttrib { get { @@ -1528,7 +1530,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Transform terminated: '{0}'.. + /// Looks up a localized string similar to Transform terminated: '{0}'.. /// internal static string Xslt_Terminate { get { @@ -1537,7 +1539,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' element cannot have text node children.. + /// Looks up a localized string similar to '{0}' element cannot have text node children.. /// internal static string Xslt_TextNodesNotAllowed { get { @@ -1546,7 +1548,7 @@ internal class Res { } /// - /// Looks up a localized string similar to A reference to key '{0}' cannot be resolved. An 'xsl:key' of this name must be declared at the top level of the stylesheet.. + /// Looks up a localized string similar to A reference to key '{0}' cannot be resolved. An 'xsl:key' of this name must be declared at the top level of the stylesheet.. /// internal static string Xslt_UndefinedKey { get { @@ -1555,7 +1557,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' cannot be a child of the '{1}' element.. + /// Looks up a localized string similar to '{0}' cannot be a child of the '{1}' element.. /// internal static string Xslt_UnexpectedElement { get { @@ -1564,7 +1566,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' cannot be a child of the '{1}' element.. + /// Looks up a localized string similar to '{0}' cannot be a child of the '{1}' element.. /// internal static string Xslt_UnexpectedKeyword { get { @@ -1573,7 +1575,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}' is not a recognized extension element.. + /// Looks up a localized string similar to '{0}' is not a recognized extension element.. /// internal static string Xslt_UnknownExtensionElement { get { @@ -1582,7 +1584,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}()' is an unknown XSLT function.. + /// Looks up a localized string similar to '{0}()' is an unknown XSLT function.. /// internal static string Xslt_UnknownXsltFunction { get { @@ -1591,7 +1593,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}()' is an unsupported XSLT function.. + /// Looks up a localized string similar to '{0}()' is an unsupported XSLT function.. /// internal static string Xslt_UnsuppFunction { get { @@ -1600,7 +1602,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Extension function parameters or return values which have Clr type '{0}' are not supported.. + /// Looks up a localized string similar to Extension function parameters or return values which have Clr type '{0}' are not supported.. /// internal static string Xslt_UnsupportedClrType { get { @@ -1609,7 +1611,7 @@ internal class Res { } /// - /// Looks up a localized string similar to '{0}()' is an unsupported XSLT function.. + /// Looks up a localized string similar to '{0}()' is an unsupported XSLT function.. /// internal static string Xslt_UnsupportedXsltFunction { get { @@ -1618,7 +1620,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The '{0}' variable has both a select attribute of '{1}' and non-empty contents.. + /// Looks up a localized string similar to The '{0}' variable has both a select attribute of '{1}' and non-empty contents.. /// internal static string Xslt_VariableCntSel { get { @@ -1627,7 +1629,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The variable or parameter '{0}' cannot have both a 'select' attribute and non-empty content.. + /// Looks up a localized string similar to The variable or parameter '{0}' cannot have both a 'select' attribute and non-empty content.. /// internal static string Xslt_VariableCntSel2 { get { @@ -1636,7 +1638,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Variables cannot be used within this expression.. + /// Looks up a localized string similar to Variables cannot be used within this expression.. /// internal static string Xslt_VariablesNotAllowed { get { @@ -1645,7 +1647,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Warning as Error: {0}. + /// Looks up a localized string similar to Warning as Error: {0}. /// internal static string Xslt_WarningAsError { get { @@ -1654,7 +1656,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The 'http://www.w3.org/TR/WD-xsl' namespace is no longer supported.. + /// Looks up a localized string similar to The 'http://www.w3.org/TR/WD-xsl' namespace is no longer supported.. /// internal static string Xslt_WdXslNamespace { get { @@ -1663,7 +1665,7 @@ internal class Res { } /// - /// Looks up a localized string similar to 'xsl:when' must precede the 'xsl:otherwise' element.. + /// Looks up a localized string similar to 'xsl:when' must precede the 'xsl:otherwise' element.. /// internal static string Xslt_WhenAfterOtherwise { get { @@ -1672,7 +1674,7 @@ internal class Res { } /// - /// Looks up a localized string similar to The wrong namespace was used for XSL. Use 'http://www.w3.org/1999/XSL/Transform'.. + /// Looks up a localized string similar to The wrong namespace was used for XSL. Use 'http://www.w3.org/1999/XSL/Transform'.. /// internal static string Xslt_WrongNamespace { get { @@ -1681,7 +1683,7 @@ internal class Res { } /// - /// Looks up a localized string similar to XSLT function '{0}()' has the wrong number of arguments.. + /// Looks up a localized string similar to XSLT function '{0}()' has the wrong number of arguments.. /// internal static string Xslt_WrongNumberArgs { get { @@ -1690,7 +1692,7 @@ internal class Res { } /// - /// Looks up a localized string similar to Stylesheet must start either with an 'xsl:stylesheet' or an 'xsl:transform' element, or with a literal result element that has an 'xsl:version' attribute, where prefix 'xsl' denotes the 'http://www.w3.org/1999/XSL/Transform' namespace.. + /// Looks up a localized string similar to Stylesheet must start either with an 'xsl:stylesheet' or an 'xsl:transform' element, or with a literal result element that has an 'xsl:version' attribute, where prefix 'xsl' denotes the 'http://www.w3.org/1999/XSL/Transform' namespace.. /// internal static string Xslt_WrongStylesheetElement { get { @@ -1699,7 +1701,7 @@ internal class Res { } /// - /// Looks up a localized string similar to An attribute with a local name 'xmlns' and a null namespace URI cannot be created.. + /// Looks up a localized string similar to An attribute with a local name 'xmlns' and a null namespace URI cannot be created.. /// internal static string Xslt_XmlnsAttr { get { diff --git a/src/libraries/System.Xml/src/Resources/XmlUtils.Res.resx b/src/libraries/System.Xml/src/Resources/XmlUtilsRes.resx similarity index 100% rename from src/libraries/System.Xml/src/Resources/XmlUtils.Res.resx rename to src/libraries/System.Xml/src/Resources/XmlUtilsRes.resx diff --git a/src/libraries/System.Xml/src/System.Xml.csproj b/src/libraries/System.Xml/src/System.Xml.csproj index 6e51d947a3b933a378381379c89e3ecd2945ea96..b7c2ea583469e0bf899b32a4be28ed904e0b141d 100644 --- a/src/libraries/System.Xml/src/System.Xml.csproj +++ b/src/libraries/System.Xml/src/System.Xml.csproj @@ -488,9 +488,9 @@ ResXFileCodeGenerator Res.Designer.cs - + ResXFileCodeGenerator - XmlUtils.Res.Designer.cs + XmlUtilsRes.Designer.cs System.Xml.Utils @@ -528,10 +528,10 @@ True Res.resx - + True True - XmlUtils.Res.resx + XmlUtilsRes.resx diff --git a/src/libraries/System.Xml/src/System/Xml/Xslt/XsltException.cs b/src/libraries/System.Xml/src/System/Xml/Xslt/XsltException.cs index a67785564ceaefc0bdaba6bc0e888ec3d2fef4bf..3f004e32f171650e4c19f2bd6022d666717367ec 100644 --- a/src/libraries/System.Xml/src/System/Xml/Xslt/XsltException.cs +++ b/src/libraries/System.Xml/src/System/Xml/Xslt/XsltException.cs @@ -9,7 +9,7 @@ namespace System.Xml.Xsl { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; #if SERIALIZABLE_DEFINED [Serializable] diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/Runtime/DecimalFormatter.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/Runtime/DecimalFormatter.cs index f61966f7d9a2a67b63555c17ff273ec2fa00c8d8..57a385a609e1c54d481391f2542403b05209df7c 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/Runtime/DecimalFormatter.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/Runtime/DecimalFormatter.cs @@ -8,7 +8,7 @@ namespace System.Xml.Xsl.Runtime { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; internal class DecimalFormat { diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/Runtime/NumberingSequence.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/Runtime/NumberingSequence.cs index 3d104cf3c2c4f996aee46ab815181ca6dafe496b..2fa8f376f6e104444ad49117c5a301408539bf01 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/Runtime/NumberingSequence.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/Runtime/NumberingSequence.cs @@ -8,7 +8,7 @@ namespace System.Xml.Xsl.Runtime { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; internal static class CharUtil { diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Action.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Action.cs index bf81b9c593c0e25e1e9a628d6ac4065819b45c58..c024b286759ee5e2df92f3ae97cb0414ecd82ce4 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Action.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Action.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Xml; using System.Xml.XPath; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ActionFrame.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ActionFrame.cs index 98defc9c0e8bd0ee4e652d53672168fee580946d..11e6b42ea609de411826783bf4daa695dfd11294 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ActionFrame.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ActionFrame.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Xml; using System.Xml.XPath; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ApplyImportsAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ApplyImportsAction.cs index e0c59e28a7625c3c179ac156284dd31d9be6e172..4a0d768bef95890c7c98f10e20d15d7fecc1ff9d 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ApplyImportsAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ApplyImportsAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ApplyTemplatesAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ApplyTemplatesAction.cs index 3489e34fc11ab5f7187ff9b28ee4f7c64b817a84..c39cd3a61f774f9751498568a9457df9d5c7bd08 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ApplyTemplatesAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ApplyTemplatesAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Collections; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AttributeAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AttributeAction.cs index da9d08dc7b7899aa742c83fe2a80feb0c96c6eda..eac1c4f1688f4d6c9545e30d0d010f3a77c74b31 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AttributeAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AttributeAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AttributeSetAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AttributeSetAction.cs index da1c5d485f9341136e9f319a2423fa1543b7659d..f7dbc87213d6c17d43d6eddf044e620cdb79772c 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AttributeSetAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AttributeSetAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Avt.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Avt.cs index 82531f2e2979f6b0db5eb0e827c6d41fccecbc7c..a622fa9f563fa4db18e63fc3d8224c0f90c590eb 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Avt.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Avt.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Collections; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AvtEvent.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AvtEvent.cs index 647648dbf0c0e662a2e28c8d3d04217db184d5aa..7b9babcd04e9724b8d0d5829f84a1fc794768018 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AvtEvent.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/AvtEvent.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/BeginEvent.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/BeginEvent.cs index d75031f56b2b13ec863caf2ea53c92c19b69726b..fd394f0aa899cd88920d709d45058a02b3375743 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/BeginEvent.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/BeginEvent.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/BuilderInfo.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/BuilderInfo.cs index b1e79b0ea22baeb41f3c2d59e40780d4827bde4f..965685094d488ac5d54e4b835530e02efb9be045 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/BuilderInfo.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/BuilderInfo.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Text; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CallTemplateAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CallTemplateAction.cs index df17444f0e2da686d92b14d06d0313e1b2559749..56fb568b55188daa7165da1c3d2fd8b2ab86a042 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CallTemplateAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CallTemplateAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ChooseAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ChooseAction.cs index 7dc75da8b0758207778d24c42d4dcb34352b1c50..9e3d3e324e2858a9d7a4e33ad19272f68497c9e3 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ChooseAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ChooseAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CommentAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CommentAction.cs index be69d9e2b5f7e2a28891732df6e355576239eeaa..4ec1a5a2682acc4022183345b1868200245a4cc3 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CommentAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CommentAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CompiledAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CompiledAction.cs index b1912b1be0a5dbf4a0e36b5b1fabeb03b3fe6a0f..90ee9a987db323ed58606fdc3005be1d8e6340c5 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CompiledAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CompiledAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Compiler.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Compiler.cs index 51e26a3e480fd26d57a67bad53e879061fec2628..8e76f9d16570fd589ca3dba7cd6e8a5328d03401 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Compiler.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Compiler.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Globalization; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ContainerAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ContainerAction.cs index 4aababb23dc4993bdadcb4bcc678afe4676cb773..08165c5ea3ea6450cea5b0efb038ae58137cdb16 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ContainerAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ContainerAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Text; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyAction.cs index a20e125424786109ba2881b6e296311344d0cf25..415fa8de433581beee5ba3c1714f494e1a20c001 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyAttributesAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyAttributesAction.cs index 59d2b0ab6176330295553235a42788d6ffbe71b2..1d18f25448877b4cb054f3f88bc12e3fd3ac3ce4 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyAttributesAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyAttributesAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyCodeAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyCodeAction.cs index 4417d2a2c8e8678e32052068949660420516340f..2a7d082fd5bc72396b5c552f5fb10a49817ff0a2 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyCodeAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyCodeAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyNamespacesAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyNamespacesAction.cs index 33fbcb5e64444ac13583dbfed4e43ef853ec2bf5..84ebb81e203175ff0192462625aeb9784d785e66 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyNamespacesAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyNamespacesAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyNodeSetAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyNodeSetAction.cs index e092e24bea06654842dda4f25521f34514c5e4e3..f123227acae4d7eb66a60cd45280aedc65113160 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyNodeSetAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyNodeSetAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyOfAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyOfAction.cs index 9d2fb1d8e58718b71fcc51c6f04582547c43861e..c4038bf6ad721267d2252e597d2a81d462660b39 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyOfAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/CopyOfAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/DbgCompiler.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/DbgCompiler.cs index c00a7ec9decffe6364081b7da7bcd6fd84402dbe..c031e3d9ec9750fb8ee2c783a89656f95fce1853 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/DbgCompiler.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/DbgCompiler.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Collections; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/DocumentScope.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/DocumentScope.cs index 62d1c0478b80a28b5e954d7b96d46f61694f99b3..e254a818aa6ab76f9b8617c66cd2edfd8e0edd7d 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/DocumentScope.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/DocumentScope.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ElementAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ElementAction.cs index 10eff1db018aac60464e88f142771a8b4ada1d81..37e2aceb3d8fd58774e79ff1f69b148e1c978b69 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ElementAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ElementAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/EndEvent.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/EndEvent.cs index 4d0e196818ff8a022aadf47499773c11be3e2b3e..c94d8fb82f20a95c76b674df9503c85a4257c561 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/EndEvent.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/EndEvent.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Event.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Event.cs index c85d2bb087588e4a8a0615d2581f6e7778042c1f..5c9f8c7dba258fca30bb7692a13b6c13d63e3a07 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Event.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Event.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ForEachAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ForEachAction.cs index 504f1393fed5cb40890c3002a53bf86afde21c48..2680d1b27784d6a732e5a773178d95d16914c118 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ForEachAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ForEachAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Collections; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/HtmlProps.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/HtmlProps.cs index f6cdb582a07f928e2db73e984a551c760ee77862..ab232971f00e348076f8fe3bf060b8744325746d 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/HtmlProps.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/HtmlProps.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Collections; using System.Collections.Specialized; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/IfAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/IfAction.cs index b4c198e9769a8ecaec0b895ef36e232d4f2a52fc..72ded710021ab705a0151ab7c0f6e048368b2f6f 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/IfAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/IfAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/InputScope.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/InputScope.cs index ee9a33cc34330afed026cbf8fc66d8c65aac65e6..f7bbc9ccb0e16db58405a8914fad4e5b4045103f 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/InputScope.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/InputScope.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/InputScopeManager.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/InputScopeManager.cs index be7747949e741bcb8ffd278a2fc9ec44b7abc1c7..27316e5f298345d0232e313e3f1fee97617026c6 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/InputScopeManager.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/InputScopeManager.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Keywords.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Keywords.cs index 5c918328ada1c629d08b0a01e632114e6478a0fc..dfa44a410ff94352cf4447432263fc809b5febd4 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Keywords.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Keywords.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/MessageAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/MessageAction.cs index 74742a7baaf9869267abd75d76e6805585d5603d..3e9016ed38fc700978127263159e13f1b0a4d6ca 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/MessageAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/MessageAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.IO; using System.Globalization; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NameSpaceEvent.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NameSpaceEvent.cs index cafb1b775da818f22486bfd56a2af7c45d890b6a..3f22aae067958f7a7f503ad0d35ed969fcae94ca 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NameSpaceEvent.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NameSpaceEvent.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NamespaceDecl.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NamespaceDecl.cs index 4d4dbf25dbd270dfc650aeb97e04705a33c49891..9c8bbe23692b840b6522b94987704bdf277912ac 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NamespaceDecl.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NamespaceDecl.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NavigatorInput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NavigatorInput.cs index 2d251197951602dcf085774ea232f89285cb4844..41d506195f53ed37022504cd9e1ce7657f60796c 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NavigatorInput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NavigatorInput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NavigatorOutput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NavigatorOutput.cs index 0e2c8fa6abf8e49f3a80e8733ee8f40014e40825..aff1b8590d5fe14c41e89a3b3546abd658a23b54 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NavigatorOutput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NavigatorOutput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NumberAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NumberAction.cs index 80feb04ca65bc8cc4d7cfc86ae677a42b568f497..e0c0a5184dcc5e0f451cd6bf3cc4a73e10c70364 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NumberAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/NumberAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System.Diagnostics; using System.Text; using System.Globalization; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutKeywords.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutKeywords.cs index f022b1745fdc2cab77a37236eecd7688c0dc33b3..ca155e90f76837fbaddfbeb169447e134283d2af 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutKeywords.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutKeywords.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutputScope.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutputScope.cs index 07ca2c155d37f292f097d835f452e54ac6e83c02..35c2f3f3563a28a67e8d00dedc05ffc9aa90749f 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutputScope.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutputScope.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutputScopeManager.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutputScopeManager.cs index ff4d5b04b90f2b782518ab2be186419aee0d3adc..b5abda0228bd279e773363bf91c5b26a3a6e77d5 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutputScopeManager.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/OutputScopeManager.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Globalization; using System.Diagnostics; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/PrefixQName.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/PrefixQName.cs index 1b1442617def7c382310a841b7c69c9fcd637dd0..a4f5f83833a3e6f8435d746769bbdc86dedcae14 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/PrefixQName.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/PrefixQName.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ProcessingInstructionAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ProcessingInstructionAction.cs index 5e8769ab3a2ea6a17f9cc789add8e32fccc74329..437cf6f0a2ef2b6c59a3903c42721558e00cfca0 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ProcessingInstructionAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ProcessingInstructionAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Processor.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Processor.cs index 60912574e5033c8174ad6ee823a38d87e2a163cb..1d2ddd262d93ea65b8ff0ee1f9c47ed06a9b2ace 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Processor.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/Processor.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System.Globalization; using System.Diagnostics; using System.IO; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ReaderOutput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ReaderOutput.cs index bf2119c6344da43ace2b526ea4c17a04229f6a30..73483fbbb4dd14e0e53dcb60d85595c973b80550 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ReaderOutput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ReaderOutput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Globalization; using System.Diagnostics; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RecordBuilder.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RecordBuilder.cs index 0af9f2206d7820e0183e25115c618e2eacefeb0b..df15b0de148aa89895a5425240deee92dacd2324 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RecordBuilder.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RecordBuilder.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Text; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RecordOutput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RecordOutput.cs index dface9a5f40d58c8519927e8425e2baad984b1ad..9e7c355a9ccadd3466e424303453345c89d914c3 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RecordOutput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RecordOutput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; internal interface RecordOutput { diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RootAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RootAction.cs index 0500d95f026d458e28c5814f362bd9bbe8eda8e3..6289ae23642ec273e114104b60472919fb92a52f 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RootAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/RootAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Collections; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/SequentialOutput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/SequentialOutput.cs index 677494efab3fd5fc82a315ee7decb6a976591f2e..12331c55f3b1b318f17856e57da52c4a7efb4ad0 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/SequentialOutput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/SequentialOutput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/SortAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/SortAction.cs index 8bd106802f544f3e5676e27effb41c83fc4f0325..9a1dabbd2c13b12c0b1f60b059c7c8e4caf1cde5 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/SortAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/SortAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Globalization; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StateMachine.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StateMachine.cs index 1ecd9fcda4014920753dce7cb6869f88cb52962c..ca9f1bc95ccf96dfa9a7584abcc341c5577a9516 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StateMachine.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StateMachine.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StringOutput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StringOutput.cs index e2b0c2347b298d3551c6339b6b219714acece7d6..a58a900784fea7d805a2a18978815ec88d829821 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StringOutput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StringOutput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Xml; using System.Text; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StyleSheet.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StyleSheet.cs index c040d6dfedc18eacb23a80e4ac11a6c28e2e35f7..383b36de0e2cdfc4374d496e46a7161ac7b33339 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StyleSheet.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/StyleSheet.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateAction.cs index 811948649e333e93ea99fb50ef00c853ef50ae92..3bf30beffff3ee469dcef52fe03a011ffd60032e 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Collections; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateBaseAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateBaseAction.cs index 57b104fe9849606a39de9fdbde7d1487e2e889eb..5edd509e95e914827e3fbd9ff566ccebe8ecfa2c 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateBaseAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateBaseAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Collections; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateLookupAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateLookupAction.cs index e0df63d805bedef3434cf3348293a68e1bdc36a3..8223d8d401e2ffa82ea7781628395b150a956283 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateLookupAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateLookupAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateManager.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateManager.cs index 54098ff0a61369c26a5fd99f701aacc40b67e6d0..aa8567ab031941b88ede064dd5e0b1ffc63c3c8b 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateManager.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TemplateManager.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextAction.cs index 393587e3fc1363ccf261b59f4cef10695928e4db..fbbdb6c4398bcfae938683f2d42b9f5b8516964b 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextEvent.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextEvent.cs index 3d33383e0091fad6b3340ed4e0b48c75cb6f50bc..c2d6b81c2e7f7659c28b38beb38799a0bc525920 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextEvent.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextEvent.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextOnlyOutput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextOnlyOutput.cs index 23f473f91a744dca8b0de0a05d3e49693e177031..4fb6c774614b60d5eec28e9aaba83138bbc68fea 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextOnlyOutput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextOnlyOutput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.IO; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextOutput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextOutput.cs index a407a1198a14fc3a95266abfcb402da4abd6383f..d77c409f552a24d7d7a0c4e6903b04f2b4bd0ba6 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextOutput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TextOutput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.IO; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TheQuery.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TheQuery.cs index bfd5c571e62e8840f2bab64d5fc4a89b8a58b2f9..58bdfc4482d88df19d3281016d48499e53f9b3f4 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TheQuery.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/TheQuery.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Xml; using System.Xml.XPath; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/UseAttributeSetsAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/UseAttributeSetsAction.cs index a3a5b27687c103e58f692d1fe6a78a67ff898b65..23a6a71b323da6e7fed40ffb0b90ab889e92516c 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/UseAttributeSetsAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/UseAttributeSetsAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ValueOfAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ValueOfAction.cs index 972e8eb308f40e447660cb925488f0cc7cfb9a95..3a95544cb15622aa411dd274f0de1f06717240b0 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ValueOfAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/ValueOfAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/VariableAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/VariableAction.cs index dea42a9a277f8b12006877fe265b423b37814ed5..1784217490c2d2d11c45ac8e585686ddacad8c9e 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/VariableAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/VariableAction.cs @@ -7,7 +7,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; internal enum VariableType { diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/WithParamAction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/WithParamAction.cs index 450268d599c30183b4c01adca53db419591c7097..ea99524124dc55446c3c4311821bae5e793a6bbc 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/WithParamAction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/WithParamAction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Collections; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/WriterOutput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/WriterOutput.cs index 387839968aa3ebfa1f464d5b231b69f776a81fe9..5308ddea85fccefccb0795f10372dadbe4a92805 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/WriterOutput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/WriterOutput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltCompileContext.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltCompileContext.cs index ff12d1c22e7f37c8b0794110a1abfec7ba9039cd..a24089a9d35e0fb7b709fc29c867b6e1b7da1b73 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltCompileContext.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltCompileContext.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System.Diagnostics; using System.IO; using System.Globalization; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltDebugger.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltDebugger.cs index e5ad16f7c1db87b9d3e675c48979e119febde184..fc13a23c33d0bff8affbcdf10c6e2e0489001a1e 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltDebugger.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltDebugger.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld.Debugger { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Xml; using System.Xml.XPath; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltOutput.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltOutput.cs index 600aec5bf9274159677527aa5eeb20d556bce6f7..6039ab39d46626dcbc67f65bcb940c593d644cd3 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltOutput.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/XsltOutput.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.IO; diff --git a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/newinstructionaction.cs b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/newinstructionaction.cs index dc8fe31e437c695676188f280821d241880f358c..24af242eef34bea23d04e3e498aca22f897d4082 100644 --- a/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/newinstructionaction.cs +++ b/src/libraries/System.Xml/src/Workarounds/Xsl/XsltOld/newinstructionaction.cs @@ -4,7 +4,7 @@ namespace System.Xml.Xsl.XsltOld { - using Res = System.Xml.Utils.Res; + using Res = System.Xml.Utils.XmlUtilsRes; using System; using System.Diagnostics; using System.Xml;