Click or drag to resize
XmlUtilgetPseudoAttribute Method
Return the value of a pseudo XML attribute from a string. A pseudo attribute has the same syntax as an XML element attribute but is not from an element. For example, the xml-stylesheet processing instruction has pseudo attributes.

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string getPseudoAttribute(
	string data,
	string attrName
)

Parameters

data
Type: SystemString
The data to parse for the attribute value
attrName
Type: SystemString

[Missing <param name="attrName"/> documentation for "M:DXMLBase.Xml.XmlUtil.getPseudoAttribute(System.String,System.String)"]

Return Value

Type: String
The name of the pseudo attribute
See Also