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