I have a problem when nodeTitleProperty is filled whith a string containing a "<" or ">", it seems the plugin interprets this as a start tag and don't render properly the string.
For example, nodeTitleProperty="aaaaa<bbbb" will render "aaa", the generated source code is "aaa<bbbb\>".
Any idea of how to escape these characters for this property ?