I've got the following text in an xml doc that I'm loading into a Tree Component using addTreeNode:
SubDir "test" text
and it displays in the Tree Component as:
SubDir 'test' text
If I parse it and replace the &apos with /" like:
SubDir /"test/" text
it displays properly, but I'm wondering if there's a way to enable html in the Tree Component so I don't have to parse out every html character from the strings??
Thanks!!




Reply With Quote