target Property

Specifies the target for the processing instruction.

strValue = oXMLDOMProcessingInstruction.target;

HRESULT get_target(
  BSTR* name
);

General Remarks

XML defines the target as the first token following the markup that begins the processing instruction. For example, the target has the value "xml" in the processing instruction <?xml version="1.0">.

The target property has the same value as the nodeName property.

This property is read-only, and applies to the following interface:

IXMLDOMProcessingInstruction

See Also

nodeName Property

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.