6 references to TransformNamespace
Microsoft.Web.XmlTransform (6)
XmlElementContext.cs (2)
224if (attribute.NamespaceURI == XmlTransformation.TransformNamespace) { 326objectAttribute = Element.Attributes.GetNamedItem(typeof(ObjectType).Name, XmlTransformation.TransformNamespace) as XmlAttribute;
XmlTransformation.cs (4)
111if (attribute.Value.Equals(TransformNamespace, StringComparison.Ordinal)) { 121namespaceManager.AddNamespace("xdt", TransformNamespace); 184logger.LogMessage(MessageType.Normal, "The expected namespace {0} was not found in the transform file", TransformNamespace); 248XmlAttribute SupressWarningsAttribute = context.Element.Attributes.GetNamedItem(XmlTransformation.SupressWarnings, XmlTransformation.TransformNamespace) as XmlAttribute;