IgnoreNamespaces Property

Microsoft XML Diff

Microsoft XML Diff 1.0 and XML Patch 1.0

XmlDiff.IgnoreNamespaces Property

The namespace URIs of the element and attribute names are not compared when true. This option also implies that the prefixes are ignored.

When this option is selected, then two names that have the same local name, but have a different namespace URI and prefix, are treated as the same.

[Visual Basic]
Public Property IgnoreNamespaces() As Boolean
[C#]
public Boolean IgnoreNamespaces {get; set;}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows .NET Server

See Also

XmlDiff Class | XmlDiff Members | Microsoft.XmlDiffPatch

© 2002 Microsoft Corporation. All rights reserved.