TREENODEXSLTSRC Attribute | treeNodeXsltSrc Property

Sets or retrieves a value that indicates the URL to an Extensible Stylesheet Language Transformations (XSLT) file, String, or XML data island used to transform TreeNode elements.

Syntax

HTML <namespace:TREEVIEW TREENODEXSLTSRC = sTreeNodeTypeSrc... >
Scripting TREEVIEW.treeNodeXsltSrc [ = sTreeNodeTypeSrc ]

Possible Values

namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag.
sTreeNodeTypeSrc String that specifies or receives the URL to an XSLT file to transform TreeNode elements.

The property is read/write. The property has no default value.

Remarks

This property is supported by version 3.0 of Microsoft XML (MSXML). Download version 3.0 of the parser here.

After setting the value of this attribute, call the databind method to render the changes.

Applies To

TREEVIEW

See Also

Internet Explorer WebControls, About the TreeView WebControl