Hi there,
i would like to (xml)data-bind a Tree with an xml file and display the tagName in the tree :
e.g:
xmlFile
<myTag> <mySonTag/> <mySunTag/> <mySinTag/></myTag>
the wanted tree ;
tagName myTag
tagName mySonTag
tagName mySUnTag
tagName mySInTag
I have tried some tricks as :
<cmn:Tree nodes="/"> <cmn:Node text="tagName {@tag} {tag} {@tagName} {tagName}"/><cmn:Tree>
Is there anyway to perform this in xml?
Thanks,
Regards,
Marc