Table of Contents

TXmlMap.SelectionNamespaces Property

Ties the prefix to the actual namespace. This is used when writing xpath expressions at runtime against the XML instance structures, because the xpath expressions use namespace prefixes instead of the fully spelled out namespace.

Syntax

Namespace: FlexCel.Core

public String SelectionNamespaces { get; set; }

See also