Hi,
I am using XSL to populate XML data in a Tree. It works well, however, the documentation seems to be limited and I can't figure out how to set the attributes of the Node. For instance, in the below code snippet, I am trying to set the attribute "ImageUrl" so that the tree will have custom icons, but it isn't working. Where can I find all the different attributes for the databinding Node.
Thanks,
Girish
<xsl:stylesheet ...
<IGTree>
</Nodes>
</xsl:template>
<Node ImageUrl="Images/File.gif">
</Node>
</xsl:stylesheet>
Hello,Please take a look at the link below
http://samples.infragistics.com/2008.3/WebFeatureBrowser/contents.aspx?showCode=True&t=WebTree/treexsltransform/TreeXslTransform.aspx~srcview.aspx?path=../webfeaturebrowservb/WebTree/treexsltransform/TreeXslTransform.src~srcview.aspx?path=WebTree/treexsltransform/TreeXslTransform.src
Hope this help.Thanks.